.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  min-height: 480px;
}
}@media (max-width: 767px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 480px;
}
}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-image: url(https://i.shgcdn.com/975462b6-4cfa-4c0a-a79f-ab1767bedc08/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 1200px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (max-width: 767px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}
@media (min-width: 0px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (max-width: 767px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}







#s-042102a7-0d38-4113-8b9f-657bf5d14a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-042102a7-0d38-4113-8b9f-657bf5d14a9b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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;
  font-family: ;
  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-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 64px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 56px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-b9249f6c-f9fa-41fb-8457-ace3eced40bf {
  min-height: 50px;
}








#s-b9249f6c-f9fa-41fb-8457-ace3eced40bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9249f6c-f9fa-41fb-8457-ace3eced40bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9721c0de-79af-430a-bad7-d948ffb5e882 {
  min-height: 50px;
}








#s-9721c0de-79af-430a-bad7-d948ffb5e882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9721c0de-79af-430a-bad7-d948ffb5e882.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76ba3d15-f396-4398-9462-9721cc7cf341 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76ba3d15-f396-4398-9462-9721cc7cf341 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-dd95e57d-4ab2-408a-bc93-96f57dcd64f2 {
  min-height: 50px;
}








#s-dd95e57d-4ab2-408a-bc93-96f57dcd64f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd95e57d-4ab2-408a-bc93-96f57dcd64f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-725005ad-322c-498e-8051-88af17f75583 {
  min-height: 50px;
}








#s-725005ad-322c-498e-8051-88af17f75583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-725005ad-322c-498e-8051-88af17f75583.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-626ba915-f0f1-4e79-9c95-950cc362139e {
  padding-left: 15%;
padding-right: 15%;
}

#s-9ccc8cbc-cd33-478c-96bb-30fe1c5699d6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-9ccc8cbc-cd33-478c-96bb-30fe1c5699d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ccc8cbc-cd33-478c-96bb-30fe1c5699d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ccc8cbc-cd33-478c-96bb-30fe1c5699d6 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-9ccc8cbc-cd33-478c-96bb-30fe1c5699d6 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-9ccc8cbc-cd33-478c-96bb-30fe1c5699d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ccc8cbc-cd33-478c-96bb-30fe1c5699d6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2135932f-8e6d-4577-b58a-7e79fb6699c1 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-2135932f-8e6d-4577-b58a-7e79fb6699c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2135932f-8e6d-4577-b58a-7e79fb6699c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2135932f-8e6d-4577-b58a-7e79fb6699c1 {
  
}
}@media (max-width: 767px){#s-2135932f-8e6d-4577-b58a-7e79fb6699c1 {
  
}
}
#s-2135932f-8e6d-4577-b58a-7e79fb6699c1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-36b08315-5ff1-4b2d-a07c-a83e4f9c1851"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36b08315-5ff1-4b2d-a07c-a83e4f9c1851"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36b08315-5ff1-4b2d-a07c-a83e4f9c1851"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36b08315-5ff1-4b2d-a07c-a83e4f9c1851"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36b08315-5ff1-4b2d-a07c-a83e4f9c1851"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36b08315-5ff1-4b2d-a07c-a83e4f9c1851"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36b08315-5ff1-4b2d-a07c-a83e4f9c1851"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-01896419-e3fd-4d21-b353-c778bffeee57 {
  border-style: solid;
padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-01896419-e3fd-4d21-b353-c778bffeee57 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-01896419-e3fd-4d21-b353-c778bffeee57 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-01896419-e3fd-4d21-b353-c778bffeee57 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-01896419-e3fd-4d21-b353-c778bffeee57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01896419-e3fd-4d21-b353-c778bffeee57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b65a12d-76c2-48bb-9269-419da0f0a7d5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0b65a12d-76c2-48bb-9269-419da0f0a7d5 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: ;
  
}


#s-0b65a12d-76c2-48bb-9269-419da0f0a7d5 .shogun-heading-component h5 a {
  color: rgba(84, 86, 90, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-0b65a12d-76c2-48bb-9269-419da0f0a7d5 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  
}


#s-0b65a12d-76c2-48bb-9269-419da0f0a7d5 .shogun-heading-component h5 a {
  color: rgba(84, 86, 90, 1);
}

}@media (max-width: 767px){#s-0b65a12d-76c2-48bb-9269-419da0f0a7d5 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: ;
  
}


#s-0b65a12d-76c2-48bb-9269-419da0f0a7d5 .shogun-heading-component h5 a {
  color: rgba(84, 86, 90, 1);
}

}
#s-85229a69-bbf0-4ba1-8b67-3a32835c306c {
  box-shadow:0px 0px 0px 0px rgba(208, 208, 208, 1);
border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-85229a69-bbf0-4ba1-8b67-3a32835c306c .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: ;
  
}


#s-85229a69-bbf0-4ba1-8b67-3a32835c306c .shogun-heading-component h5 a {
  color: rgba(84, 86, 90, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-85229a69-bbf0-4ba1-8b67-3a32835c306c .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  
}


