.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-48df174c-f867-42af-94d7-a0eb89802cff {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 60px;
padding-top: 180px;
padding-bottom: 50px;
background-position: center top;
}

#s-48df174c-f867-42af-94d7-a0eb89802cff {
  background-image: url(https://i.shgcdn.com/1c01d71b-c625-472e-945d-d7413be8d291/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-48df174c-f867-42af-94d7-a0eb89802cff > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-48df174c-f867-42af-94d7-a0eb89802cff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a732ef0b-5f51-46f4-a1f3-fe377ec14ce7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1116px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a732ef0b-5f51-46f4-a1f3-fe377ec14ce7 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-a732ef0b-5f51-46f4-a1f3-fe377ec14ce7 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-a732ef0b-5f51-46f4-a1f3-fe377ec14ce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a732ef0b-5f51-46f4-a1f3-fe377ec14ce7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-1a88d6d4-5276-4656-b899-ee4f61a1c84f {
  margin-bottom: 39px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1a88d6d4-5276-4656-b899-ee4f61a1c84f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Source Serif 4";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.28em;
  
  text-align: left;
}



#s-6042aed5-b2c4-41cb-9d0a-6b33d5cc95e8 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6042aed5-b2c4-41cb-9d0a-6b33d5cc95e8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Source Serif 4";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



.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;
}

#s-649e6616-e962-4bb8-836e-32019a1c1f83 {
  max-width: 375px;
}

@media (min-width: 0px) {
[id="s-649e6616-e962-4bb8-836e-32019a1c1f83"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-649e6616-e962-4bb8-836e-32019a1c1f83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-649e6616-e962-4bb8-836e-32019a1c1f83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-649e6616-e962-4bb8-836e-32019a1c1f83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(18, 28, 69, 1);
text-align: center;
text-decoration: none;
}
#s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e:hover {background-color: rgba(36, 65, 106, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e:active {background-color: rgba(163, 29, 46, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e-root {
    text-align: center;
  }


#s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e-root {
    text-align: center;
  }


#s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e-root {
    text-align: center;
  }


#s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e-root {
    text-align: center;
  }


#s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e-root {
    text-align: center;
  }


#s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e-root {
    text-align: center;
  }


#s-105d724b-2e20-4d5e-abf5-7261c5a0eb3e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f1f35071-ba29-4606-9be4-28c7d5c4db97 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(227, 28, 61, 1);
text-align: center;
text-decoration: none;
}
#s-f1f35071-ba29-4606-9be4-28c7d5c4db97:hover {background-color: rgba(36, 65, 106, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f1f35071-ba29-4606-9be4-28c7d5c4db97:active {background-color: rgba(163, 29, 46, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f1f35071-ba29-4606-9be4-28c7d5c4db97-root {
    text-align: center;
  }


#s-f1f35071-ba29-4606-9be4-28c7d5c4db97.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f1f35071-ba29-4606-9be4-28c7d5c4db97-root {
    text-align: center;
  }


#s-f1f35071-ba29-4606-9be4-28c7d5c4db97.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1f35071-ba29-4606-9be4-28c7d5c4db97-root {
    text-align: center;
  }


#s-f1f35071-ba29-4606-9be4-28c7d5c4db97.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1f35071-ba29-4606-9be4-28c7d5c4db97-root {
    text-align: center;
  }


#s-f1f35071-ba29-4606-9be4-28c7d5c4db97.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f1f35071-ba29-4606-9be4-28c7d5c4db97-root {
    text-align: center;
  }


#s-f1f35071-ba29-4606-9be4-28c7d5c4db97.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-f1f35071-ba29-4606-9be4-28c7d5c4db97-root {
    text-align: center;
  }


#s-f1f35071-ba29-4606-9be4-28c7d5c4db97.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}

.subhero--wrapper {
    position: relative;
    width: 100%;
    max-width: 682px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 15px;
    text-align: center;
}

