.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-a370e42f-d568-449f-9851-c579a77d45ba .shogun-heading-component h2{color:#000;font-weight:normal;font-style:normal;font-size:24px}#s-cf012306-04cb-4460-a44e-38e4447c2b43 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-1bba6c25-a83d-438c-8e05-d8f1591f3c36 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-0e42c438-900f-4447-a0d0-6f42f5d346e1{padding-top:10px;padding-bottom:10px}#s-0e42c438-900f-4447-a0d0-6f42f5d346e1 .shogun-heading-component h2{color:#cdcdcd;font-weight:normal;font-style:normal;font-size:24px;text-align:center}.shogun-form>div{padding:0 0 1em}.shogun-form small{color:red;display:none}.shogun-form input,textarea{margin:0}.shogun-success-alert{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6;padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;font-size:16px;line-height:1.5;min-height:55px;display:none}.shogun-form input,.shogun-form textarea{width:100%}#s-ed1693ab-284a-42b6-ba42-a56d713a9ecf{padding-top:25px;padding-left:50px;padding-right:50px;background-color:#cdcdcd}.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-e539e808-0f98-41b9-ad6d-26cdd06e70e2{min-height:4px}#s-e539e808-0f98-41b9-ad6d-26cdd06e70e2>.shg-box-overlay{background-color:#fff;opacity:0}#s-8876925b-3b7a-44e4-9659-71be01e58e81{min-height:20px}#s-8876925b-3b7a-44e4-9659-71be01e58e81>.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 {
  width: 100%;
}