#s-85229a69-bbf0-4ba1-8b67-3a32835c306c .shogun-heading-component h5 a {
  color: rgba(84, 86, 90, 1);
}

}@media (max-width: 767px){#s-85229a69-bbf0-4ba1-8b67-3a32835c306c .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: ;
  
}


#s-85229a69-bbf0-4ba1-8b67-3a32835c306c .shogun-heading-component h5 a {
  color: rgba(84, 86, 90, 1);
}

}
@media (min-width: 0px) {
[id="s-f85d5347-a51c-47b7-bbc4-3b3d2c63374f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f85d5347-a51c-47b7-bbc4-3b3d2c63374f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f85d5347-a51c-47b7-bbc4-3b3d2c63374f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f85d5347-a51c-47b7-bbc4-3b3d2c63374f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-6e8c42b1-1d46-47ac-aa3d-0bcc31e754a7 hr {
  border-top: 2px solid #ddd;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-607d4903-8e5f-4113-9dab-783cc0838d05 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-607d4903-8e5f-4113-9dab-783cc0838d05 img.shogun-image {
    

    
    
    
  }


#s-607d4903-8e5f-4113-9dab-783cc0838d05 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ceeec24-b4a9-4996-a896-97b1632b6753 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9ceeec24-b4a9-4996-a896-97b1632b6753 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}


#s-9ceeec24-b4a9-4996-a896-97b1632b6753 .shogun-heading-component h6 a {
  color: #000;
}


#s-5d97032a-7d1c-42f2-ab7e-b4982ed2d6d1 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-5d97032a-7d1c-42f2-ab7e-b4982ed2d6d1 img.shogun-image {
    

    
    
    
  }


#s-5d97032a-7d1c-42f2-ab7e-b4982ed2d6d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a37cd9a-1ba8-434b-b099-f6b639a14fa4 hr {
  border-top: 2px solid #ddd;
}

#s-6d0e5d43-da85-4123-b4b9-22f813588656 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-6d0e5d43-da85-4123-b4b9-22f813588656 img.shogun-image {
    

    
    
    
  }


#s-6d0e5d43-da85-4123-b4b9-22f813588656 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f443460-b774-440c-8d31-f36a7c82aeea {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1f443460-b774-440c-8d31-f36a7c82aeea .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-762dc90b-69ab-44e9-8909-fc35b4eebeac hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-943dcd9e-fdae-491a-aec8-91c88f11b8c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-943dcd9e-fdae-491a-aec8-91c88f11b8c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-943dcd9e-fdae-491a-aec8-91c88f11b8c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-943dcd9e-fdae-491a-aec8-91c88f11b8c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 img.shogun-image {
    

    
    
    
  }


#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-65f52651-23d4-4f8b-a27c-2d8fc346aad5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-65f52651-23d4-4f8b-a27c-2d8fc346aad5 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 img.shogun-image {
    

    
    
    
  }


#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f9c42fd-ac82-48a6-b2de-9ea7817e0868 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1f9c42fd-ac82-48a6-b2de-9ea7817e0868 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-336df74f-6f92-4e07-96db-adf773077c95 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-336df74f-6f92-4e07-96db-adf773077c95 img.shogun-image {
    

    
    
    
  }


#s-336df74f-6f92-4e07-96db-adf773077c95 .shogun-image-content {
  
    align-items: center;
  
}

#s-1862ba2b-0181-42bb-9d09-258349c0209d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1862ba2b-0181-42bb-9d09-258349c0209d .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-5dc63c7a-0fd3-44cb-bb0f-e6dfe7377f3f hr {
  border-top: 2px solid #ddd;
}

#s-0c06b118-5985-4a02-9a86-8cda3c4a2a0e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0c06b118-5985-4a02-9a86-8cda3c4a2a0e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c06b118-5985-4a02-9a86-8cda3c4a2a0e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c06b118-5985-4a02-9a86-8cda3c4a2a0e {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0c06b118-5985-4a02-9a86-8cda3c4a2a0e {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-0c06b118-5985-4a02-9a86-8cda3c4a2a0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c06b118-5985-4a02-9a86-8cda3c4a2a0e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-c28b150e-bad0-430d-86ac-382b39bf6fe1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c28b150e-bad0-430d-86ac-382b39bf6fe1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c28b150e-bad0-430d-86ac-382b39bf6fe1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c28b150e-bad0-430d-86ac-382b39bf6fe1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2af519b3-ddf0-4225-94f0-21f8503800c3 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-2af519b3-ddf0-4225-94f0-21f8503800c3 img.shogun-image {
    

    
    
    
  }


#s-2af519b3-ddf0-4225-94f0-21f8503800c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ee9ea2a-8414-41c1-b0a4-9b1c88e972f9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4ee9ea2a-8414-41c1-b0a4-9b1c88e972f9 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}


#s-4ee9ea2a-8414-41c1-b0a4-9b1c88e972f9 .shogun-heading-component h6 a {
  color: #000;
}


#s-e953d4cc-c2b6-4c39-b8c9-3396e1c86f20 {
  text-align: center;
}







  #s-e953d4cc-c2b6-4c39-b8c9-3396e1c86f20 img.shogun-image {
    

    
    
    
  }


