.shg-box{position:relative}.shg-box>.shg-box-content{z-index:4;position:relative}.shg-box-vertical-center-wrapper{display:flex;width:100%}.shg-box-vertical-center{display:flex;flex-direction:column;justify-content:center;flex:1}.shg-box-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;pointer-events:none}.shg-box-video-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:-1}#s-e05e80d7-f936-48e1-b2bb-f3064e86f767{background-image:url(https://i.shgcdn.com/940de05e-7b71-4946-885b-b4fee7915ea9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;min-height:650px;background-position:left center}#s-e05e80d7-f936-48e1-b2bb-f3064e86f767>.shg-box-overlay{background-color:#fff;opacity:0}.shogun-heading-component h1,.shogun-heading-component h2,.shogun-heading-component h3,.shogun-heading-component h4,.shogun-heading-component h5,.shogun-heading-component h6{margin:0;padding:0;display:block;color:#000;text-transform:none;font-weight:normal;font-style:normal;letter-spacing:normal;line-height:normal}.shogun-heading-component a{text-decoration:none !important;padding:0 !important;margin:0 !important;border:none !important}#s-0e923ba0-1d03-4dbe-b795-76d74363ba7b{margin-left:auto;margin-right:auto;padding-top:10px;padding-bottom:10px}#s-0e923ba0-1d03-4dbe-b795-76d74363ba7b .shogun-heading-component h1{color:#fff;font-weight:normal;font-family:Open Sans Condensed;font-style:normal;font-size:55px;text-align:center}#s-b1ffe1ca-fc95-4123-bcd6-8973be646f4e{background-image:url(https://i.shgcdn.com/024e6c7b-93ef-4af0-853a-b22fb74ccc65/-/format/auto/-/preview/3000x3000/-/quality/lighter/);background-repeat:no-repeat;background-size:cover;margin-top:0px;margin-left:auto;margin-bottom:0px;margin-right:auto;padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;background-position:center center;background-color:#0d0d0d}#s-57c5ae22-f56d-4106-86f8-e97d583c4cb8{background-size:cover;background-attachment:fixed;min-height:400px;background-position:center center;background-color:#0d0d0d}#s-57c5ae22-f56d-4106-86f8-e97d583c4cb8>.shg-box-overlay{background-color:#fff;opacity:0}#s-e7c2fa0e-38d1-4689-a5e4-d1c86788a6f4{margin-left:auto;margin-right:auto;padding-left:25px;padding-right:25px;max-width:650px;opacity:1}#s-e7c2fa0e-38d1-4689-a5e4-d1c86788a6f4 .shogun-heading-component h2{color:#fff;font-weight:normal;font-family:Open Sans;font-style:normal;font-size:22px;text-align:center}#s-262251db-310b-4e77-ac4f-e628804f62a3{background-image:url(https://i.shgcdn.com/5884b40f-bded-4767-aeeb-e3dc51d3d93e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;min-height:650px;background-position:center center}#s-262251db-310b-4e77-ac4f-e628804f62a3>.shg-box-overlay{background-color:#fff;opacity:0}

/*
  $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%;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}