@media (min-width: 801px) {
    .subhero--wrapper {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.subhero--img {
    position: absolute;
    top: 35px;
    left: -146px;
}

@media (max-width: 800px) {
    .subhero--img {
        display: none;
    }
}
.textLeftVideoRight {
    margin-top: 20px;
    margin-bottom: 20px;
}

.textLeftVideoRight--container {
    width: 100%;
    max-width: 1284px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 801px) {
    .textLeftVideoRight {
        margin-top: 85px;
        margin-bottom: 65px;
    }

    .textLeftVideoRight--flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .textLeftVideoRight--flex > div {
        flex: 1;
    }
    
    .textLeftVideoRight-flex--left {
        order: 1;
        margin-right: 31px;
    }
    
    .textLeftVideoRight-flex--right {
        order: 2;
        margin-left: 31px;
    }
}

.textLeftVideoRight--video {
    position: relative;
    text-align: center;
}

.textLeftVideoRight--video .shogun-video {
    z-index: 1;
}

@media (min-width: 801px) {
    .textLeftVideoRight--video::before, .textLeftVideoRight--video::after {
        content: "";
        position: absolute;
        width: 276px;
        height: 246px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='276' height='246' viewBox='0 0 276 246'%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(270)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(240)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(210)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(180)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(150)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(120)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(90)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(60)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(30)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(270 30)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(240 30)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(210 30)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(180 30)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(150 30)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(120 30)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(90 30)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(60 30)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(30 30)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(0 30)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(270 60)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(240 60)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(210 60)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(180 60)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(150 60)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(120 60)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(90 60)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(60 60)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(30 60)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(0 60)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(270 90)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(240 90)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(210 90)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(180 90)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(150 90)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(120 90)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(90 90)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(60 90)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(30 90)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(0 90)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(270 120)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(240 120)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(210 120)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(180 120)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(150 120)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(120 120)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(90 120)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(60 120)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(30 120)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(0 120)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(270 150)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(240 150)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(210 150)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(180 150)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(150 150)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(120 150)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(90 150)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(60 150)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(30 150)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(0 150)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(270 180)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(240 180)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(210 180)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(180 180)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(150 180)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(120 180)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(90 180)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(60 180)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(30 180)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(0 180)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(270 210)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(240 210)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(210 210)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(180 210)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(150 210)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(120 210)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(90 210)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(60 210)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(30 210)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(0 210)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(270 240)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(240 240)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(210 240)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(180 240)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(150 240)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(120 240)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(90 240)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(60 240)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(30 240)' fill='%23488bfa'/%3E%3Ccircle cx='3' cy='3' r='3' transform='translate(0 240)' fill='%23488bfa'/%3E%3C/svg%3E%0A");
    }
    
    .textLeftVideoRight--video::before {
        left: -18px;
        top: -50px;
    }
    
    .textLeftVideoRight--video::after {
        right: 18px;
        bottom: -50px;
    }
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-d1c74ea5-7c55-4c30-9574-43713dfc2bc7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1250px;
}








#s-d1c74ea5-7c55-4c30-9574-43713dfc2bc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1c74ea5-7c55-4c30-9574-43713dfc2bc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.iconTextCards{
    margin: 36px 0 0 0;
    z-index: 1;
}

.textCards__image{
    width: 100%;
    margin: 0 0 37px 0;
}

.textCards__list{
    list-style: none;
    padding: 0 15px;
}

.textCards__item{
    width: 100%;
    box-shadow: 0 0 24px 0 #ddd;
    padding: 36px 14px 17px;
    background-color: #fff;
    margin: 0 0 20px 0;
}

.textCards__item.textCards--left{
    border-radius: 80px 0 0 0;
}

.textCards__item.textCards--right{
    border-radius: 0 0 80px 0;
}

@media(min-width: 1024px){
    .textCards__image{
        margin: 0 0 50px 0;
    }
    
    .textCards__list{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 60px 30px 0 30px;
        
        background-image: url(https://i.shgcdn.com/e1cf0cda-a5ac-49dc-a987-6ad02ba4d3e2/);
        background-repeat: no-repeat;
        background-position: left top;
    }

    .textCards__item{
        width: 33%;
        margin: 0 10px;
        padding: 66px 40px 22px;
    }
    
    .textCards__header{
        min-height: 100px;
    }
    
    .textCards__details{
        min-height: 250px;
    }
}

@media(min-width: 1200px){
    .textCards__details{
        min-height: 200px;
    }
    
}
#s-5c109b0c-fa57-482c-80d5-66f746817952 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 85px;
min-height: 50px;
background-position: center center;
opacity: 1;
}








#s-5c109b0c-fa57-482c-80d5-66f746817952 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.8;
}#s-5c109b0c-fa57-482c-80d5-66f746817952.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.customSlider {
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    z-index: 2;
}

