.shg-box{position:relative}.shg-box>.shg-box-content{z-index:4;position:relative}.shg-box-vertical-center{display:flex;flex-direction:column;justify-content:center}.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-5063073b-d496-4a4a-b056-bb0fc9cb8554{min-height:50px}#s-5063073b-d496-4a4a-b056-bb0fc9cb8554>.shg-box-overlay{background-color:#fff;opacity:0}#s-8d95ea9c-1243-44ad-bec2-1ad010770410{min-height:50px}#s-8d95ea9c-1243-44ad-bec2-1ad010770410>.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-30476ba5-93d5-4684-a06d-565fd0144ef7{padding-top:10px;padding-bottom:10px}#s-30476ba5-93d5-4684-a06d-565fd0144ef7 .shogun-heading-component h1{color:#000;font-weight:normal;font-style:normal;font-size:32px;text-align:left}#s-0de42984-0c7d-49fd-a548-dc4bd508a74f{margin-top:40px;margin-bottom:40px;min-height:50px}#s-0de42984-0c7d-49fd-a548-dc4bd508a74f>.shg-box-overlay{background-color:#fff;opacity:0}#s-252930cc-7898-4d11-b8c1-fcef5b76af67{min-height:50px}#s-252930cc-7898-4d11-b8c1-fcef5b76af67>.shg-box-overlay{background-color:#fff;opacity:0}#s-f412b40e-71db-46b1-b8c9-b033e1a5f655{padding-top:10px;padding-bottom:10px}#s-f412b40e-71db-46b1-b8c9-b033e1a5f655 .shogun-heading-component h2{color:#000;font-weight:normal;font-style:normal;font-size:24px;text-align:left}

/*
  $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 {
  width: 100%;
}