#s-e953d4cc-c2b6-4c39-b8c9-3396e1c86f20 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f0313f9-fea9-44f5-85be-473ddef53f0d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1f0313f9-fea9-44f5-85be-473ddef53f0d .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}


#s-1f0313f9-fea9-44f5-85be-473ddef53f0d .shogun-heading-component h6 a {
  color: #000;
}


#s-856a5130-f7c5-4acb-9234-8a52d19f8d2e {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-856a5130-f7c5-4acb-9234-8a52d19f8d2e img.shogun-image {
    

    
    
    
  }


#s-856a5130-f7c5-4acb-9234-8a52d19f8d2e .shogun-image-content {
  
    align-items: center;
  
}

#s-169ded6e-0dc4-40fc-897d-0fcb3c217d78 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-169ded6e-0dc4-40fc-897d-0fcb3c217d78 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}


#s-169ded6e-0dc4-40fc-897d-0fcb3c217d78 .shogun-heading-component h6 a {
  color: #000;
}


#s-2715b6ca-a5fe-4182-8073-7ee1fa6ca722 hr {
  border-top: 2px solid #ddd;
}

#s-58d7b5c4-7964-43e9-a7aa-eeff06226274 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-58d7b5c4-7964-43e9-a7aa-eeff06226274 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58d7b5c4-7964-43e9-a7aa-eeff06226274 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-58d7b5c4-7964-43e9-a7aa-eeff06226274 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-58d7b5c4-7964-43e9-a7aa-eeff06226274 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-58d7b5c4-7964-43e9-a7aa-eeff06226274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58d7b5c4-7964-43e9-a7aa-eeff06226274.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-7b3bed7b-2c1d-4ff3-8390-727c97cf5dbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b3bed7b-2c1d-4ff3-8390-727c97cf5dbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7b3bed7b-2c1d-4ff3-8390-727c97cf5dbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b3bed7b-2c1d-4ff3-8390-727c97cf5dbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-424affb1-5e0f-4acd-be09-494eb534fdb1 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-424affb1-5e0f-4acd-be09-494eb534fdb1 img.shogun-image {
    

    
    
    
  }


#s-424affb1-5e0f-4acd-be09-494eb534fdb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9f4cbc4-96b2-4bf0-95c6-18a25554846b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b9f4cbc4-96b2-4bf0-95c6-18a25554846b .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-6e42591e-0c4d-4079-8dd3-de4f428ae6f8 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-6e42591e-0c4d-4079-8dd3-de4f428ae6f8 img.shogun-image {
    

    
    
    
  }


#s-6e42591e-0c4d-4079-8dd3-de4f428ae6f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4f8724c-a333-4e98-a215-9dbb074243ab {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a4f8724c-a333-4e98-a215-9dbb074243ab .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}


#s-a4f8724c-a333-4e98-a215-9dbb074243ab .shogun-heading-component h6 a {
  color: #000;
}


#s-890a6639-bb8f-4757-8ffd-b7ff21483362 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-890a6639-bb8f-4757-8ffd-b7ff21483362 img.shogun-image {
    

    
    
    
  }


#s-890a6639-bb8f-4757-8ffd-b7ff21483362 .shogun-image-content {
  
    align-items: center;
  
}

#s-db60aff1-2c67-4c25-8340-6aabdea5b73f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-db60aff1-2c67-4c25-8340-6aabdea5b73f .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}


#s-db60aff1-2c67-4c25-8340-6aabdea5b73f .shogun-heading-component h6 a {
  color: #000;
}


#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 > .shg-box-overlay {
  background-color: rgba(249, 245, 245, 1);
  opacity: 0;
}#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (max-width: 767px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}
#s-ff685442-10e2-42f9-9814-b9bdba9d5118 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-6d1bf2a2-9d23-43bf-ba5f-6444e1b92ef6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6d1bf2a2-9d23-43bf-ba5f-6444e1b92ef6 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: ;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6d1bf2a2-9d23-43bf-ba5f-6444e1b92ef6 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  
}


}@media (max-width: 767px){#s-6d1bf2a2-9d23-43bf-ba5f-6444e1b92ef6 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: ;
  
}


}
@media (min-width: 0px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-69f26eba-1575-488f-a253-e9dff48d4d32 {
  background-image: url(https://i.shgcdn.com/6c729f1b-52ef-44d3-b20d-8d0e0c7cecd6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 250px;
text-align: center;
background-position: center center;
}

#s-69f26eba-1575-488f-a253-e9dff48d4d32 .shogun-heading-component h5 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}



#s-5b500d7d-52e9-4be8-8a98-f72f197e77d1 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5b500d7d-52e9-4be8-8a98-f72f197e77d1 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-a3965092-162b-426b-aad9-44b75c9293be {
  min-height: 50px;
}








#s-a3965092-162b-426b-aad9-44b75c9293be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3965092-162b-426b-aad9-44b75c9293be.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .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;
  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;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.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:#000;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;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}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