.customSlider::before, .customSlider::after {
    display: none;
}

.customSlider-header{
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

.customSlider-header__heading{
    font-family: 'Lora';
    font-size: 40px;
    line-height: 1.2em;
    color: #12233F;
    font-weight: 700;
}

.customSlider .shg-sld-nav-button{
    border-radius: 50%;
    background-color: rgba(18, 35, 63, 0.7);
    top: 40%;
    width: 60px;
    height: 60px;
    transition: all 0.4s;
}

.customSlider .shg-sld-nav-button:hover,
.customSlider .shg-sld-nav-button:focus{
    background-color: #488bfa;
}

.customSlider .shg-sld-nav-button.shg-sld-left{
    left: 0;
}


.customSlider .shg-sld-nav-button.shg-sld-right{
    right: 0;
}

.customSlider .shg-sld-nav-button.shg-sld-left svg {
    padding-right: 5px;
}

.customSlider .shg-sld-nav-button.shg-sld-right svg {
    padding-left: 5px;
}

.customSlider .shg-sld-nav-button svg{
    fill: #fff;
    transform: scale(0.6);
}

.customSlider .shg-sld-dots{
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    max-width: 590px;
    
}

.customSlider .shg-sld-dot{
    background-color: #9A9494 !important;
    height: 4px;
    width: 90px;
    border-radius: unset !important;
}

.customSlider .shg-sld-dot:hover,
.customSlider .shg-sld-dot:focus{
    background-color: #524947 !important;
}

.customSlider .shg-sld-dot.shg-sld-active{
    background-color: #488bfa !important;
}

.customSlider--container{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px;
}

@media(min-width: 801px){
    .customSlider {
        margin: 0;
        padding: 80px 0;
    }
    
    
    
    .customSlider-header{
        margin: 15px 0;
    }
    
    .customSlider .shg-sld-nav-button.shg-sld-left{
        left: -20px;
    }
    
    .customSlider .shg-sld-nav-button.shg-sld-right{
        right: -20px;
    }
}

@media(min-width: 1160px) {
    .customSlider .shg-sld-nav-button.shg-sld-left{
        left: -60px;
    }
    
    .customSlider .shg-sld-nav-button.shg-sld-right{
        right: -60px;
    }
    
    .customSlider::before {
        content: "";
        display: block;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMzAiIGhlaWdodD0iMjYwIiB2aWV3Qm94PSIwIDAgMjMwIDI2MCI+CiAgPHBhdGggZD0iTTAsMEgxMDBBMTAwLDEwMCwwLDAsMSwyMDAsMTAwVjIwMGEwLDAsMCwwLDEsMCwwSDEwMEExMDAsMTAwLDAsMCwxLDAsMTAwVjBBMCwwLDAsMCwxLDAsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwKSIgZmlsbD0iI2RkZTBlNCIgb3BhY2l0eT0iMC45Ii8+CiAgPHBhdGggZD0iTTYwLDBoNjBhMCwwLDAsMCwxLDAsMFY2MGE2MCw2MCwwLDAsMS02MCw2MEgwYTAsMCwwLDAsMSwwLDBWNjBBNjAsNjAsMCwwLDEsNjAsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMTQwKSIgZmlsbD0iI2UzMWMzZCIvPgo8L3N2Zz4K');
        background-repeat: no-repeat;
        position: absolute;
        top: -150px;
        right: 240px;
        min-width: 231px;
        min-height: 260px;
        
        
    }
}
#s-235aa63c-da79-4908-95cb-8214652bcda4 {
  opacity: 1;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-87fc903e-46a5-48ea-9921-98a778bc59e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 760px;
}

#s-87fc903e-46a5-48ea-9921-98a778bc59e4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-87fc903e-46a5-48ea-9921-98a778bc59e4 .shg-sld-nav-button.shg-sld-left,
#s-87fc903e-46a5-48ea-9921-98a778bc59e4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.customSlide{
    border-radius: 40px;
    padding-top: 70px;
    padding-bottom: 50px;
    box-shadow: 2px 2px 24px #eeeeee;
    background-color: #fff;
    max-width: 95%;
    margin: 0 auto;
}

