.shogun-video{position:relative;display:block;height:0;padding:0;overflow:hidden}.shogun-video-16x9{padding-bottom:56.25%}.shogun-video-4x3{padding-bottom:75%}.shogun-video-embed{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.shogun-table-wrapper{overflow:auto}table.shogun-table{width:100%;max-width:100%;border-collapse:collapse;border-style:hidden}thead.shogun-table-column-container{font-weight:bold}td.shogun-table-column{padding:10px}td.shogun-table-row{padding:10px;min-height:45px}td.shogun-table-column:only-child,td.shogun-table-row:only-child{width:100%}#s-9ca32bea-bf7c-48d9-8961-6126a3e671e5 .shogun-table-wrapper{overflow:auto;border:1px solid #D5D6D7;border-radius:0px}#s-9ca32bea-bf7c-48d9-8961-6126a3e671e5 table.shogun-table{margin:0;padding:0}#s-9ca32bea-bf7c-48d9-8961-6126a3e671e5 td.shogun-table-column{background-color:#fff;padding:10px;text-align:inherit}#s-9ca32bea-bf7c-48d9-8961-6126a3e671e5 td.shogun-table-row{background-color:#fff;padding:10px}#s-9ca32bea-bf7c-48d9-8961-6126a3e671e5 td.shogun-table-column,#s-9ca32bea-bf7c-48d9-8961-6126a3e671e5 td.shogun-table-row{border:1px solid #D5D6D7}.shogun-countdown{display:flex;text-align:center;justify-content:center}.shg-align-left>.shogun-countdown{justify-content:flex-start}.shg-align-right>.shogun-countdown{justify-content:flex-end}.shogun-countdown>div{padding:5px;display:flex;flex-direction:column;justify-content:space-between}.shogun-countdown>div>label{font-size:12px}.shogun-countdown>span{padding:5px;font-size:32px;line-height:32px}.shogun-countdown>div>span{font-size:32px;line-height:32px;font-weight:600}.shogun-countdown-small>div>label{font-size:8px}.shogun-countdown-small>span,.shogun-countdown-small>div>span{font-size:21px;line-height:21px}.shogun-countdown-large>div>label{font-size:18px}.shogun-countdown-large>span,.shogun-countdown-large>div>span{font-size:48px;line-height:48px}@media (min-width: 768px){.shogun-countdown>span,.shogun-countdown>div>span{font-size:45px;line-height:45px}.shogun-countdown-small>span,.shogun-countdown-small>div>span{font-size:30px;line-height:30px}.shogun-countdown-large>span,.shogun-countdown-large>div>span{font-size:68px;line-height:68px}}#s-f608ef33-ca3a-4e97-95d7-7f364f1babad .shogun-countdown span,#s-f608ef33-ca3a-4e97-95d7-7f364f1babad .shogun-countdown label{color:#555}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
