.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-298a7cdd-875b-49f5-9f42-a616567b1fee {
  padding-bottom: 10px;
text-align: center;
}

#s-298a7cdd-875b-49f5-9f42-a616567b1fee .shogun-heading-component h2 {
  color: rgba(1, 85, 149, 1);
  font-weight:  700 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-298a7cdd-875b-49f5-9f42-a616567b1fee .shogun-heading-component h2 {
  color: rgba(1, 85, 149, 1);
  font-weight:  700 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-298a7cdd-875b-49f5-9f42-a616567b1fee .shogun-heading-component h2 {
  color: rgba(1, 85, 149, 1);
  font-weight:  700 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-298a7cdd-875b-49f5-9f42-a616567b1fee .shogun-heading-component h2 {
  color: rgba(1, 85, 149, 1);
  font-weight:  700 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-773b5ff6-aee1-493e-91a8-b6cdbb5c7f6c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}

#s-773b5ff6-aee1-493e-91a8-b6cdbb5c7f6c .shogun-heading-component h6 {
  color: rgba(6, 6, 6, 1);
  font-weight:  normal ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.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-7e606672-b30f-4837-a5d8-fa0fbb01220a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-7e606672-b30f-4837-a5d8-fa0fbb01220a {
  background-image: url(https://i.shgcdn.com/02fa02b0-375b-403e-b4a0-da2b793d7219/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7e606672-b30f-4837-a5d8-fa0fbb01220a {
  background-image: url(https://i.shgcdn.com/02fa02b0-375b-403e-b4a0-da2b793d7219/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7e606672-b30f-4837-a5d8-fa0fbb01220a {
  background-image: url(https://i.shgcdn.com/02fa02b0-375b-403e-b4a0-da2b793d7219/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7e606672-b30f-4837-a5d8-fa0fbb01220a {
  background-image: url(https://i.shgcdn.com/02fa02b0-375b-403e-b4a0-da2b793d7219/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7e606672-b30f-4837-a5d8-fa0fbb01220a {
  background-image: url(https://i.shgcdn.com/02fa02b0-375b-403e-b4a0-da2b793d7219/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7e606672-b30f-4837-a5d8-fa0fbb01220a {
  background-image: url(https://i.shgcdn.com/02fa02b0-375b-403e-b4a0-da2b793d7219/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7e606672-b30f-4837-a5d8-fa0fbb01220a {
  background-image: url(https://i.shgcdn.com/02fa02b0-375b-403e-b4a0-da2b793d7219/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7e606672-b30f-4837-a5d8-fa0fbb01220a {
  background-image: url(https://i.shgcdn.com/02fa02b0-375b-403e-b4a0-da2b793d7219/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7e606672-b30f-4837-a5d8-fa0fbb01220a {
  background-image: url(https://i.shgcdn.com/02fa02b0-375b-403e-b4a0-da2b793d7219/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-7e606672-b30f-4837-a5d8-fa0fbb01220a > .shg-box-overlay {
  background-color: rgba(1, 85, 149, 1);
  opacity: 0.6000000000000001;
}#s-7e606672-b30f-4837-a5d8-fa0fbb01220a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ba485a4-5e48-4eea-96f1-e0fb99889b98 {
  margin-top: 50px;
padding-bottom: 10px;
text-align: center;
}

#s-6ba485a4-5e48-4eea-96f1-e0fb99889b98 .shogun-heading-component h2 {
  color: rgba(252, 254, 255, 1);
  font-weight:  700 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-cbb4e3e0-0abb-458b-be8a-f0a22281636b {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
text-align: left;
}

#s-cbb4e3e0-0abb-458b-be8a-f0a22281636b .shogun-heading-component h6 {
  color: rgba(249, 249, 249, 1);
  font-weight:  normal ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c04a7cf7-75fc-484f-a785-de83ccc1791a {
  margin-top: 50px;
padding-bottom: 10px;
text-align: center;
}

#s-c04a7cf7-75fc-484f-a785-de83ccc1791a .shogun-heading-component h2 {
  color: rgba(1, 85, 149, 1);
  font-weight:  700 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-f6fc47cf-9f42-437a-812d-5515174278bd {
  margin-left: 5%;
margin-bottom: 70px;
margin-right: 5%;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f6fc47cf-9f42-437a-812d-5515174278bd {
  margin-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6fc47cf-9f42-437a-812d-5515174278bd {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-f6fc47cf-9f42-437a-812d-5515174278bd {
  margin-bottom: 30px;
}
}
#s-f6fc47cf-9f42-437a-812d-5515174278bd .shogun-heading-component h6 {
  color: rgba(1, 1, 1, 1);
  font-weight:  normal ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1b7b2dff-feef-4f8c-b12f-d6e146919ec9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}

#s-1b7b2dff-feef-4f8c-b12f-d6e146919ec9 {
  background-image: url(https://i.shgcdn.com/dfc93f00-cdd2-4c40-b858-b40793cd8ff6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1b7b2dff-feef-4f8c-b12f-d6e146919ec9 {
  background-image: url(https://i.shgcdn.com/dfc93f00-cdd2-4c40-b858-b40793cd8ff6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1b7b2dff-feef-4f8c-b12f-d6e146919ec9 {
  background-image: url(https://i.shgcdn.com/dfc93f00-cdd2-4c40-b858-b40793cd8ff6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1b7b2dff-feef-4f8c-b12f-d6e146919ec9 {
  background-image: url(https://i.shgcdn.com/dfc93f00-cdd2-4c40-b858-b40793cd8ff6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1b7b2dff-feef-4f8c-b12f-d6e146919ec9 {
  background-image: url(https://i.shgcdn.com/dfc93f00-cdd2-4c40-b858-b40793cd8ff6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1b7b2dff-feef-4f8c-b12f-d6e146919ec9 {
  background-image: url(https://i.shgcdn.com/dfc93f00-cdd2-4c40-b858-b40793cd8ff6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1b7b2dff-feef-4f8c-b12f-d6e146919ec9 {
  background-image: url(https://i.shgcdn.com/dfc93f00-cdd2-4c40-b858-b40793cd8ff6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1b7b2dff-feef-4f8c-b12f-d6e146919ec9 {
  background-image: url(https://i.shgcdn.com/dfc93f00-cdd2-4c40-b858-b40793cd8ff6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1b7b2dff-feef-4f8c-b12f-d6e146919ec9 {
  background-image: url(https://i.shgcdn.com/dfc93f00-cdd2-4c40-b858-b40793cd8ff6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-1b7b2dff-feef-4f8c-b12f-d6e146919ec9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b7b2dff-feef-4f8c-b12f-d6e146919ec9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb12024b-e8ad-4bec-b42f-c9d5f40b9bff {
  margin-top: 50px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-cb12024b-e8ad-4bec-b42f-c9d5f40b9bff .shogun-heading-component h2 {
  color: rgba(1, 85, 149, 1);
  font-weight:  700 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-3874f437-731b-4ada-beaf-b01cd74f8f5a {
  margin-left: 5%;
margin-bottom: 70px;
margin-right: 5%;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3874f437-731b-4ada-beaf-b01cd74f8f5a {
  margin-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3874f437-731b-4ada-beaf-b01cd74f8f5a {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-3874f437-731b-4ada-beaf-b01cd74f8f5a {
  margin-bottom: 30px;
}
}
#s-3874f437-731b-4ada-beaf-b01cd74f8f5a .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-54868ab4-cb82-49bd-806a-ad1ac071aed5 {
  margin-left: 15%;
margin-right: 15%;
text-align: left;
}

#s-3e6fd4a2-e4bd-4c3c-a342-4a6371b083b5 {
  padding-top: 70px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3e6fd4a2-e4bd-4c3c-a342-4a6371b083b5 {
  padding-top: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e6fd4a2-e4bd-4c3c-a342-4a6371b083b5 {
  padding-top: 50px;
}
}@media (max-width: 767px){#s-3e6fd4a2-e4bd-4c3c-a342-4a6371b083b5 {
  padding-top: 40px;
}
}







#s-3e6fd4a2-e4bd-4c3c-a342-4a6371b083b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e6fd4a2-e4bd-4c3c-a342-4a6371b083b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ccddfef-0981-47cb-8a98-76491a668e89 {
  padding-bottom: 10px;
text-align: center;
}

#s-7ccddfef-0981-47cb-8a98-76491a668e89 .shogun-heading-component h2 {
  color: rgba(1, 85, 149, 1);
  font-weight:  700 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-7ccddfef-0981-47cb-8a98-76491a668e89 .shogun-heading-component h2 {
  color: rgba(1, 85, 149, 1);
  font-weight:  700 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7ccddfef-0981-47cb-8a98-76491a668e89 .shogun-heading-component h2 {
  color: rgba(1, 85, 149, 1);
  font-weight:  700 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-7ccddfef-0981-47cb-8a98-76491a668e89 .shogun-heading-component h2 {
  color: rgba(1, 85, 149, 1);
  font-weight:  700 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-e4b31c3a-fd9f-443a-9a59-da642f358537 {
  margin-bottom: 70px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e4b31c3a-fd9f-443a-9a59-da642f358537 {
  margin-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4b31c3a-fd9f-443a-9a59-da642f358537 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-e4b31c3a-fd9f-443a-9a59-da642f358537 {
  margin-bottom: 30px;
}
}
#s-e4b31c3a-fd9f-443a-9a59-da642f358537 .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-e4b31c3a-fd9f-443a-9a59-da642f358537 .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e4b31c3a-fd9f-443a-9a59-da642f358537 .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-e4b31c3a-fd9f-443a-9a59-da642f358537 .shogun-heading-component h6 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
.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-1b360eeb-5c5f-45b1-a7eb-cce8a45e9ccf {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1b360eeb-5c5f-45b1-a7eb-cce8a45e9ccf .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1b360eeb-5c5f-45b1-a7eb-cce8a45e9ccf .shg-sld-nav-button.shg-sld-left,
#s-1b360eeb-5c5f-45b1-a7eb-cce8a45e9ccf .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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: 0px) {
[id="s-07aef84c-f398-451b-a83d-806471e9a187"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07aef84c-f398-451b-a83d-806471e9a187"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07aef84c-f398-451b-a83d-806471e9a187"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07aef84c-f398-451b-a83d-806471e9a187"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2cc7023a-5ef9-4c6c-81f4-4267ed350c4f {
  padding-top: 36px;
padding-left: 36px;
padding-bottom: 36px;
padding-right: 36px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 240, 240, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-2cc7023a-5ef9-4c6c-81f4-4267ed350c4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cc7023a-5ef9-4c6c-81f4-4267ed350c4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-004f8417-5516-4920-9277-433686039781 .shogun-icon-wrapper {
  text-align: left;
}


#s-004f8417-5516-4920-9277-433686039781 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(238, 238, 238, 1);
}

#s-00fb06bc-bd84-49c8-aee4-950a9daf7249 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-00fb06bc-bd84-49c8-aee4-950a9daf7249 .shogun-heading-component h6 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-512b9fbf-7177-45e3-8e55-9dd9604f90a8 {
  padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-512b9fbf-7177-45e3-8e55-9dd9604f90a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-512b9fbf-7177-45e3-8e55-9dd9604f90a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-474dcd79-3cd3-42a1-9a09-08716f653c45 {
  text-align: center;
}







  img.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image {
    
    
  }


.s-474dcd79-3cd3-42a1-9a09-08716f653c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image {
    
    
  }


.s-474dcd79-3cd3-42a1-9a09-08716f653c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image {
    
    
  }


.s-474dcd79-3cd3-42a1-9a09-08716f653c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image {
    
    
  }


.s-474dcd79-3cd3-42a1-9a09-08716f653c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image {
    
    
  }


.s-474dcd79-3cd3-42a1-9a09-08716f653c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-474dcd79-3cd3-42a1-9a09-08716f653c45.shogun-image {
  box-sizing: border-box;
}



}
#s-e88abfbd-cbea-4f4f-96ee-d82e1472b11b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e88abfbd-cbea-4f4f-96ee-d82e1472b11b .shogun-heading-component h6 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-bece6c5c-962a-4f3d-9d42-89457d13618d {
  padding-top: 36px;
padding-left: 36px;
padding-bottom: 36px;
padding-right: 36px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 240, 240, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-bece6c5c-962a-4f3d-9d42-89457d13618d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bece6c5c-962a-4f3d-9d42-89457d13618d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bcb1917-879d-4cd8-b718-19e701dbae29 .shogun-icon-wrapper {
  text-align: left;
}


#s-6bcb1917-879d-4cd8-b718-19e701dbae29 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(238, 238, 238, 1);
}

#s-5d50fd73-8349-4613-a910-d7e31963b48a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5d50fd73-8349-4613-a910-d7e31963b48a .shogun-heading-component h6 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9f59945c-a3ca-4ff6-8f0a-1fb0e873e75e {
  padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-9f59945c-a3ca-4ff6-8f0a-1fb0e873e75e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f59945c-a3ca-4ff6-8f0a-1fb0e873e75e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-086fd993-8d6d-4724-ab7a-3dd73e347f9b {
  max-width: 5472px;
aspect-ratio: 5472/3648;
text-align: center;
}





  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image,
  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b {
    width: 100%;
    height: auto;
  }

  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image {
    
    
  }


.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b {
      --shg-aspect-ratio: calc(5472/3648); 
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container {
      position: relative;
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image,
  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b {
    width: 100%;
    height: auto;
  }

  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image {
    
    
  }


.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b {
      --shg-aspect-ratio: calc(5472/3648); 
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container {
      position: relative;
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image,
  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b {
    width: 100%;
    height: auto;
  }

  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image {
    
    
  }


.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b {
      --shg-aspect-ratio: calc(5472/3648); 
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container {
      position: relative;
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image,
  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b {
    width: 100%;
    height: auto;
  }

  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image {
    
    
  }


.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b {
      --shg-aspect-ratio: calc(5472/3648); 
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container {
      position: relative;
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image,
  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b {
    width: 100%;
    height: auto;
  }

  #s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image {
    
    
  }


.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b .shogun-image-content {
  
    align-items: center;
  
}

.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b {
      --shg-aspect-ratio: calc(5472/3648); 
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container {
      position: relative;
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-086fd993-8d6d-4724-ab7a-3dd73e347f9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c5610965-03fd-4d26-9751-2e6dffcbedd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c5610965-03fd-4d26-9751-2e6dffcbedd0 .shogun-heading-component h6 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8047f409-4ccb-49d8-b3fd-9eb656fdb50f {
  padding-top: 36px;
padding-left: 36px;
padding-bottom: 36px;
padding-right: 36px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 240, 240, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-8047f409-4ccb-49d8-b3fd-9eb656fdb50f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8047f409-4ccb-49d8-b3fd-9eb656fdb50f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0aa9b55-b325-48fa-a35f-39690be29c5e .shogun-icon-wrapper {
  text-align: left;
}


#s-d0aa9b55-b325-48fa-a35f-39690be29c5e .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(238, 238, 238, 1);
}

#s-1d342a84-6bd1-46cf-ab07-075f58aaa2f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1d342a84-6bd1-46cf-ab07-075f58aaa2f9 .shogun-heading-component h6 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e7e38a7a-3925-47e8-9179-1ab90da1a714 {
  padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-e7e38a7a-3925-47e8-9179-1ab90da1a714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7e38a7a-3925-47e8-9179-1ab90da1a714.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44db87b9-b3f0-4528-b2ad-47e1e11309a1 {
  text-align: center;
}







  img.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image {
    
    
  }


.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image {
    
    
  }


.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image {
    
    
  }


.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image {
    
    
  }


.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image {
    
    
  }


.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44db87b9-b3f0-4528-b2ad-47e1e11309a1.shogun-image {
  box-sizing: border-box;
}



}
#s-9e65b7b0-c80c-4315-b632-cc1c229feaf9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9e65b7b0-c80c-4315-b632-cc1c229feaf9 .shogun-heading-component h6 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-d317d851-b24c-4b15-91b1-2060b6b01545"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d317d851-b24c-4b15-91b1-2060b6b01545"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d317d851-b24c-4b15-91b1-2060b6b01545"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d317d851-b24c-4b15-91b1-2060b6b01545"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-49ed582f-6bcd-49c4-b078-b34cb5c9096e {
  padding-top: 36px;
padding-left: 36px;
padding-bottom: 36px;
padding-right: 36px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 240, 240, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-49ed582f-6bcd-49c4-b078-b34cb5c9096e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49ed582f-6bcd-49c4-b078-b34cb5c9096e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7e10968-293e-4082-b70c-22ccbbd51eff .shogun-icon-wrapper {
  text-align: left;
}


#s-c7e10968-293e-4082-b70c-22ccbbd51eff .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(238, 238, 238, 1);
}

#s-adb61e5f-17a4-4f6c-b778-0f8aab21e4cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-adb61e5f-17a4-4f6c-b778-0f8aab21e4cd .shogun-heading-component h6 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-6fc4b0fd-b55c-4e57-8ced-6be42f7bd948 {
  padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-6fc4b0fd-b55c-4e57-8ced-6be42f7bd948 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fc4b0fd-b55c-4e57-8ced-6be42f7bd948.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9ab7006-6d62-4c1f-9127-adba557f59ee {
  max-width: 365px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image,
  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee {
    width: 100%;
    height: auto;
  }

  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image {
    
    
  }


.s-d9ab7006-6d62-4c1f-9127-adba557f59ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container {
      position: relative;
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image,
  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee {
    width: 100%;
    height: auto;
  }

  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image {
    
    
  }


.s-d9ab7006-6d62-4c1f-9127-adba557f59ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container {
      position: relative;
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image,
  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee {
    width: 100%;
    height: auto;
  }

  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image {
    
    
  }


.s-d9ab7006-6d62-4c1f-9127-adba557f59ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container {
      position: relative;
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image,
  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee {
    width: 100%;
    height: auto;
  }

  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image {
    
    
  }


.s-d9ab7006-6d62-4c1f-9127-adba557f59ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container {
      position: relative;
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image,
  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee {
    width: 100%;
    height: auto;
  }

  #s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image {
    
    
  }


.s-d9ab7006-6d62-4c1f-9127-adba557f59ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container {
      position: relative;
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9ab7006-6d62-4c1f-9127-adba557f59ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a9a6000f-4fcf-4ba5-a472-c3b2de1b2bdb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a9a6000f-4fcf-4ba5-a472-c3b2de1b2bdb .shogun-heading-component h6 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-4ded326c-ef19-49c6-b960-d18b0901e83b {
  padding-top: 36px;
padding-left: 36px;
padding-bottom: 36px;
padding-right: 36px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 240, 240, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-4ded326c-ef19-49c6-b960-d18b0901e83b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ded326c-ef19-49c6-b960-d18b0901e83b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6f8855d-6fc8-4dbd-b0ed-4325069b5c0d .shogun-icon-wrapper {
  text-align: left;
}


#s-b6f8855d-6fc8-4dbd-b0ed-4325069b5c0d .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(238, 238, 238, 1);
}

#s-a59c9ce0-3f50-41a0-aeb2-7bc8a0d2e048 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a59c9ce0-3f50-41a0-aeb2-7bc8a0d2e048 .shogun-heading-component h6 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-01eea3ad-227d-48bb-8cb4-99b1631ffaf0 {
  padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-01eea3ad-227d-48bb-8cb4-99b1631ffaf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01eea3ad-227d-48bb-8cb4-99b1631ffaf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abef8709-7102-4a8e-9daf-cffea51bd230 {
  max-width: 323px;
aspect-ratio: 323/329;
text-align: center;
}





  #s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image,
  #s-abef8709-7102-4a8e-9daf-cffea51bd230 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-abef8709-7102-4a8e-9daf-cffea51bd230 {
    width: 100%;
    height: auto;
  }

  #s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image {
    
    
  }


.s-abef8709-7102-4a8e-9daf-cffea51bd230 .shogun-image-content {
  
    align-items: center;
  
}

.s-abef8709-7102-4a8e-9daf-cffea51bd230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abef8709-7102-4a8e-9daf-cffea51bd230 {
      --shg-aspect-ratio: calc(323/329); 
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container {
      position: relative;
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image,
  #s-abef8709-7102-4a8e-9daf-cffea51bd230 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-abef8709-7102-4a8e-9daf-cffea51bd230 {
    width: 100%;
    height: auto;
  }

  #s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image {
    
    
  }


.s-abef8709-7102-4a8e-9daf-cffea51bd230 .shogun-image-content {
  
    align-items: center;
  
}

.s-abef8709-7102-4a8e-9daf-cffea51bd230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abef8709-7102-4a8e-9daf-cffea51bd230 {
      --shg-aspect-ratio: calc(323/329); 
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container {
      position: relative;
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image,
  #s-abef8709-7102-4a8e-9daf-cffea51bd230 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-abef8709-7102-4a8e-9daf-cffea51bd230 {
    width: 100%;
    height: auto;
  }

  #s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image {
    
    
  }


.s-abef8709-7102-4a8e-9daf-cffea51bd230 .shogun-image-content {
  
    align-items: center;
  
}

.s-abef8709-7102-4a8e-9daf-cffea51bd230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abef8709-7102-4a8e-9daf-cffea51bd230 {
      --shg-aspect-ratio: calc(323/329); 
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container {
      position: relative;
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image,
  #s-abef8709-7102-4a8e-9daf-cffea51bd230 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-abef8709-7102-4a8e-9daf-cffea51bd230 {
    width: 100%;
    height: auto;
  }

  #s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image {
    
    
  }


.s-abef8709-7102-4a8e-9daf-cffea51bd230 .shogun-image-content {
  
    align-items: center;
  
}

.s-abef8709-7102-4a8e-9daf-cffea51bd230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abef8709-7102-4a8e-9daf-cffea51bd230 {
      --shg-aspect-ratio: calc(323/329); 
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container {
      position: relative;
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image,
  #s-abef8709-7102-4a8e-9daf-cffea51bd230 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-abef8709-7102-4a8e-9daf-cffea51bd230 {
    width: 100%;
    height: auto;
  }

  #s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image {
    
    
  }


.s-abef8709-7102-4a8e-9daf-cffea51bd230 .shogun-image-content {
  
    align-items: center;
  
}

.s-abef8709-7102-4a8e-9daf-cffea51bd230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abef8709-7102-4a8e-9daf-cffea51bd230 {
      --shg-aspect-ratio: calc(323/329); 
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container {
      position: relative;
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abef8709-7102-4a8e-9daf-cffea51bd230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fe22dc7d-5bd0-4c90-ace5-b73fe097ff89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fe22dc7d-5bd0-4c90-ace5-b73fe097ff89 .shogun-heading-component h6 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2bee88bd-467e-4a80-af05-bcdc08e767fa {
  padding-top: 36px;
padding-left: 36px;
padding-bottom: 36px;
padding-right: 36px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 240, 240, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
}








#s-2bee88bd-467e-4a80-af05-bcdc08e767fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bee88bd-467e-4a80-af05-bcdc08e767fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2562674e-91a7-4e5d-be89-0f784596651b .shogun-icon-wrapper {
  text-align: left;
}


#s-2562674e-91a7-4e5d-be89-0f784596651b .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(238, 238, 238, 1);
}

#s-06a5bfc7-ccca-4a5c-9ca2-610293087623 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-06a5bfc7-ccca-4a5c-9ca2-610293087623 .shogun-heading-component h6 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-cc3854a8-d698-480f-b88c-5c5b1868b3fb {
  padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-cc3854a8-d698-480f-b88c-5c5b1868b3fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc3854a8-d698-480f-b88c-5c5b1868b3fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 {
  max-width: 458px;
aspect-ratio: 458/433;
text-align: center;
}





  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image,
  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 {
    width: 100%;
    height: auto;
  }

  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image {
    
    
  }


.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 {
      --shg-aspect-ratio: calc(458/433); 
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container {
      position: relative;
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image,
  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 {
    width: 100%;
    height: auto;
  }

  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image {
    
    
  }


.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 {
      --shg-aspect-ratio: calc(458/433); 
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container {
      position: relative;
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image,
  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 {
    width: 100%;
    height: auto;
  }

  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image {
    
    
  }


.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 {
      --shg-aspect-ratio: calc(458/433); 
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container {
      position: relative;
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image,
  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 {
    width: 100%;
    height: auto;
  }

  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image {
    
    
  }


.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 {
      --shg-aspect-ratio: calc(458/433); 
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container {
      position: relative;
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image,
  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 {
    width: 100%;
    height: auto;
  }

  #s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image {
    
    
  }


.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 {
      --shg-aspect-ratio: calc(458/433); 
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container {
      position: relative;
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b08ec9c-a7a2-4d1f-8783-34d396e343b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ee69a3b7-9eb1-43dd-a8e5-f09539f7b8bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ee69a3b7-9eb1-43dd-a8e5-f09539f7b8bf .shogun-heading-component h6 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@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}