.customSlide::before {
    content: "";
    position: absolute;
    left: 22%;
    top: -10px;
    width: 70px;
    height: 30px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='70' height='30' viewBox='0 0 70 30'><g id='Open_Quote' data-name='Open Quote' transform='translate(0 7)'><path id='Rectangle_49' data-name='Rectangle 49' d='M15,0H30a0,0,0,0,1,0,0V15A15,15,0,0,1,15,30H0a0,0,0,0,1,0,0V15A15,15,0,0,1,15,0Z' transform='translate(0 -7)' fill='%23488BFA'/><path id='Rectangle_50' data-name='Rectangle 50' d='M15,0H30a0,0,0,0,1,0,0V15A15,15,0,0,1,15,30H0a0,0,0,0,1,0,0V15A15,15,0,0,1,15,0Z' transform='translate(40 -7)' fill='%23488BFA'/></g></svg>");
}

.customSlide::after {
    content: "";
    position: absolute;
    right: 20%;
    bottom: -10px;
    width: 70px;
    height: 30px;
    background: url("data:image/svg+xml;utf8,<svg id='End_Quote' data-name='End Quote' xmlns='http://www.w3.org/2000/svg' width='70' height='30' viewBox='0 0 70 30'><path id='Rectangle_52' data-name='Rectangle 52' d='M0,0H15A15,15,0,0,1,30,15V30a0,0,0,0,1,0,0H15A15,15,0,0,1,0,15V0A0,0,0,0,1,0,0Z' transform='translate(40)' fill='%23488BFA'/><path id='Rectangle_51' data-name='Rectangle 51' d='M0,0H15A15,15,0,0,1,30,15V30a0,0,0,0,1,0,0H15A15,15,0,0,1,0,15V0A0,0,0,0,1,0,0Z' fill='%23488BFA'/></svg>");
}

.customSlide--text {
     text-align: center;
     color: #12233f;
     font-family: "Montserrat", sans-serif;
     font-weight: 500;
     font-size: 18px;
     margin-bottom: 30px;
     line-height: 32px;
     max-width: 95%;
     margin-left: auto;
     margin-right: auto;
     
}

.customSlide--author {
    color: #12233f;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

.productCards {
    margin-top: -120px;
    padding-top: 190px;
    background-repeat: no-repeat;
    background-position: 0px top;
    background-size: 242px 240px;
    z-index: 2;
    position: relative;
}

@media (max-width: 800px) {
    .productCards {
        margin-top: 0;
        padding-top: 0;
        background-image: none !important;
    }
}

.productCards--container {
    width: 100%;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -100px;
    padding-bottom: 220px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 423px 372px;
}

@media (max-width: 800px) {
    .productCards--container {
        background-image: none !important;
    }
}

.productCards--flex > div {
    background-color: #fff;
}

@media (min-width: 801px) {
    .productCards--flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .productCards--flex > div {
        flex: 1;
        margin-left: 15px; 
        box-shadow: rgba(0, 0, 0, 10%) 2px 8px 24px 1px;
    }
    
    .productCards--flex .productCards-flex--left {
        margin-left: 0;
        border-radius: 80px 0 0 80px;
    }
    
    .productCards--flex .productCards-flex--left img {
        width: 100%;
        object-fit: cover;
        border-radius: 80px 0 0 0;
    }
    
    .productCards--flex .productCards-flex--right {
        margin-right: 0;
        border-radius: 0 80px 80px 0;
    }
    
    .productCards--flex .productCards-flex--right img {
        width: 100%;
        object-fit: cover;
        border-radius: 0 80px 0 0;
    }
    
    .productCards--flex img {
        max-height: 290px;
    }
    
    .productCards--title {
        min-height: 150px;
    }
    
    .productCards--text {
        min-height: 175px;
    }
}

.productCards--inner {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.productCards .button-leaf--primary {
    display: inline-block;
    width: 70%;
    padding: 22px;
    color: #fff;
    font-size: 16px;
    font-family: Montserrat;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0 30px 0 30px;
    background-color: #e31c3d;
    transition: all .15s ease-out;
}

.productCards .button-leaf--primary:hover, .productCards .button-leaf--primary:focus {
    color: #fff;
    background-color: #a31d2e;
}
#s-2ed3dfd7-6746-4b4a-bf7a-0d3caced1117 {
  margin-top: 60px;
}

.prefooter--cta {
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 3;
}

.prefooter-cta--container {
    width: 100%;
    max-width: 1284px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
#s-478c2a87-e27c-4946-b7ba-81aa798e593b {
  background-color: rgba(206, 218, 227, 1);
}

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