#s-ff7e679a-0ead-48c5-a108-f15f73ca5b56{margin-top:0px;margin-left:50px;margin-bottom:-20px;margin-right:50px}.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-dd066906-ba31-42bb-94a9-7ff4927d1cf2{min-height:50px}#s-dd066906-ba31-42bb-94a9-7ff4927d1cf2>.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-6540d49d-4099-492e-90c9-20f2f0de39a3{padding-top:10px;padding-bottom:10px}#s-6540d49d-4099-492e-90c9-20f2f0de39a3 .shogun-heading-component h1{color:#000;font-weight:600;font-family:Open Sans;font-style:normal;font-size:32px;text-align:center}.shogun-image-container{position:relative}.shogun-image-overlay{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;padding:20px;align-items:center;justify-content:center}.shogun-image-overlay.shg-top-left{align-items:flex-start;justify-content:flex-start}.shogun-image-overlay.shg-top-center{align-items:flex-start;justify-content:center}.shogun-image-overlay.shg-top-right{align-items:flex-start;justify-content:flex-end}.shogun-image-overlay.shg-middle-left{align-items:center;justify-content:flex-start}.shogun-image-overlay.shg-middle-center{align-items:center;justify-content:center}.shogun-image-overlay.shg-middle-right{align-items:center;justify-content:flex-end}.shogun-image-overlay.shg-bottom-left{align-items:flex-end;justify-content:flex-start}.shogun-image-overlay.shg-bottom-center{align-items:flex-end;justify-content:center}.shogun-image-overlay.shg-bottom-right{align-items:flex-end;justify-content:flex-end}.shogun-image-overlay p{margin:0;padding:0;line-height:normal}.shogun-image-cover{-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;";width:100%}.shogun-image-contain{font-family:"object-fit: contain;";-o-object-fit:contain;object-fit:contain;width:100%}.shogun-image-link{min-height:inherit;max-height:inherit}.shogun-lightbox-item{cursor:pointer;min-height:inherit;max-height:inherit}.shogun-lightbox{display:none;position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shogun-lightbox-content{display:flex;justify-content:center;align-items:center;flex-direction:column}.shogun-lightbox-close{color:#fff;font-size:45px;align-self:flex-end;margin-right:10px;line-height:30px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.shogun-lightbox-image-container{display:flex;flex-flow:row nowrap;align-items:center;padding:10px}.shogun-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shogun-lightbox-close:hover,.shogun-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}img.shogun-image{display:block;max-width:100% !important;margin:0 auto !important}#s-8ef4998a-c742-4d17-81ad-7a37677c4dfc{text-align:center}#s-1d5b3d3b-4f7d-4a35-9ca3-3858541e47a7{text-align:center}#s-0f73e623-9fef-4ab9-ab04-f7ef02e5692d{text-align:center}#s-df626743-4d89-4a8b-8c10-96ab828a5301{text-align:center}#s-1a2a78a0-21a1-447a-80d2-2d7c466c7aaa{text-align:center}

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