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

.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-d5b13881-ca6f-47d8-9158-890bef61d835 {
  min-height: 50px;
}








#s-d5b13881-ca6f-47d8-9158-890bef61d835 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5b13881-ca6f-47d8-9158-890bef61d835.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b4ce2b7-ecbf-47a1-9f25-5faca390fcb6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
}

#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-left: 15%;
padding-bottom: 30px;
padding-right: 15%;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  padding-bottom: 45px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  padding-left: 5%;
padding-right: 5%;
min-height: 200px;
}
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.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-fdf093eb-cb1e-4a9b-ab78-3778eb012a86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdf093eb-cb1e-4a9b-ab78-3778eb012a86 .shogun-heading-component h2 {
  color: rgba(250, 250, 250, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 64px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-fdf093eb-cb1e-4a9b-ab78-3778eb012a86 .shogun-heading-component h2 {
  color: rgba(250, 250, 250, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fdf093eb-cb1e-4a9b-ab78-3778eb012a86 .shogun-heading-component h2 {
  color: rgba(250, 250, 250, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (max-width: 767px){#s-fdf093eb-cb1e-4a9b-ab78-3778eb012a86 .shogun-heading-component h2 {
  color: rgba(250, 250, 250, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-28458c7d-cdc5-4139-b1a5-d7ec02d1f39f {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 0.86);
}
@media (min-width: 1200px){#s-28458c7d-cdc5-4139-b1a5-d7ec02d1f39f {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
}
}







#s-28458c7d-cdc5-4139-b1a5-d7ec02d1f39f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28458c7d-cdc5-4139-b1a5-d7ec02d1f39f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-020f912d-68b9-4987-ac8a-c62c86223a0f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-020f912d-68b9-4987-ac8a-c62c86223a0f {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-020f912d-68b9-4987-ac8a-c62c86223a0f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-020f912d-68b9-4987-ac8a-c62c86223a0f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-020f912d-68b9-4987-ac8a-c62c86223a0f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-020f912d-68b9-4987-ac8a-c62c86223a0f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-020f912d-68b9-4987-ac8a-c62c86223a0f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  
}


}
#s-fb61eb46-c6e4-4da7-9ed0-4e9e7b52dfe6 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-fb61eb46-c6e4-4da7-9ed0-4e9e7b52dfe6 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb61eb46-c6e4-4da7-9ed0-4e9e7b52dfe6 {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb61eb46-c6e4-4da7-9ed0-4e9e7b52dfe6 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-fb61eb46-c6e4-4da7-9ed0-4e9e7b52dfe6 {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-fb61eb46-c6e4-4da7-9ed0-4e9e7b52dfe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb61eb46-c6e4-4da7-9ed0-4e9e7b52dfe6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

@media (min-width: 1200px){#s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1 {
  padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
}
}@media (max-width: 767px){#s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-04528b67-bd96-4e48-94de-bd760593faef {
  max-width: 1440px;
text-align: center;
}

#s-04528b67-bd96-4e48-94de-bd760593faef {
  margin: 0 !important;
  overflow: visible;
}

#s-04528b67-bd96-4e48-94de-bd760593faef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add background color handling */
  
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04528b67-bd96-4e48-94de-bd760593faef .shogun-image-content {
  
    justify-content: center;
  
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image {
  box-sizing: border-box;
}



.s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  
}


@media (min-width: 1200px){#s-04528b67-bd96-4e48-94de-bd760593faef {
  margin: 0 !important;
  overflow: visible;
}

#s-04528b67-bd96-4e48-94de-bd760593faef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add background color handling */
  
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04528b67-bd96-4e48-94de-bd760593faef .shogun-image-content {
  
    justify-content: center;
  
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image {
  box-sizing: border-box;
}



.s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-04528b67-bd96-4e48-94de-bd760593faef {
  margin: 0 !important;
  overflow: visible;
}

#s-04528b67-bd96-4e48-94de-bd760593faef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add background color handling */
  
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04528b67-bd96-4e48-94de-bd760593faef .shogun-image-content {
  
    justify-content: center;
  
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image {
  box-sizing: border-box;
}



.s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-04528b67-bd96-4e48-94de-bd760593faef {
  margin: 0 !important;
  overflow: visible;
}

#s-04528b67-bd96-4e48-94de-bd760593faef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add background color handling */
  
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04528b67-bd96-4e48-94de-bd760593faef .shogun-image-content {
  
    justify-content: center;
  
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image {
  box-sizing: border-box;
}



.s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  
}


}@media (max-width: 767px){#s-04528b67-bd96-4e48-94de-bd760593faef {
  margin: 0 !important;
  overflow: visible;
}

#s-04528b67-bd96-4e48-94de-bd760593faef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add background color handling */
  
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-04528b67-bd96-4e48-94de-bd760593faef .shogun-image-content {
  
    justify-content: center;
  
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image {
  box-sizing: border-box;
}



.s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  
}


}
#s-0641ebff-1ffd-46e6-8ad3-2bd5b6c7ea66 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-0641ebff-1ffd-46e6-8ad3-2bd5b6c7ea66 {
  margin-top: 24px;
}
}
#s-0641ebff-1ffd-46e6-8ad3-2bd5b6c7ea66 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-0641ebff-1ffd-46e6-8ad3-2bd5b6c7ea66 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}


}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-1b49839c-5ab2-4859-a7c3-613967032f0b {
  margin-top: 10px;
}

#s-2c2db595-768b-4b30-a6fc-9931b50c5d19 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2c2db595-768b-4b30-a6fc-9931b50c5d19 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c2db595-768b-4b30-a6fc-9931b50c5d19 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c2db595-768b-4b30-a6fc-9931b50c5d19 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-2c2db595-768b-4b30-a6fc-9931b50c5d19 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-2c2db595-768b-4b30-a6fc-9931b50c5d19 {
  background-image: url();
}








#s-2c2db595-768b-4b30-a6fc-9931b50c5d19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c2db595-768b-4b30-a6fc-9931b50c5d19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34786aa7-d8f4-4fe1-9b63-949e57bf00e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-34786aa7-d8f4-4fe1-9b63-949e57bf00e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34786aa7-d8f4-4fe1-9b63-949e57bf00e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c4abe8d-b632-436b-b36c-a6b3146ab5a2 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c4abe8d-b632-436b-b36c-a6b3146ab5a2 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-8c4abe8d-b632-436b-b36c-a6b3146ab5a2 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-8c4abe8d-b632-436b-b36c-a6b3146ab5a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8c4abe8d-b632-436b-b36c-a6b3146ab5a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8c4abe8d-b632-436b-b36c-a6b3146ab5a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8c4abe8d-b632-436b-b36c-a6b3146ab5a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
  box-sizing: border-box;
}



.s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce70a92-8017-4338-afa9-51fd72894b0a {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
      position: relative;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
  box-sizing: border-box;
}



.s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce70a92-8017-4338-afa9-51fd72894b0a {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
      position: relative;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
  box-sizing: border-box;
}



.s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce70a92-8017-4338-afa9-51fd72894b0a {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
      position: relative;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
  box-sizing: border-box;
}



.s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce70a92-8017-4338-afa9-51fd72894b0a {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
      position: relative;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
  box-sizing: border-box;
}



.s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce70a92-8017-4338-afa9-51fd72894b0a {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
      position: relative;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}
@media (max-width: 767px){#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  margin-top: 0px;
margin-bottom: 10px;
}
}
#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  margin: 0 !important;
  overflow: visible;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add background color handling */
  
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
  box-sizing: border-box;
}



.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
      position: relative;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  margin: 0 !important;
  overflow: visible;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add background color handling */
  
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
  box-sizing: border-box;
}



.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
      position: relative;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  margin: 0 !important;
  overflow: visible;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add background color handling */
  
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
  box-sizing: border-box;
}



.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
      position: relative;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  margin: 0 !important;
  overflow: visible;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add background color handling */
  
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
  box-sizing: border-box;
}



.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
      position: relative;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  margin: 0 !important;
  overflow: visible;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add background color handling */
  
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
  box-sizing: border-box;
}



.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
      position: relative;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
  box-sizing: border-box;
}



.s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
      position: relative;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
  box-sizing: border-box;
}



.s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
      position: relative;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
  box-sizing: border-box;
}



.s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
      position: relative;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
  box-sizing: border-box;
}



.s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
      position: relative;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
  box-sizing: border-box;
}



.s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
      position: relative;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}
@media (max-width: 767px){#s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
  box-sizing: border-box;
}



.s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
      position: relative;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
  box-sizing: border-box;
}



.s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
      position: relative;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
  box-sizing: border-box;
}



.s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
      position: relative;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
  box-sizing: border-box;
}



.s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
      position: relative;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
  box-sizing: border-box;
}



.s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
      position: relative;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-ac3fefbe-b7cf-4937-9fe2-a490e5b54cc9 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ac3fefbe-b7cf-4937-9fe2-a490e5b54cc9 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac3fefbe-b7cf-4937-9fe2-a490e5b54cc9 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-ac3fefbe-b7cf-4937-9fe2-a490e5b54cc9 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-ac3fefbe-b7cf-4937-9fe2-a490e5b54cc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac3fefbe-b7cf-4937-9fe2-a490e5b54cc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af2660d6-8e5d-4e82-ae4c-43a4fee47d88 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-af2660d6-8e5d-4e82-ae4c-43a4fee47d88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af2660d6-8e5d-4e82-ae4c-43a4fee47d88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-af2660d6-8e5d-4e82-ae4c-43a4fee47d88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-af2660d6-8e5d-4e82-ae4c-43a4fee47d88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-af2660d6-8e5d-4e82-ae4c-43a4fee47d88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-af2660d6-8e5d-4e82-ae4c-43a4fee47d88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-af2660d6-8e5d-4e82-ae4c-43a4fee47d88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-6298ef34-9813-4cba-bf0d-ee7bd2aa6561 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-6298ef34-9813-4cba-bf0d-ee7bd2aa6561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6298ef34-9813-4cba-bf0d-ee7bd2aa6561.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-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 30px;
  padding-bottom: 30px;
}


.shg-image-content-margin-container-s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ac2a21-b523-4454-9c11-ae0f773e21f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e1c336d2-5f55-496d-9d73-51008fb6ccce {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e1c336d2-5f55-496d-9d73-51008fb6ccce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e1c336d2-5f55-496d-9d73-51008fb6ccce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e1c336d2-5f55-496d-9d73-51008fb6ccce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e1c336d2-5f55-496d-9d73-51008fb6ccce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e1c336d2-5f55-496d-9d73-51008fb6ccce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1c336d2-5f55-496d-9d73-51008fb6ccce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e1c336d2-5f55-496d-9d73-51008fb6ccce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-80ca8c76-3ab9-46a2-9dda-7b5f58c983ec {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-80ca8c76-3ab9-46a2-9dda-7b5f58c983ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80ca8c76-3ab9-46a2-9dda-7b5f58c983ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf {
  margin-left: auto;
margin-right: auto;
max-width: 3168px;
text-align: center;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9911dcb6-3476-4394-b55f-311cae1920cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9911dcb6-3476-4394-b55f-311cae1920cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf img.shogun-image {
  width: 100%;
  
  
  max-width: 3168px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9911dcb6-3476-4394-b55f-311cae1920cf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9911dcb6-3476-4394-b55f-311cae1920cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9911dcb6-3476-4394-b55f-311cae1920cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9911dcb6-3476-4394-b55f-311cae1920cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9911dcb6-3476-4394-b55f-311cae1920cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9911dcb6-3476-4394-b55f-311cae1920cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9911dcb6-3476-4394-b55f-311cae1920cf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9911dcb6-3476-4394-b55f-311cae1920cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9911dcb6-3476-4394-b55f-311cae1920cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9911dcb6-3476-4394-b55f-311cae1920cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9911dcb6-3476-4394-b55f-311cae1920cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9911dcb6-3476-4394-b55f-311cae1920cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9911dcb6-3476-4394-b55f-311cae1920cf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9911dcb6-3476-4394-b55f-311cae1920cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9911dcb6-3476-4394-b55f-311cae1920cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9911dcb6-3476-4394-b55f-311cae1920cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9911dcb6-3476-4394-b55f-311cae1920cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9911dcb6-3476-4394-b55f-311cae1920cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9911dcb6-3476-4394-b55f-311cae1920cf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9911dcb6-3476-4394-b55f-311cae1920cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9911dcb6-3476-4394-b55f-311cae1920cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9911dcb6-3476-4394-b55f-311cae1920cf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9911dcb6-3476-4394-b55f-311cae1920cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9911dcb6-3476-4394-b55f-311cae1920cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9911dcb6-3476-4394-b55f-311cae1920cf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9911dcb6-3476-4394-b55f-311cae1920cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9911dcb6-3476-4394-b55f-311cae1920cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9911dcb6-3476-4394-b55f-311cae1920cf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6acbc876-4a60-478b-9654-afbec22734b6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6acbc876-4a60-478b-9654-afbec22734b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6acbc876-4a60-478b-9654-afbec22734b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 30px;
  padding-bottom: 30px;
}


.shg-image-content-margin-container-s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8ae8844e-f609-422c-9477-51afa9c5d02e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ae8844e-f609-422c-9477-51afa9c5d02e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ae8844e-f609-422c-9477-51afa9c5d02e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8ae8844e-f609-422c-9477-51afa9c5d02e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ae8844e-f609-422c-9477-51afa9c5d02e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ae8844e-f609-422c-9477-51afa9c5d02e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8ae8844e-f609-422c-9477-51afa9c5d02e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ae8844e-f609-422c-9477-51afa9c5d02e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ae8844e-f609-422c-9477-51afa9c5d02e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8ae8844e-f609-422c-9477-51afa9c5d02e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ae8844e-f609-422c-9477-51afa9c5d02e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ae8844e-f609-422c-9477-51afa9c5d02e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8ae8844e-f609-422c-9477-51afa9c5d02e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8ae8844e-f609-422c-9477-51afa9c5d02e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ae8844e-f609-422c-9477-51afa9c5d02e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ae8844e-f609-422c-9477-51afa9c5d02e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ae8844e-f609-422c-9477-51afa9c5d02e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-804ec548-c5f8-4cf4-b9af-7754395f7cf9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(40, 40, 40, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-804ec548-c5f8-4cf4-b9af-7754395f7cf9 {
  margin-top: 10px;
padding-bottom: 5%;
}
}







#s-804ec548-c5f8-4cf4-b9af-7754395f7cf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-804ec548-c5f8-4cf4-b9af-7754395f7cf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79ccf86d-c9da-488a-a9c9-63a12cad184e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-79ccf86d-c9da-488a-a9c9-63a12cad184e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79ccf86d-c9da-488a-a9c9-63a12cad184e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79ccf86d-c9da-488a-a9c9-63a12cad184e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79ccf86d-c9da-488a-a9c9-63a12cad184e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a59dba7e-c2f9-4582-a349-5a4a74d731a6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a59dba7e-c2f9-4582-a349-5a4a74d731a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a59dba7e-c2f9-4582-a349-5a4a74d731a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-518da4e5-e5bb-43a9-9d36-2de29dd610bc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-518da4e5-e5bb-43a9-9d36-2de29dd610bc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-518da4e5-e5bb-43a9-9d36-2de29dd610bc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-5bbce071-8702-4975-8d72-b164fae991ef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5bbce071-8702-4975-8d72-b164fae991ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bbce071-8702-4975-8d72-b164fae991ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae6673ee-d20a-48eb-a56e-9e1c7165dc55 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgb(174, 0, 0);
}








#s-ae6673ee-d20a-48eb-a56e-9e1c7165dc55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae6673ee-d20a-48eb-a56e-9e1c7165dc55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98f4fcc9-29fa-47f2-b956-04fc0782761e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-98f4fcc9-29fa-47f2-b956-04fc0782761e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e7c062c8-8f4f-4560-bac6-e178f98ab200 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e7c062c8-8f4f-4560-bac6-e178f98ab200"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e7c062c8-8f4f-4560-bac6-e178f98ab200"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e7c062c8-8f4f-4560-bac6-e178f98ab200"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7c062c8-8f4f-4560-bac6-e178f98ab200"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-eab986af-e129-4b48-ae13-b305bccfa45b {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-eab986af-e129-4b48-ae13-b305bccfa45b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eab986af-e129-4b48-ae13-b305bccfa45b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17bac2c2-66ea-428a-ac06-174b2bb391d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-17bac2c2-66ea-428a-ac06-174b2bb391d0 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3959c841-ab71-4395-b25d-79ebb9e2b4a5 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-3959c841-ab71-4395-b25d-79ebb9e2b4a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3959c841-ab71-4395-b25d-79ebb9e2b4a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37a3da3d-4b4b-42c9-9d53-65aa07304da3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-37a3da3d-4b4b-42c9-9d53-65aa07304da3 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-90c98a79-2923-4783-bb79-6aed20f451be {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-90c98a79-2923-4783-bb79-6aed20f451be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90c98a79-2923-4783-bb79-6aed20f451be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4210c623-4881-4722-9d13-166eb51eaaea {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4210c623-4881-4722-9d13-166eb51eaaea .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a63eef77-61a7-41a1-8e33-e701e6157973 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-a63eef77-61a7-41a1-8e33-e701e6157973 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a63eef77-61a7-41a1-8e33-e701e6157973.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b7b5ad9-2734-4320-9a5c-ca0c4b02a52a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1b7b5ad9-2734-4320-9a5c-ca0c4b02a52a .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9b75def9-3981-4dd5-a0a6-7ea700fceb81 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9b75def9-3981-4dd5-a0a6-7ea700fceb81"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9b75def9-3981-4dd5-a0a6-7ea700fceb81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9b75def9-3981-4dd5-a0a6-7ea700fceb81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b75def9-3981-4dd5-a0a6-7ea700fceb81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d6bacde8-8a22-4f3f-a39a-2688e534a708 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-d6bacde8-8a22-4f3f-a39a-2688e534a708 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6bacde8-8a22-4f3f-a39a-2688e534a708.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6d1f4dd-9c70-477c-bb29-51af21257449 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d6d1f4dd-9c70-477c-bb29-51af21257449 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7c1546a6-f6e5-4795-8163-7e2b751d6055 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-7c1546a6-f6e5-4795-8163-7e2b751d6055 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c1546a6-f6e5-4795-8163-7e2b751d6055.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-688c25d0-996c-4be2-b617-72581835bce0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-688c25d0-996c-4be2-b617-72581835bce0 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bf8cb1aa-db58-40fe-95a2-fa58a7e42087 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-bf8cb1aa-db58-40fe-95a2-fa58a7e42087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf8cb1aa-db58-40fe-95a2-fa58a7e42087.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16826dff-23b5-4dc5-9608-a3867e5733e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-16826dff-23b5-4dc5-9608-a3867e5733e0 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f58255d9-c4fb-4a14-8569-58828748382b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-f58255d9-c4fb-4a14-8569-58828748382b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f58255d9-c4fb-4a14-8569-58828748382b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2ae8694-0330-4a08-99c0-925ffaedd0d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c2ae8694-0330-4a08-99c0-925ffaedd0d7 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-40491247-d091-4983-876d-68e4aafaa0f1 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-40491247-d091-4983-876d-68e4aafaa0f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-40491247-d091-4983-876d-68e4aafaa0f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-40491247-d091-4983-876d-68e4aafaa0f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-40491247-d091-4983-876d-68e4aafaa0f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-eddbb84f-0a82-4900-8f7e-701dd00f998d {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-eddbb84f-0a82-4900-8f7e-701dd00f998d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eddbb84f-0a82-4900-8f7e-701dd00f998d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f92ec48a-8034-4da1-9881-d04bf5eb50da {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f92ec48a-8034-4da1-9881-d04bf5eb50da .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a08c5549-6294-4f71-80af-08f6ee793848 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-a08c5549-6294-4f71-80af-08f6ee793848 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a08c5549-6294-4f71-80af-08f6ee793848.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-635bab6d-3380-4178-9ee4-d12281fb4fe0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-635bab6d-3380-4178-9ee4-d12281fb4fe0 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8bfd0855-aca1-4c61-b430-1efffbe5f0a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-8bfd0855-aca1-4c61-b430-1efffbe5f0a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bfd0855-aca1-4c61-b430-1efffbe5f0a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34e03e37-8a5e-4a5f-953d-f9c9021bb0b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-34e03e37-8a5e-4a5f-953d-f9c9021bb0b7 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5e0666c3-afbd-4107-8147-6003f6190359 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-5e0666c3-afbd-4107-8147-6003f6190359 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e0666c3-afbd-4107-8147-6003f6190359.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7790cbab-9d09-4c98-bd08-1f3b6837b219 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7790cbab-9d09-4c98-bd08-1f3b6837b219 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-429c52b3-3b1a-4afb-8231-b55618c02e21 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-429c52b3-3b1a-4afb-8231-b55618c02e21"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-429c52b3-3b1a-4afb-8231-b55618c02e21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-429c52b3-3b1a-4afb-8231-b55618c02e21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-429c52b3-3b1a-4afb-8231-b55618c02e21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ac184126-0a3d-413d-b0ca-41a5b181bc2a {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-ac184126-0a3d-413d-b0ca-41a5b181bc2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac184126-0a3d-413d-b0ca-41a5b181bc2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31f3f064-37e4-4bc4-98b8-a8fe439b75a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-31f3f064-37e4-4bc4-98b8-a8fe439b75a1 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f9ce36f4-a3c3-41c0-9303-39057abdca7b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-f9ce36f4-a3c3-41c0-9303-39057abdca7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9ce36f4-a3c3-41c0-9303-39057abdca7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-550e95dc-2b6d-467e-a2be-89928f4f5c32 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-550e95dc-2b6d-467e-a2be-89928f4f5c32 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4c9fdab4-c571-4edb-a1ad-c303368fa44e {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-4c9fdab4-c571-4edb-a1ad-c303368fa44e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c9fdab4-c571-4edb-a1ad-c303368fa44e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eedd85a4-237a-42b7-8068-62d9cc3239af {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-eedd85a4-237a-42b7-8068-62d9cc3239af .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-93324848-b9e5-4e94-bcaa-451b17e802f4 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-93324848-b9e5-4e94-bcaa-451b17e802f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93324848-b9e5-4e94-bcaa-451b17e802f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca298953-168b-468c-b8b0-7bc695b3c1b8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ca298953-168b-468c-b8b0-7bc695b3c1b8 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ea243553-167e-44e3-a8f9-dad711ad9d33 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ea243553-167e-44e3-a8f9-dad711ad9d33"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ea243553-167e-44e3-a8f9-dad711ad9d33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ea243553-167e-44e3-a8f9-dad711ad9d33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea243553-167e-44e3-a8f9-dad711ad9d33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b17408be-0ebf-4dbe-adce-f9bb0e050769 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-b17408be-0ebf-4dbe-adce-f9bb0e050769 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b17408be-0ebf-4dbe-adce-f9bb0e050769.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-981fe6d1-3615-4019-8de9-2b9978099934 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-981fe6d1-3615-4019-8de9-2b9978099934 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-8d516fec-c229-4a52-b236-1e81c5d63342 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-8d516fec-c229-4a52-b236-1e81c5d63342 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d516fec-c229-4a52-b236-1e81c5d63342.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fb5bfef-ccd4-4ac7-8a3f-8ebc420f46dd {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5fb5bfef-ccd4-4ac7-8a3f-8ebc420f46dd .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e53e0088-dfad-4a56-b030-f4ac66a2fdf4 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-e53e0088-dfad-4a56-b030-f4ac66a2fdf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e53e0088-dfad-4a56-b030-f4ac66a2fdf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72702099-1b9c-4967-90a8-fc88e644b48f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-72702099-1b9c-4967-90a8-fc88e644b48f .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-824da28a-52ca-40b6-b8b0-6a4438ce4bd6 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-824da28a-52ca-40b6-b8b0-6a4438ce4bd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-824da28a-52ca-40b6-b8b0-6a4438ce4bd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b7e5fcd-0c06-4bd2-9741-b2df9bb39f1b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3b7e5fcd-0c06-4bd2-9741-b2df9bb39f1b .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b61e50ce-6a2f-481b-ac48-fea89c013423 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b61e50ce-6a2f-481b-ac48-fea89c013423"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b61e50ce-6a2f-481b-ac48-fea89c013423"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b61e50ce-6a2f-481b-ac48-fea89c013423"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b61e50ce-6a2f-481b-ac48-fea89c013423"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0ed1d6e4-1e53-4323-8320-9f40e8233aa1 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-0ed1d6e4-1e53-4323-8320-9f40e8233aa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ed1d6e4-1e53-4323-8320-9f40e8233aa1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4bbefa0-0ca0-4e11-8d94-ee2eaf52864f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e4bbefa0-0ca0-4e11-8d94-ee2eaf52864f .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5d8b2adc-ec57-4026-8832-a1d782b220f9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-5d8b2adc-ec57-4026-8832-a1d782b220f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d8b2adc-ec57-4026-8832-a1d782b220f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-227bed1a-1a06-456d-b53d-e9a716518555 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-227bed1a-1a06-456d-b53d-e9a716518555 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-41ac1d08-c657-4f7e-9d80-9b8a3bede72e {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-41ac1d08-c657-4f7e-9d80-9b8a3bede72e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41ac1d08-c657-4f7e-9d80-9b8a3bede72e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afc708f2-ffb8-4291-b0ae-4c8f25651c86 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-afc708f2-ffb8-4291-b0ae-4c8f25651c86 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-10555d8a-0f0a-4621-bac9-9b978a17e701 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-10555d8a-0f0a-4621-bac9-9b978a17e701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10555d8a-0f0a-4621-bac9-9b978a17e701.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8da3747-4989-484f-9a13-a3d7f923761e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b8da3747-4989-484f-9a13-a3d7f923761e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0de1f499-d5a2-44bd-9dd2-0de79aae3113 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0de1f499-d5a2-44bd-9dd2-0de79aae3113 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-0de1f499-d5a2-44bd-9dd2-0de79aae3113 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-0de1f499-d5a2-44bd-9dd2-0de79aae3113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0de1f499-d5a2-44bd-9dd2-0de79aae3113.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4b2a891-a2fe-480f-b0be-8b5e8f63e81c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c4b2a891-a2fe-480f-b0be-8b5e8f63e81c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4b2a891-a2fe-480f-b0be-8b5e8f63e81c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c4b2a891-a2fe-480f-b0be-8b5e8f63e81c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c4b2a891-a2fe-480f-b0be-8b5e8f63e81c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c4b2a891-a2fe-480f-b0be-8b5e8f63e81c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4b2a891-a2fe-480f-b0be-8b5e8f63e81c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c4b2a891-a2fe-480f-b0be-8b5e8f63e81c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-ec917d68-ff9e-41c4-a19d-2c5afe1fa29d {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-ec917d68-ff9e-41c4-a19d-2c5afe1fa29d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec917d68-ff9e-41c4-a19d-2c5afe1fa29d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1774px;
text-align: center;
}
@media (max-width: 767px){#s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  margin-top: 30px;
margin-bottom: 30px;
}
}
#s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-d82119bb-42b0-4c23-881f-de33d567d8e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d82119bb-42b0-4c23-881f-de33d567d8e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d82119bb-42b0-4c23-881f-de33d567d8e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6.shogun-image {
  box-sizing: border-box;
}



.s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d82119bb-42b0-4c23-881f-de33d567d8e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d82119bb-42b0-4c23-881f-de33d567d8e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d82119bb-42b0-4c23-881f-de33d567d8e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6.shogun-image {
  box-sizing: border-box;
}



.s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d82119bb-42b0-4c23-881f-de33d567d8e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d82119bb-42b0-4c23-881f-de33d567d8e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d82119bb-42b0-4c23-881f-de33d567d8e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6.shogun-image {
  box-sizing: border-box;
}



.s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d82119bb-42b0-4c23-881f-de33d567d8e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d82119bb-42b0-4c23-881f-de33d567d8e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d82119bb-42b0-4c23-881f-de33d567d8e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6.shogun-image {
  box-sizing: border-box;
}



.s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 30px;
  margin-bottom: 30px;
}

.shg-image-content-margin-container-s-d82119bb-42b0-4c23-881f-de33d567d8e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d82119bb-42b0-4c23-881f-de33d567d8e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d82119bb-42b0-4c23-881f-de33d567d8e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d82119bb-42b0-4c23-881f-de33d567d8e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d82119bb-42b0-4c23-881f-de33d567d8e6.shogun-image {
  box-sizing: border-box;
}



.s-d82119bb-42b0-4c23-881f-de33d567d8e6 img.shogun-image {
  
}


}
#s-f8c83214-5000-4cb1-9f80-3524dd794c1d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-f8c83214-5000-4cb1-9f80-3524dd794c1d {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-f8c83214-5000-4cb1-9f80-3524dd794c1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8c83214-5000-4cb1-9f80-3524dd794c1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d9ace3e-fe6b-461e-b763-9fb41ff2454c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4d9ace3e-fe6b-461e-b763-9fb41ff2454c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-4d9ace3e-fe6b-461e-b763-9fb41ff2454c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-6c0d2bb3-64e0-4ac2-90f7-2eef0150f532 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
}

#s-6c0d2bb3-64e0-4ac2-90f7-2eef0150f532 .shg-proportional-font-size,
#s-6c0d2bb3-64e0-4ac2-90f7-2eef0150f532 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-abb7cd24-272b-4d5f-a964-32032106bdd8 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-abb7cd24-272b-4d5f-a964-32032106bdd8 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-abb7cd24-272b-4d5f-a964-32032106bdd8 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-abb7cd24-272b-4d5f-a964-32032106bdd8 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-abb7cd24-272b-4d5f-a964-32032106bdd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abb7cd24-272b-4d5f-a964-32032106bdd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1170a048-850c-469c-b1a6-a659dbe705f9 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1170a048-850c-469c-b1a6-a659dbe705f9 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-1170a048-850c-469c-b1a6-a659dbe705f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1170a048-850c-469c-b1a6-a659dbe705f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1170a048-850c-469c-b1a6-a659dbe705f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1170a048-850c-469c-b1a6-a659dbe705f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-d57ab49c-9044-437f-afbf-fcae587835ac {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-d57ab49c-9044-437f-afbf-fcae587835ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d57ab49c-9044-437f-afbf-fcae587835ac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  max-width: 3000px;
text-align: center;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
  box-sizing: border-box;
}



.s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  
}


@media (min-width: 1200px){#s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
  box-sizing: border-box;
}



.s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
  box-sizing: border-box;
}



.s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
  box-sizing: border-box;
}



.s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  
}


}@media (max-width: 767px){#s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
  box-sizing: border-box;
}



.s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  
}


}
#s-bf360f13-f628-43b8-83e5-1188be3d320a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}








#s-bf360f13-f628-43b8-83e5-1188be3d320a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf360f13-f628-43b8-83e5-1188be3d320a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8310a257-d5ed-4ae0-a22c-c050ffbc6c7e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8310a257-d5ed-4ae0-a22c-c050ffbc6c7e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-44fa3fc9-dbad-4f82-9ee2-908debdeaddd {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-44fa3fc9-dbad-4f82-9ee2-908debdeaddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44fa3fc9-dbad-4f82-9ee2-908debdeaddd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  max-width: 3000px;
text-align: center;
}
@media (max-width: 767px){#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
  box-sizing: border-box;
}



.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
  box-sizing: border-box;
}



.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
  box-sizing: border-box;
}



.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
  box-sizing: border-box;
}



.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
  box-sizing: border-box;
}



.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  
}


}
#s-f83cc384-374b-4f5f-91a0-8b6ea18df8e9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}








#s-f83cc384-374b-4f5f-91a0-8b6ea18df8e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f83cc384-374b-4f5f-91a0-8b6ea18df8e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7b490e4-a040-4475-a002-6b17d1f36b42 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b7b490e4-a040-4475-a002-6b17d1f36b42 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-2d09a481-6e7f-4c2b-91bd-3f0d23c59735 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-2d09a481-6e7f-4c2b-91bd-3f0d23c59735 {
  margin-top: 10px;
}
}







#s-2d09a481-6e7f-4c2b-91bd-3f0d23c59735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d09a481-6e7f-4c2b-91bd-3f0d23c59735.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  max-width: 3000px;
text-align: center;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
  box-sizing: border-box;
}



.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
  box-sizing: border-box;
}



.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
  box-sizing: border-box;
}



.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
  box-sizing: border-box;
}



.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
  box-sizing: border-box;
}



.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  
}


}
#s-aef9e900-ab6b-42b4-aa04-58f82d15deab {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}








#s-aef9e900-ab6b-42b4-aa04-58f82d15deab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aef9e900-ab6b-42b4-aa04-58f82d15deab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-063e5dcd-7dfb-48be-b1e1-abe8597e428f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-063e5dcd-7dfb-48be-b1e1-abe8597e428f .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-291aaddc-2b25-4927-b911-669f26313291 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-291aaddc-2b25-4927-b911-669f26313291 {
  margin-top: 10px;
}
}







#s-291aaddc-2b25-4927-b911-669f26313291 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-291aaddc-2b25-4927-b911-669f26313291.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 {
  max-width: 3000px;
text-align: center;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 {
  margin: 0 !important;
  overflow: visible;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add background color handling */
  
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
  box-sizing: border-box;
}



.s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  
}


@media (min-width: 1200px){#s-56d8379b-fab5-492e-9679-81f7d893e369 {
  margin: 0 !important;
  overflow: visible;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add background color handling */
  
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
  box-sizing: border-box;
}



.s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-56d8379b-fab5-492e-9679-81f7d893e369 {
  margin: 0 !important;
  overflow: visible;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add background color handling */
  
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
  box-sizing: border-box;
}



.s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-56d8379b-fab5-492e-9679-81f7d893e369 {
  margin: 0 !important;
  overflow: visible;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add background color handling */
  
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
  box-sizing: border-box;
}



.s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  
}


}@media (max-width: 767px){#s-56d8379b-fab5-492e-9679-81f7d893e369 {
  margin: 0 !important;
  overflow: visible;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add background color handling */
  
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
  box-sizing: border-box;
}



.s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  
}


}
#s-d7eea0f2-58b8-426c-804e-544849730ec9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}








#s-d7eea0f2-58b8-426c-804e-544849730ec9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7eea0f2-58b8-426c-804e-544849730ec9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22d4f7dd-1fbf-48e1-ab01-ce5f10914d4e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-22d4f7dd-1fbf-48e1-ab01-ce5f10914d4e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-1df119e3-b8f4-4d10-9c00-bb5e5c0295f2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1df119e3-b8f4-4d10-9c00-bb5e5c0295f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1df119e3-b8f4-4d10-9c00-bb5e5c0295f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1df119e3-b8f4-4d10-9c00-bb5e5c0295f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1df119e3-b8f4-4d10-9c00-bb5e5c0295f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-85c44c3f-8bc1-4946-bbcb-54447af3e81a {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-85c44c3f-8bc1-4946-bbcb-54447af3e81a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85c44c3f-8bc1-4946-bbcb-54447af3e81a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  max-width: 3840px;
text-align: center;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  margin: 0 !important;
  overflow: visible;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add background color handling */
  
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
  box-sizing: border-box;
}



.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  
}


@media (min-width: 1200px){#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  margin: 0 !important;
  overflow: visible;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add background color handling */
  
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
  box-sizing: border-box;
}



.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  margin: 0 !important;
  overflow: visible;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add background color handling */
  
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
  box-sizing: border-box;
}



.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  margin: 0 !important;
  overflow: visible;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add background color handling */
  
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
  box-sizing: border-box;
}



.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  
}


}@media (max-width: 767px){#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  margin: 0 !important;
  overflow: visible;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add background color handling */
  
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
  box-sizing: border-box;
}



.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  
}


}
#s-7cdfe2e6-ac3a-471c-a37f-44bbb03b7e12 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}








#s-7cdfe2e6-ac3a-471c-a37f-44bbb03b7e12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cdfe2e6-ac3a-471c-a37f-44bbb03b7e12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e31cf143-3ce1-4466-abd4-a8383748793b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e31cf143-3ce1-4466-abd4-a8383748793b .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-269054c8-b92e-4130-a92a-30279cdc5b7a {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-269054c8-b92e-4130-a92a-30279cdc5b7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-269054c8-b92e-4130-a92a-30279cdc5b7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  max-width: 3000px;
text-align: center;
}
@media (max-width: 767px){#s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  margin-top: 0px;
margin-bottom: 10px;
}
}
#s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  margin: 0 !important;
  overflow: visible;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add background color handling */
  
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
  box-sizing: border-box;
}



.s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  margin: 0 !important;
  overflow: visible;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add background color handling */
  
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
  box-sizing: border-box;
}



.s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  margin: 0 !important;
  overflow: visible;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add background color handling */
  
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
  box-sizing: border-box;
}



.s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  margin: 0 !important;
  overflow: visible;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add background color handling */
  
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
  box-sizing: border-box;
}



.s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  margin: 0 !important;
  overflow: visible;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add background color handling */
  
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
  box-sizing: border-box;
}



.s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  
}


}
#s-6fc14323-d26b-4bd3-a09b-1b78821b258c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}








#s-6fc14323-d26b-4bd3-a09b-1b78821b258c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6fc14323-d26b-4bd3-a09b-1b78821b258c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8901d724-b7bd-4902-acbc-dc490a1a5438 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8901d724-b7bd-4902-acbc-dc490a1a5438 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-8460c919-1653-4019-b13d-780f4f4349fc {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-8460c919-1653-4019-b13d-780f4f4349fc {
  margin-top: 10px;
}
}







#s-8460c919-1653-4019-b13d-780f4f4349fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8460c919-1653-4019-b13d-780f4f4349fc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  max-width: 3000px;
text-align: center;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
  box-sizing: border-box;
}



.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
  box-sizing: border-box;
}



.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
  box-sizing: border-box;
}



.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
  box-sizing: border-box;
}



.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
  box-sizing: border-box;
}



.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  
}


}
#s-be82a01a-4509-4ddd-88a1-4cd60b6b5409 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}








#s-be82a01a-4509-4ddd-88a1-4cd60b6b5409 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be82a01a-4509-4ddd-88a1-4cd60b6b5409.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6779c4fb-3457-4bf4-a949-a5412a4fc800 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6779c4fb-3457-4bf4-a949-a5412a4fc800 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-1ea5e113-f857-4679-a830-94488a71bb59 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-1ea5e113-f857-4679-a830-94488a71bb59 {
  margin-top: 10px;
}
}







#s-1ea5e113-f857-4679-a830-94488a71bb59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ea5e113-f857-4679-a830-94488a71bb59.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  max-width: 3000px;
text-align: center;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(227, 227, 227, 1);
  border-style: none;
  border-radius: 5px;

}






.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
  box-sizing: border-box;
}



.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
  box-sizing: border-box;
}



.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
  box-sizing: border-box;
}



.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
  box-sizing: border-box;
}



.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
  box-sizing: border-box;
}



.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  
}


}
#s-902b43ed-952f-4b63-b283-4a5c32e794b2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}








#s-902b43ed-952f-4b63-b283-4a5c32e794b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-902b43ed-952f-4b63-b283-4a5c32e794b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-199d0a27-ba77-4f85-bb97-84b620a3e6d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-199d0a27-ba77-4f85-bb97-84b620a3e6d3 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-c24cae56-690d-488f-aa88-0341c4a57924 {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c24cae56-690d-488f-aa88-0341c4a57924 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-c24cae56-690d-488f-aa88-0341c4a57924 {
  margin-top: 2px;
}
}







#s-c24cae56-690d-488f-aa88-0341c4a57924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c24cae56-690d-488f-aa88-0341c4a57924.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc2a860e-79ac-4542-b1e0-afd8dd453b72 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 1200px){#s-dc2a860e-79ac-4542-b1e0-afd8dd453b72 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc2a860e-79ac-4542-b1e0-afd8dd453b72 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc2a860e-79ac-4542-b1e0-afd8dd453b72 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
}
}@media (max-width: 767px){#s-dc2a860e-79ac-4542-b1e0-afd8dd453b72 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}
}







#s-dc2a860e-79ac-4542-b1e0-afd8dd453b72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc2a860e-79ac-4542-b1e0-afd8dd453b72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c93912e-9a0f-48d9-8474-2deade97736b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8c93912e-9a0f-48d9-8474-2deade97736b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-8c93912e-9a0f-48d9-8474-2deade97736b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8c93912e-9a0f-48d9-8474-2deade97736b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-8c93912e-9a0f-48d9-8474-2deade97736b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-0be4d048-8664-4354-8096-a895b6150c2b {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-0be4d048-8664-4354-8096-a895b6150c2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0be4d048-8664-4354-8096-a895b6150c2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-392721c7-aa88-4adc-88a6-e41d21be01f1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-392721c7-aa88-4adc-88a6-e41d21be01f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-392721c7-aa88-4adc-88a6-e41d21be01f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-392721c7-aa88-4adc-88a6-e41d21be01f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-392721c7-aa88-4adc-88a6-e41d21be01f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-2922af3b-5ff4-4f89-88ec-c00fb520c241 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-2922af3b-5ff4-4f89-88ec-c00fb520c241 {
  background-image: url();
}








#s-2922af3b-5ff4-4f89-88ec-c00fb520c241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2922af3b-5ff4-4f89-88ec-c00fb520c241.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ecb35429-00d4-4da0-9e75-04757fd18b95 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgb(174, 0, 0);
}








#s-ecb35429-00d4-4da0-9e75-04757fd18b95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecb35429-00d4-4da0-9e75-04757fd18b95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-971b5e0f-7385-4a86-8e1c-fe582707834c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-971b5e0f-7385-4a86-8e1c-fe582707834c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  margin-top: -3px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1440px;
text-align: center;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -3px;
  margin-bottom: 0px;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa img.shogun-image {
  width: 100%;
  
  
  max-width: 1440px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d8f42d6-d3c5-4fa3-9590-f42b9214b3aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9206d166-545a-4b8c-bd7c-490d3ce27e8e {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-9206d166-545a-4b8c-bd7c-490d3ce27e8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9206d166-545a-4b8c-bd7c-490d3ce27e8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ce20c89-4939-40e2-b6f2-68a9f0ac6c94 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-5e794d21-284e-43a2-bd3a-e86abc42facd {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5e794d21-284e-43a2-bd3a-e86abc42facd .shg-product-title-component h3 span {
  color: ;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-916736f1-804a-424f-b281-eb3516117a36 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-916736f1-804a-424f-b281-eb3516117a36 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-916736f1-804a-424f-b281-eb3516117a36 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-916736f1-804a-424f-b281-eb3516117a36 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-73de565f-63ee-4130-8194-79140402310c {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-73de565f-63ee-4130-8194-79140402310c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73de565f-63ee-4130-8194-79140402310c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a54ea421-1bd4-4a58-92c0-99a7b6c3aed2 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a54ea421-1bd4-4a58-92c0-99a7b6c3aed2 {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-a54ea421-1bd4-4a58-92c0-99a7b6c3aed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a54ea421-1bd4-4a58-92c0-99a7b6c3aed2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f7c8995-0488-4ab1-9721-2bb0497714a0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0f7c8995-0488-4ab1-9721-2bb0497714a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f7c8995-0488-4ab1-9721-2bb0497714a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0f7c8995-0488-4ab1-9721-2bb0497714a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f7c8995-0488-4ab1-9721-2bb0497714a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-25befc0d-6a33-48b1-92e9-07d13545eb5d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-25befc0d-6a33-48b1-92e9-07d13545eb5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25befc0d-6a33-48b1-92e9-07d13545eb5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f310213-ba36-41e1-b1fc-5744446b455b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1f310213-ba36-41e1-b1fc-5744446b455b .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-1f310213-ba36-41e1-b1fc-5744446b455b .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1f310213-ba36-41e1-b1fc-5744446b455b .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-bf961171-c910-4973-99a1-a1c0a59cfa5e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-bf961171-c910-4973-99a1-a1c0a59cfa5e {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-bf961171-c910-4973-99a1-a1c0a59cfa5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf961171-c910-4973-99a1-a1c0a59cfa5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10170c3e-5ab7-4367-950b-9b0576cef6d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-10170c3e-5ab7-4367-950b-9b0576cef6d3 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-10170c3e-5ab7-4367-950b-9b0576cef6d3 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-10170c3e-5ab7-4367-950b-9b0576cef6d3 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-923de83b-c7cb-409d-a427-8b51976d43ec {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 214, 215, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(213, 214, 215, 1);
}
@media (max-width: 767px){#s-923de83b-c7cb-409d-a427-8b51976d43ec {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-923de83b-c7cb-409d-a427-8b51976d43ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-923de83b-c7cb-409d-a427-8b51976d43ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4617a63d-a306-4f4f-949d-ceb9245622bd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4617a63d-a306-4f4f-949d-ceb9245622bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4617a63d-a306-4f4f-949d-ceb9245622bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4617a63d-a306-4f4f-949d-ceb9245622bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4617a63d-a306-4f4f-949d-ceb9245622bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-afc47d5f-ff26-44d5-bdf8-c2b47f59d317 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-afc47d5f-ff26-44d5-bdf8-c2b47f59d317 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-afc47d5f-ff26-44d5-bdf8-c2b47f59d317.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29bbbb11-e75a-4125-bb7f-afea4b3a8f59 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-29bbbb11-e75a-4125-bb7f-afea4b3a8f59 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-29bbbb11-e75a-4125-bb7f-afea4b3a8f59 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-29bbbb11-e75a-4125-bb7f-afea4b3a8f59 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-b8f95657-778f-4957-b2fb-db9b8b5513fc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-b8f95657-778f-4957-b2fb-db9b8b5513fc {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-b8f95657-778f-4957-b2fb-db9b8b5513fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8f95657-778f-4957-b2fb-db9b8b5513fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bbf59b0-75de-4684-9518-05975b6019c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5bbf59b0-75de-4684-9518-05975b6019c1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-5bbf59b0-75de-4684-9518-05975b6019c1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5bbf59b0-75de-4684-9518-05975b6019c1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-0f9649c2-9c7b-472c-a3f9-02365febbbb3 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0f9649c2-9c7b-472c-a3f9-02365febbbb3 {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-0f9649c2-9c7b-472c-a3f9-02365febbbb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f9649c2-9c7b-472c-a3f9-02365febbbb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5eb6fb35-7825-4abd-93f3-5305defc34d6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5eb6fb35-7825-4abd-93f3-5305defc34d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5eb6fb35-7825-4abd-93f3-5305defc34d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5eb6fb35-7825-4abd-93f3-5305defc34d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5eb6fb35-7825-4abd-93f3-5305defc34d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5b5a8ab7-d120-4186-b787-fa4c10618982 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5b5a8ab7-d120-4186-b787-fa4c10618982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b5a8ab7-d120-4186-b787-fa4c10618982.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cca863be-8918-4172-8c85-d4fda014f314 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cca863be-8918-4172-8c85-d4fda014f314 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-cca863be-8918-4172-8c85-d4fda014f314 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cca863be-8918-4172-8c85-d4fda014f314 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-05fb3de3-45a2-428d-8ce9-e110efaaf3b9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-05fb3de3-45a2-428d-8ce9-e110efaaf3b9 {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-05fb3de3-45a2-428d-8ce9-e110efaaf3b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05fb3de3-45a2-428d-8ce9-e110efaaf3b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63eb798c-2e05-4898-8512-63d34d27e8dc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-63eb798c-2e05-4898-8512-63d34d27e8dc .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-63eb798c-2e05-4898-8512-63d34d27e8dc .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-63eb798c-2e05-4898-8512-63d34d27e8dc .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-e1c74ff4-e303-43ad-bc01-fafade30e9b4 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 214, 215, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(213, 214, 215, 1);
}
@media (max-width: 767px){#s-e1c74ff4-e303-43ad-bc01-fafade30e9b4 {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-e1c74ff4-e303-43ad-bc01-fafade30e9b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1c74ff4-e303-43ad-bc01-fafade30e9b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3841d109-019d-4ab8-8314-7b578eced61b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3841d109-019d-4ab8-8314-7b578eced61b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3841d109-019d-4ab8-8314-7b578eced61b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3841d109-019d-4ab8-8314-7b578eced61b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3841d109-019d-4ab8-8314-7b578eced61b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f863fd75-c154-4765-9243-685ba0e7649a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f863fd75-c154-4765-9243-685ba0e7649a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f863fd75-c154-4765-9243-685ba0e7649a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a260c74-088a-4287-b22b-9e271bfc2d85 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7a260c74-088a-4287-b22b-9e271bfc2d85 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-7a260c74-088a-4287-b22b-9e271bfc2d85 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7a260c74-088a-4287-b22b-9e271bfc2d85 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-f411704f-6931-40a0-8739-3409a4277d3e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-f411704f-6931-40a0-8739-3409a4277d3e {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-f411704f-6931-40a0-8739-3409a4277d3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f411704f-6931-40a0-8739-3409a4277d3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8af2a42-1ad6-4f74-ae0b-b4602ae70f10 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d8af2a42-1ad6-4f74-ae0b-b4602ae70f10 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-d8af2a42-1ad6-4f74-ae0b-b4602ae70f10 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d8af2a42-1ad6-4f74-ae0b-b4602ae70f10 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-0bc406d2-80d1-45f4-b73c-e76868b0a320 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0bc406d2-80d1-45f4-b73c-e76868b0a320 {
  border-style: solid;
border-color: #000;
padding-top: 3%;
padding-bottom: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-0bc406d2-80d1-45f4-b73c-e76868b0a320 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0bc406d2-80d1-45f4-b73c-e76868b0a320.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2d5db4e-5b9d-4c50-9ae6-b0c4dc8d7346 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d2d5db4e-5b9d-4c50-9ae6-b0c4dc8d7346"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2d5db4e-5b9d-4c50-9ae6-b0c4dc8d7346"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d2d5db4e-5b9d-4c50-9ae6-b0c4dc8d7346"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2d5db4e-5b9d-4c50-9ae6-b0c4dc8d7346"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4d478081-bda1-4c27-bd61-7789a0d52ea3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4d478081-bda1-4c27-bd61-7789a0d52ea3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d478081-bda1-4c27-bd61-7789a0d52ea3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-caeb49a1-1c71-4068-8537-f8c5dfa143d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-caeb49a1-1c71-4068-8537-f8c5dfa143d7 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-caeb49a1-1c71-4068-8537-f8c5dfa143d7 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-caeb49a1-1c71-4068-8537-f8c5dfa143d7 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-0a05a5ec-0a31-4732-bf74-88682e3eb67e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-0a05a5ec-0a31-4732-bf74-88682e3eb67e {
  margin-top: 5px;
border-radius: 5px;
}
}







#s-0a05a5ec-0a31-4732-bf74-88682e3eb67e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a05a5ec-0a31-4732-bf74-88682e3eb67e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23b1e836-7619-43f4-9228-9f9df274d2fd {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-23b1e836-7619-43f4-9228-9f9df274d2fd .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-23b1e836-7619-43f4-9228-9f9df274d2fd .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-23b1e836-7619-43f4-9228-9f9df274d2fd .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-56456866-f9f8-4654-ae56-635c74b43967 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 214, 215, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(213, 214, 215, 1);
}
@media (max-width: 767px){#s-56456866-f9f8-4654-ae56-635c74b43967 {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-56456866-f9f8-4654-ae56-635c74b43967 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56456866-f9f8-4654-ae56-635c74b43967.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-166dc228-0fb3-464f-b950-4a39d12c1d54 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-166dc228-0fb3-464f-b950-4a39d12c1d54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-166dc228-0fb3-464f-b950-4a39d12c1d54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-166dc228-0fb3-464f-b950-4a39d12c1d54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-166dc228-0fb3-464f-b950-4a39d12c1d54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a01c5c7a-75f7-42a3-a28c-64f04aec587a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a01c5c7a-75f7-42a3-a28c-64f04aec587a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a01c5c7a-75f7-42a3-a28c-64f04aec587a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8b81e6e-95e7-4e51-a907-b2ae018ff4e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e8b81e6e-95e7-4e51-a907-b2ae018ff4e3 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-e8b81e6e-95e7-4e51-a907-b2ae018ff4e3 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e8b81e6e-95e7-4e51-a907-b2ae018ff4e3 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-4f58042d-6e01-4573-8917-8371dc598818 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4f58042d-6e01-4573-8917-8371dc598818 {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-4f58042d-6e01-4573-8917-8371dc598818 {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-4f58042d-6e01-4573-8917-8371dc598818 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f58042d-6e01-4573-8917-8371dc598818.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bbc0090-123f-48e4-b778-ae6beb1d6200 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2bbc0090-123f-48e4-b778-ae6beb1d6200 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-2bbc0090-123f-48e4-b778-ae6beb1d6200 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2bbc0090-123f-48e4-b778-ae6beb1d6200 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-e316f821-7070-4526-8ff1-c10357aac385 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e316f821-7070-4526-8ff1-c10357aac385 {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-e316f821-7070-4526-8ff1-c10357aac385 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e316f821-7070-4526-8ff1-c10357aac385.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-caaec8d1-769e-47c7-897d-90f187a55b43 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-caaec8d1-769e-47c7-897d-90f187a55b43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-caaec8d1-769e-47c7-897d-90f187a55b43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-caaec8d1-769e-47c7-897d-90f187a55b43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-caaec8d1-769e-47c7-897d-90f187a55b43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-11e7cd87-ece2-40c3-91f8-f30f346b3ed3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-11e7cd87-ece2-40c3-91f8-f30f346b3ed3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11e7cd87-ece2-40c3-91f8-f30f346b3ed3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5832852-952c-409a-9161-6ac228bb5571 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c5832852-952c-409a-9161-6ac228bb5571 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-c5832852-952c-409a-9161-6ac228bb5571 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c5832852-952c-409a-9161-6ac228bb5571 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-0c6ac731-d38a-4817-a2d6-5c5db7cbe50e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-0c6ac731-d38a-4817-a2d6-5c5db7cbe50e {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-0c6ac731-d38a-4817-a2d6-5c5db7cbe50e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c6ac731-d38a-4817-a2d6-5c5db7cbe50e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b051552-fef4-4698-9ad0-f335ce8a6849 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8b051552-fef4-4698-9ad0-f335ce8a6849 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-8b051552-fef4-4698-9ad0-f335ce8a6849 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8b051552-fef4-4698-9ad0-f335ce8a6849 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-0d859092-b127-4ab6-8cdf-5262376be52e {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-0d859092-b127-4ab6-8cdf-5262376be52e {
  margin-top: 10px;
}
}
#s-0d859092-b127-4ab6-8cdf-5262376be52e {
  background-image: url();
}








#s-0d859092-b127-4ab6-8cdf-5262376be52e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d859092-b127-4ab6-8cdf-5262376be52e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-332d6637-dbe1-4cf8-9a72-a1e1c25bfdd7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-332d6637-dbe1-4cf8-9a72-a1e1c25bfdd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-332d6637-dbe1-4cf8-9a72-a1e1c25bfdd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a8ae01f-10e2-43f0-a980-d529b92a544a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2a8ae01f-10e2-43f0-a980-d529b92a544a .shogun-heading-component h6 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-2a8ae01f-10e2-43f0-a980-d529b92a544a .shogun-heading-component h6 a {
  color: rgba(40, 40, 40, 1);
}


#s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  margin-top: -3px;
margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -3px;
  
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-222a0e75-be58-4b22-b297-86a2e0d0b439 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-222a0e75-be58-4b22-b297-86a2e0d0b439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-222a0e75-be58-4b22-b297-86a2e0d0b439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-222a0e75-be58-4b22-b297-86a2e0d0b439 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-222a0e75-be58-4b22-b297-86a2e0d0b439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-222a0e75-be58-4b22-b297-86a2e0d0b439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-222a0e75-be58-4b22-b297-86a2e0d0b439 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-222a0e75-be58-4b22-b297-86a2e0d0b439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-222a0e75-be58-4b22-b297-86a2e0d0b439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-222a0e75-be58-4b22-b297-86a2e0d0b439 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-222a0e75-be58-4b22-b297-86a2e0d0b439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-222a0e75-be58-4b22-b297-86a2e0d0b439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-222a0e75-be58-4b22-b297-86a2e0d0b439 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-222a0e75-be58-4b22-b297-86a2e0d0b439 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-222a0e75-be58-4b22-b297-86a2e0d0b439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-222a0e75-be58-4b22-b297-86a2e0d0b439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-222a0e75-be58-4b22-b297-86a2e0d0b439.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-50817a55-9f77-4f1a-a60e-220ddaca66fe {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-50817a55-9f77-4f1a-a60e-220ddaca66fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50817a55-9f77-4f1a-a60e-220ddaca66fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b6a2d93-220a-45e4-86b1-16cb96c14daf {
  margin-left: auto;
margin-right: auto;
}

#s-ec1ae80c-4928-460e-bfa1-bd8089761c09 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ec1ae80c-4928-460e-bfa1-bd8089761c09 .shg-product-title-component h3 span {
  color: ;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-3cedc148-448c-4f3a-b005-3a32e36a4988 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3cedc148-448c-4f3a-b005-3a32e36a4988 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3cedc148-448c-4f3a-b005-3a32e36a4988 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-3cedc148-448c-4f3a-b005-3a32e36a4988 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ea40bd03-6617-40ea-8130-6d4393099c70 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 50px;
}








#s-ea40bd03-6617-40ea-8130-6d4393099c70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea40bd03-6617-40ea-8130-6d4393099c70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1cd7231-6bf5-40de-8eda-9406f93c00d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f1cd7231-6bf5-40de-8eda-9406f93c00d0 {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-f1cd7231-6bf5-40de-8eda-9406f93c00d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1cd7231-6bf5-40de-8eda-9406f93c00d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7d5cbbc-113d-49fb-9c46-4fb1af714f74 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a7d5cbbc-113d-49fb-9c46-4fb1af714f74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7d5cbbc-113d-49fb-9c46-4fb1af714f74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a7d5cbbc-113d-49fb-9c46-4fb1af714f74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7d5cbbc-113d-49fb-9c46-4fb1af714f74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d8da1177-41c2-40ff-a54c-79f0aed3d0e5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d8da1177-41c2-40ff-a54c-79f0aed3d0e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8da1177-41c2-40ff-a54c-79f0aed3d0e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a855404-1c0a-40a5-9c30-675dfe9ab784 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5a855404-1c0a-40a5-9c30-675dfe9ab784 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-5a855404-1c0a-40a5-9c30-675dfe9ab784 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5a855404-1c0a-40a5-9c30-675dfe9ab784 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-8596202d-dd23-4b41-a8ce-09d80181b010 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-8596202d-dd23-4b41-a8ce-09d80181b010 {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-8596202d-dd23-4b41-a8ce-09d80181b010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8596202d-dd23-4b41-a8ce-09d80181b010.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c83cc0e7-6ecc-4b02-a0df-6bde3883d656 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c83cc0e7-6ecc-4b02-a0df-6bde3883d656 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-c83cc0e7-6ecc-4b02-a0df-6bde3883d656 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c83cc0e7-6ecc-4b02-a0df-6bde3883d656 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-7ea5e124-fe61-4d06-b137-41f7e3c89b37 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 214, 215, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(213, 214, 215, 1);
}
@media (max-width: 767px){#s-7ea5e124-fe61-4d06-b137-41f7e3c89b37 {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-7ea5e124-fe61-4d06-b137-41f7e3c89b37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ea5e124-fe61-4d06-b137-41f7e3c89b37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69b2e12f-f1a5-45a3-84b1-c476bce6be21 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-69b2e12f-f1a5-45a3-84b1-c476bce6be21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69b2e12f-f1a5-45a3-84b1-c476bce6be21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-69b2e12f-f1a5-45a3-84b1-c476bce6be21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-69b2e12f-f1a5-45a3-84b1-c476bce6be21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-946b08b2-4518-422c-aef5-28a8b2a59321 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-946b08b2-4518-422c-aef5-28a8b2a59321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-946b08b2-4518-422c-aef5-28a8b2a59321.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab7ab226-c7be-47d7-96ce-1aba90badadf {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ab7ab226-c7be-47d7-96ce-1aba90badadf .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-ab7ab226-c7be-47d7-96ce-1aba90badadf .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ab7ab226-c7be-47d7-96ce-1aba90badadf .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-85ce802f-6c46-4f62-9dea-da52272c2409 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-85ce802f-6c46-4f62-9dea-da52272c2409 {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-85ce802f-6c46-4f62-9dea-da52272c2409 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ce802f-6c46-4f62-9dea-da52272c2409.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7ae06e5-d4fc-4ac8-9c83-d2e484dbf714 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d7ae06e5-d4fc-4ac8-9c83-d2e484dbf714 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-d7ae06e5-d4fc-4ac8-9c83-d2e484dbf714 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d7ae06e5-d4fc-4ac8-9c83-d2e484dbf714 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-2b774178-87af-42aa-82fb-0bf3b3c4b9fb {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2b774178-87af-42aa-82fb-0bf3b3c4b9fb {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-2b774178-87af-42aa-82fb-0bf3b3c4b9fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b774178-87af-42aa-82fb-0bf3b3c4b9fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00d107f8-c63d-48b1-b658-0d462b860b1c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-00d107f8-c63d-48b1-b658-0d462b860b1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00d107f8-c63d-48b1-b658-0d462b860b1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-00d107f8-c63d-48b1-b658-0d462b860b1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-00d107f8-c63d-48b1-b658-0d462b860b1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c50b00e4-7c44-4b08-a0ff-fa1a099b27f8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c50b00e4-7c44-4b08-a0ff-fa1a099b27f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c50b00e4-7c44-4b08-a0ff-fa1a099b27f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29012125-3454-416e-b2f0-051027e4d00c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-29012125-3454-416e-b2f0-051027e4d00c .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-29012125-3454-416e-b2f0-051027e4d00c .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-29012125-3454-416e-b2f0-051027e4d00c .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-d0f55d14-8ee7-4a06-93b8-2c7e3f8435b5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-d0f55d14-8ee7-4a06-93b8-2c7e3f8435b5 {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-d0f55d14-8ee7-4a06-93b8-2c7e3f8435b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0f55d14-8ee7-4a06-93b8-2c7e3f8435b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cd880ad-0bec-4d21-8575-0019087fcf8b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7cd880ad-0bec-4d21-8575-0019087fcf8b .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-7cd880ad-0bec-4d21-8575-0019087fcf8b .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7cd880ad-0bec-4d21-8575-0019087fcf8b .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-175b60a6-716c-44ba-9bb1-f8118ead2c0b {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 214, 215, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(213, 214, 215, 1);
}
@media (max-width: 767px){#s-175b60a6-716c-44ba-9bb1-f8118ead2c0b {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-175b60a6-716c-44ba-9bb1-f8118ead2c0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-175b60a6-716c-44ba-9bb1-f8118ead2c0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0379225f-219f-48e3-93ad-5275838e245e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0379225f-219f-48e3-93ad-5275838e245e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0379225f-219f-48e3-93ad-5275838e245e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0379225f-219f-48e3-93ad-5275838e245e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0379225f-219f-48e3-93ad-5275838e245e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0b4248b6-6d34-4cb7-8d0d-06aecac2113f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0b4248b6-6d34-4cb7-8d0d-06aecac2113f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b4248b6-6d34-4cb7-8d0d-06aecac2113f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a221cfd2-85ba-4bdc-9285-ddc9243caebe {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a221cfd2-85ba-4bdc-9285-ddc9243caebe .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-a221cfd2-85ba-4bdc-9285-ddc9243caebe .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a221cfd2-85ba-4bdc-9285-ddc9243caebe .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-e65e6ea1-5957-4e84-a3d8-398acea55e67 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-e65e6ea1-5957-4e84-a3d8-398acea55e67 {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-e65e6ea1-5957-4e84-a3d8-398acea55e67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e65e6ea1-5957-4e84-a3d8-398acea55e67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a28b285-fd30-4c34-ba70-028108b4032c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2a28b285-fd30-4c34-ba70-028108b4032c .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-2a28b285-fd30-4c34-ba70-028108b4032c .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2a28b285-fd30-4c34-ba70-028108b4032c .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-34a40d36-976f-4230-8fd5-a8514cb66115 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-34a40d36-976f-4230-8fd5-a8514cb66115 {
  border-style: solid;
border-color: #000;
padding-top: 3%;
padding-bottom: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-34a40d36-976f-4230-8fd5-a8514cb66115 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34a40d36-976f-4230-8fd5-a8514cb66115.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adc161af-d679-4230-8937-ca565a6f5c2a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-adc161af-d679-4230-8937-ca565a6f5c2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adc161af-d679-4230-8937-ca565a6f5c2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-adc161af-d679-4230-8937-ca565a6f5c2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-adc161af-d679-4230-8937-ca565a6f5c2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e47761d0-525d-4cf6-9adc-8f3b9a0feb88 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e47761d0-525d-4cf6-9adc-8f3b9a0feb88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e47761d0-525d-4cf6-9adc-8f3b9a0feb88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c442e38-a6b9-447b-8c06-9d32e37661b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0c442e38-a6b9-447b-8c06-9d32e37661b9 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-0c442e38-a6b9-447b-8c06-9d32e37661b9 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0c442e38-a6b9-447b-8c06-9d32e37661b9 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-73f1dd01-7374-42b0-9a2e-c5386d3b9f90 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-73f1dd01-7374-42b0-9a2e-c5386d3b9f90 {
  margin-top: 5px;
border-radius: 5px;
}
}







#s-73f1dd01-7374-42b0-9a2e-c5386d3b9f90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73f1dd01-7374-42b0-9a2e-c5386d3b9f90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d00161c-61cd-438a-9673-b6bec42874cb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9d00161c-61cd-438a-9673-b6bec42874cb .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-9d00161c-61cd-438a-9673-b6bec42874cb .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9d00161c-61cd-438a-9673-b6bec42874cb .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-4b8ac3ec-ebef-4366-ac8d-673afc54eea5 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 214, 215, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(213, 214, 215, 1);
}
@media (max-width: 767px){#s-4b8ac3ec-ebef-4366-ac8d-673afc54eea5 {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-4b8ac3ec-ebef-4366-ac8d-673afc54eea5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b8ac3ec-ebef-4366-ac8d-673afc54eea5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c17f44bb-99e8-4c81-99b6-1615f4447e9b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c17f44bb-99e8-4c81-99b6-1615f4447e9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c17f44bb-99e8-4c81-99b6-1615f4447e9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c17f44bb-99e8-4c81-99b6-1615f4447e9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c17f44bb-99e8-4c81-99b6-1615f4447e9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2f7390ab-a6ee-428a-b026-0f1f211fdb5a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2f7390ab-a6ee-428a-b026-0f1f211fdb5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f7390ab-a6ee-428a-b026-0f1f211fdb5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bbbca4e-3e04-4571-b757-f174b743444f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2bbbca4e-3e04-4571-b757-f174b743444f .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-2bbbca4e-3e04-4571-b757-f174b743444f .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2bbbca4e-3e04-4571-b757-f174b743444f .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-46c0f782-3321-4aa8-b045-2fcd036f822b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-46c0f782-3321-4aa8-b045-2fcd036f822b {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-46c0f782-3321-4aa8-b045-2fcd036f822b {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-46c0f782-3321-4aa8-b045-2fcd036f822b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46c0f782-3321-4aa8-b045-2fcd036f822b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-439951ae-945d-4051-ac21-860a281e12ef {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-439951ae-945d-4051-ac21-860a281e12ef .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-439951ae-945d-4051-ac21-860a281e12ef .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-439951ae-945d-4051-ac21-860a281e12ef .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-d144b050-2f3c-46d8-9977-add0c260312a {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d144b050-2f3c-46d8-9977-add0c260312a {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-d144b050-2f3c-46d8-9977-add0c260312a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d144b050-2f3c-46d8-9977-add0c260312a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb4c00c1-39df-4594-acad-446936cc143a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cb4c00c1-39df-4594-acad-446936cc143a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb4c00c1-39df-4594-acad-446936cc143a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cb4c00c1-39df-4594-acad-446936cc143a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb4c00c1-39df-4594-acad-446936cc143a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7d0cb5d8-67fd-461e-a7b3-00a2fe4663b0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7d0cb5d8-67fd-461e-a7b3-00a2fe4663b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d0cb5d8-67fd-461e-a7b3-00a2fe4663b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce5436fb-1372-4b7e-9d37-e45bb5a9463c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ce5436fb-1372-4b7e-9d37-e45bb5a9463c .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-ce5436fb-1372-4b7e-9d37-e45bb5a9463c .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ce5436fb-1372-4b7e-9d37-e45bb5a9463c .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-1a934033-2f42-46b7-a8ef-f1328107ef80 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-1a934033-2f42-46b7-a8ef-f1328107ef80 {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-1a934033-2f42-46b7-a8ef-f1328107ef80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a934033-2f42-46b7-a8ef-f1328107ef80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41584e53-2791-4d1f-a91d-cd60433b7ab6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-41584e53-2791-4d1f-a91d-cd60433b7ab6 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-41584e53-2791-4d1f-a91d-cd60433b7ab6 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-41584e53-2791-4d1f-a91d-cd60433b7ab6 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-efd6d5bf-6a63-443b-88bd-155da18a4c4c {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-efd6d5bf-6a63-443b-88bd-155da18a4c4c {
  margin-top: 10px;
}
}
#s-efd6d5bf-6a63-443b-88bd-155da18a4c4c {
  background-image: url();
}








#s-efd6d5bf-6a63-443b-88bd-155da18a4c4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-efd6d5bf-6a63-443b-88bd-155da18a4c4c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0f2cb03-a35f-47d9-b607-fcc0e93883e0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-e0f2cb03-a35f-47d9-b607-fcc0e93883e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0f2cb03-a35f-47d9-b607-fcc0e93883e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d842f60e-6505-4a8e-a70a-9a6430b080d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d842f60e-6505-4a8e-a70a-9a6430b080d4 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-d842f60e-6505-4a8e-a70a-9a6430b080d4 .shogun-heading-component h3 a {
  color: rgba(40, 40, 40, 1);
}


#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  margin-top: -3px;
margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -3px;
  
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b95627b5-40c8-486b-a2e0-6d265c38f1d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2a8e088e-fc65-4bd5-b75a-3f7f009b6f11 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-2a8e088e-fc65-4bd5-b75a-3f7f009b6f11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a8e088e-fc65-4bd5-b75a-3f7f009b6f11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3fa3c30-7048-4b33-8f82-3ea86e27e8cc {
  margin-left: auto;
margin-right: auto;
}

#s-5478b096-5d22-4034-8c93-ab8f7c67cc88 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5478b096-5d22-4034-8c93-ab8f7c67cc88 .shg-product-title-component h3 span {
  color: ;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-778641e2-084a-4c01-b4d5-5c859f8d885d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-778641e2-084a-4c01-b4d5-5c859f8d885d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-778641e2-084a-4c01-b4d5-5c859f8d885d .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-778641e2-084a-4c01-b4d5-5c859f8d885d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aec732d6-9f52-429a-b0f2-feb23eb6bcdb {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 50px;
}








#s-aec732d6-9f52-429a-b0f2-feb23eb6bcdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aec732d6-9f52-429a-b0f2-feb23eb6bcdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35591847-1556-4deb-840f-8096ca623eef {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-35591847-1556-4deb-840f-8096ca623eef {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-35591847-1556-4deb-840f-8096ca623eef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35591847-1556-4deb-840f-8096ca623eef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88d480de-2ea9-4c12-8c1c-b38bce630397 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-88d480de-2ea9-4c12-8c1c-b38bce630397"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88d480de-2ea9-4c12-8c1c-b38bce630397"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-88d480de-2ea9-4c12-8c1c-b38bce630397"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-88d480de-2ea9-4c12-8c1c-b38bce630397"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-99e980f9-d720-4b1a-a221-cec986424a25 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-99e980f9-d720-4b1a-a221-cec986424a25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99e980f9-d720-4b1a-a221-cec986424a25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-732cab1d-2be5-429a-a484-5d254383116e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-732cab1d-2be5-429a-a484-5d254383116e .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-732cab1d-2be5-429a-a484-5d254383116e .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-732cab1d-2be5-429a-a484-5d254383116e .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-840fb065-12e3-4512-80be-7317496b071f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-840fb065-12e3-4512-80be-7317496b071f {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-840fb065-12e3-4512-80be-7317496b071f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-840fb065-12e3-4512-80be-7317496b071f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfdfcc7c-2165-4d73-9a4a-a83f1d500441 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bfdfcc7c-2165-4d73-9a4a-a83f1d500441 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-bfdfcc7c-2165-4d73-9a4a-a83f1d500441 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bfdfcc7c-2165-4d73-9a4a-a83f1d500441 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-10631343-970b-4b93-af5e-8a726de298fc {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 214, 215, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(213, 214, 215, 1);
}
@media (max-width: 767px){#s-10631343-970b-4b93-af5e-8a726de298fc {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-10631343-970b-4b93-af5e-8a726de298fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10631343-970b-4b93-af5e-8a726de298fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a147c3f-f14a-4979-9257-449dc432d78d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8a147c3f-f14a-4979-9257-449dc432d78d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a147c3f-f14a-4979-9257-449dc432d78d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8a147c3f-f14a-4979-9257-449dc432d78d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a147c3f-f14a-4979-9257-449dc432d78d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ee09bf75-7c22-443e-b8d8-00144662add5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ee09bf75-7c22-443e-b8d8-00144662add5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee09bf75-7c22-443e-b8d8-00144662add5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b43446b7-e77f-403b-94b3-fc941f2d9eeb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b43446b7-e77f-403b-94b3-fc941f2d9eeb .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-b43446b7-e77f-403b-94b3-fc941f2d9eeb .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b43446b7-e77f-403b-94b3-fc941f2d9eeb .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-5d88b40e-a34b-4c7e-8407-d73f857836ad {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-5d88b40e-a34b-4c7e-8407-d73f857836ad {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-5d88b40e-a34b-4c7e-8407-d73f857836ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d88b40e-a34b-4c7e-8407-d73f857836ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d481612-cf90-410b-84ea-fa38cd5294bb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7d481612-cf90-410b-84ea-fa38cd5294bb .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-7d481612-cf90-410b-84ea-fa38cd5294bb .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7d481612-cf90-410b-84ea-fa38cd5294bb .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-39cf2256-12b0-4ebf-8b77-96e351af311c {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-39cf2256-12b0-4ebf-8b77-96e351af311c {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-39cf2256-12b0-4ebf-8b77-96e351af311c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39cf2256-12b0-4ebf-8b77-96e351af311c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7c5d0e7-c5a8-4c5b-8826-fa23778f0232 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c7c5d0e7-c5a8-4c5b-8826-fa23778f0232"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7c5d0e7-c5a8-4c5b-8826-fa23778f0232"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c7c5d0e7-c5a8-4c5b-8826-fa23778f0232"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7c5d0e7-c5a8-4c5b-8826-fa23778f0232"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1a5e05a6-397e-40fa-88bc-32bf9bd337bc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1a5e05a6-397e-40fa-88bc-32bf9bd337bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a5e05a6-397e-40fa-88bc-32bf9bd337bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-928bc922-c352-40ce-b625-546a3e2405bc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-928bc922-c352-40ce-b625-546a3e2405bc .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-928bc922-c352-40ce-b625-546a3e2405bc .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-928bc922-c352-40ce-b625-546a3e2405bc .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-dc3b953f-487b-42f0-a3b1-52ebbd612cf1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-dc3b953f-487b-42f0-a3b1-52ebbd612cf1 {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-dc3b953f-487b-42f0-a3b1-52ebbd612cf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc3b953f-487b-42f0-a3b1-52ebbd612cf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a484eaec-df6e-481b-b53c-48da22be3d63 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a484eaec-df6e-481b-b53c-48da22be3d63 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-a484eaec-df6e-481b-b53c-48da22be3d63 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a484eaec-df6e-481b-b53c-48da22be3d63 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-870f392c-7da6-47e9-82f2-961d90633c5a {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 214, 215, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(213, 214, 215, 1);
}
@media (max-width: 767px){#s-870f392c-7da6-47e9-82f2-961d90633c5a {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-870f392c-7da6-47e9-82f2-961d90633c5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-870f392c-7da6-47e9-82f2-961d90633c5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8343affb-399b-42da-977a-bb9ff704304a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8343affb-399b-42da-977a-bb9ff704304a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8343affb-399b-42da-977a-bb9ff704304a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8343affb-399b-42da-977a-bb9ff704304a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8343affb-399b-42da-977a-bb9ff704304a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f22fe77c-2396-4886-b2f2-b0d8b85718fc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f22fe77c-2396-4886-b2f2-b0d8b85718fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f22fe77c-2396-4886-b2f2-b0d8b85718fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a727ca74-a705-4a74-be1f-9890d9eda8c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a727ca74-a705-4a74-be1f-9890d9eda8c5 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-a727ca74-a705-4a74-be1f-9890d9eda8c5 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a727ca74-a705-4a74-be1f-9890d9eda8c5 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-c8783dfb-5f38-4099-822b-6bb0fee9c2af {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-c8783dfb-5f38-4099-822b-6bb0fee9c2af {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-c8783dfb-5f38-4099-822b-6bb0fee9c2af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8783dfb-5f38-4099-822b-6bb0fee9c2af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c0db6a6-e605-4437-a898-4ab0d0e712f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7c0db6a6-e605-4437-a898-4ab0d0e712f8 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-7c0db6a6-e605-4437-a898-4ab0d0e712f8 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7c0db6a6-e605-4437-a898-4ab0d0e712f8 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-fd3d34d5-a90d-4217-8b9c-e1deda044426 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-fd3d34d5-a90d-4217-8b9c-e1deda044426 {
  border-style: solid;
border-color: #000;
padding-top: 3%;
padding-bottom: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-fd3d34d5-a90d-4217-8b9c-e1deda044426 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd3d34d5-a90d-4217-8b9c-e1deda044426.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb8a840b-1028-4f7f-aa0d-53de749ad25e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fb8a840b-1028-4f7f-aa0d-53de749ad25e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb8a840b-1028-4f7f-aa0d-53de749ad25e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fb8a840b-1028-4f7f-aa0d-53de749ad25e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb8a840b-1028-4f7f-aa0d-53de749ad25e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-96a37fe1-87fa-4f9d-94ca-8ff16be6875c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-96a37fe1-87fa-4f9d-94ca-8ff16be6875c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96a37fe1-87fa-4f9d-94ca-8ff16be6875c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-911225f3-5977-4242-ba83-1466832a91bb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-911225f3-5977-4242-ba83-1466832a91bb .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-911225f3-5977-4242-ba83-1466832a91bb .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-911225f3-5977-4242-ba83-1466832a91bb .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-aa125578-a322-418f-a634-b24a7710747c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-aa125578-a322-418f-a634-b24a7710747c {
  margin-top: 5px;
border-radius: 5px;
}
}







#s-aa125578-a322-418f-a634-b24a7710747c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa125578-a322-418f-a634-b24a7710747c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a3095d7-776e-433c-b53d-77ba1dfbbdd7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3a3095d7-776e-433c-b53d-77ba1dfbbdd7 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-3a3095d7-776e-433c-b53d-77ba1dfbbdd7 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3a3095d7-776e-433c-b53d-77ba1dfbbdd7 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-1eba244d-9a50-4ea7-a89f-9168262cf6e4 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 214, 215, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(213, 214, 215, 1);
}
@media (max-width: 767px){#s-1eba244d-9a50-4ea7-a89f-9168262cf6e4 {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-1eba244d-9a50-4ea7-a89f-9168262cf6e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1eba244d-9a50-4ea7-a89f-9168262cf6e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab562dfe-46ff-4743-85c2-fa85f1e8a5ef {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ab562dfe-46ff-4743-85c2-fa85f1e8a5ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab562dfe-46ff-4743-85c2-fa85f1e8a5ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ab562dfe-46ff-4743-85c2-fa85f1e8a5ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab562dfe-46ff-4743-85c2-fa85f1e8a5ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fcc5ad52-0893-4f95-8e78-4c648d046e90 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fcc5ad52-0893-4f95-8e78-4c648d046e90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcc5ad52-0893-4f95-8e78-4c648d046e90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cd0f8b3-68b7-4f92-a23b-aa2a37be44fa {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4cd0f8b3-68b7-4f92-a23b-aa2a37be44fa .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-4cd0f8b3-68b7-4f92-a23b-aa2a37be44fa .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4cd0f8b3-68b7-4f92-a23b-aa2a37be44fa .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-b3593b96-3de5-4c92-b186-90a659d6cc7c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b3593b96-3de5-4c92-b186-90a659d6cc7c {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-b3593b96-3de5-4c92-b186-90a659d6cc7c {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-b3593b96-3de5-4c92-b186-90a659d6cc7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3593b96-3de5-4c92-b186-90a659d6cc7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c175e556-fbfe-41ff-a9d5-1f13aa4e35d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c175e556-fbfe-41ff-a9d5-1f13aa4e35d1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-c175e556-fbfe-41ff-a9d5-1f13aa4e35d1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c175e556-fbfe-41ff-a9d5-1f13aa4e35d1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-f957bfb5-2532-4e96-9a8e-793b10a25ae3 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f957bfb5-2532-4e96-9a8e-793b10a25ae3 {
  border-style: solid;
border-color: #000;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}







#s-f957bfb5-2532-4e96-9a8e-793b10a25ae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f957bfb5-2532-4e96-9a8e-793b10a25ae3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8a9a2f6-2eea-4dd2-b1ab-b9c7d9898e7e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c8a9a2f6-2eea-4dd2-b1ab-b9c7d9898e7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8a9a2f6-2eea-4dd2-b1ab-b9c7d9898e7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c8a9a2f6-2eea-4dd2-b1ab-b9c7d9898e7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8a9a2f6-2eea-4dd2-b1ab-b9c7d9898e7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4f55dc26-a8da-401e-877e-6be595cd93c1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4f55dc26-a8da-401e-877e-6be595cd93c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f55dc26-a8da-401e-877e-6be595cd93c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3995124c-3807-419d-9305-5d6f4d807cf3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3995124c-3807-419d-9305-5d6f4d807cf3 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-3995124c-3807-419d-9305-5d6f4d807cf3 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3995124c-3807-419d-9305-5d6f4d807cf3 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-2c14e521-5075-4bdc-9b5a-4b909caed7c7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-2c14e521-5075-4bdc-9b5a-4b909caed7c7 {
  margin-top: -3px;
border-radius: 5px;
}
}







#s-2c14e521-5075-4bdc-9b5a-4b909caed7c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c14e521-5075-4bdc-9b5a-4b909caed7c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-466cffad-f7d2-472c-8441-2d40a27879ee {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-466cffad-f7d2-472c-8441-2d40a27879ee .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-466cffad-f7d2-472c-8441-2d40a27879ee .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-466cffad-f7d2-472c-8441-2d40a27879ee .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-404d47f6-93e9-4739-91a3-7f2f7024da23 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-404d47f6-93e9-4739-91a3-7f2f7024da23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-404d47f6-93e9-4739-91a3-7f2f7024da23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-404d47f6-93e9-4739-91a3-7f2f7024da23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-404d47f6-93e9-4739-91a3-7f2f7024da23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  max-width: 2030px;
text-align: center;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


}
#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  max-width: 3840px;
text-align: center;
}
@media (max-width: 767px){#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
  box-sizing: border-box;
}



.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
  box-sizing: border-box;
}



.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
  box-sizing: border-box;
}



.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
  box-sizing: border-box;
}



.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
  box-sizing: border-box;
}



.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  
}


}
#s-e15a9c17-5f07-412d-95bd-6971694ea5b4 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-e15a9c17-5f07-412d-95bd-6971694ea5b4 {
  padding-top: 5%;
padding-bottom: 3%;
}
}







#s-e15a9c17-5f07-412d-95bd-6971694ea5b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e15a9c17-5f07-412d-95bd-6971694ea5b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d099491d-fbbf-48f4-846f-19c10226abba {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d099491d-fbbf-48f4-846f-19c10226abba .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (max-width: 767px){#s-d099491d-fbbf-48f4-846f-19c10226abba .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-3bf1a1d5-5edd-42b5-addb-92aabb12cc62 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3bf1a1d5-5edd-42b5-addb-92aabb12cc62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bf1a1d5-5edd-42b5-addb-92aabb12cc62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3bf1a1d5-5edd-42b5-addb-92aabb12cc62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bf1a1d5-5edd-42b5-addb-92aabb12cc62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4d74f040-2f78-4a76-bb70-4f9332fd0f5e {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4d74f040-2f78-4a76-bb70-4f9332fd0f5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d74f040-2f78-4a76-bb70-4f9332fd0f5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2c936e2-8cea-4c87-9cc5-26b946e481a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d2c936e2-8cea-4c87-9cc5-26b946e481a4 .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-d2c936e2-8cea-4c87-9cc5-26b946e481a4 .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-f8983d81-f840-469d-9c2f-2f192aaed22d {
  margin-top: 10px;
}

#s-172b925b-da5e-4bc9-bbe1-40e39e330c3f {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-172b925b-da5e-4bc9-bbe1-40e39e330c3f {
  margin-top: 10px;
}
}







#s-172b925b-da5e-4bc9-bbe1-40e39e330c3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-172b925b-da5e-4bc9-bbe1-40e39e330c3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a83d4866-9f13-4cd6-8987-a5e091a31511 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a83d4866-9f13-4cd6-8987-a5e091a31511 .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-a83d4866-9f13-4cd6-8987-a5e091a31511 .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-7a502d55-8f26-4b60-96d6-3240f77cedf2 {
  margin-top: 10px;
}

#s-6dc493b3-2a0c-40c1-97d1-b915ccced74a {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(165, 0, 0, 1);
}
@media (min-width: 1200px){#s-6dc493b3-2a0c-40c1-97d1-b915ccced74a {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6dc493b3-2a0c-40c1-97d1-b915ccced74a {
  margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6dc493b3-2a0c-40c1-97d1-b915ccced74a {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-6dc493b3-2a0c-40c1-97d1-b915ccced74a {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
}
}







#s-6dc493b3-2a0c-40c1-97d1-b915ccced74a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6dc493b3-2a0c-40c1-97d1-b915ccced74a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc0780bc-f524-4a46-acd6-23cae57dc3b9 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dc0780bc-f524-4a46-acd6-23cae57dc3b9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-dc0780bc-f524-4a46-acd6-23cae57dc3b9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-dc0780bc-f524-4a46-acd6-23cae57dc3b9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-ce57ba2d-6a01-4d2f-afef-9798569dc4cf {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ce57ba2d-6a01-4d2f-afef-9798569dc4cf {
  margin-top: 16px;
}
}
@media (min-width: 0px) {
[id="s-ce57ba2d-6a01-4d2f-afef-9798569dc4cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ce57ba2d-6a01-4d2f-afef-9798569dc4cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ce57ba2d-6a01-4d2f-afef-9798569dc4cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce57ba2d-6a01-4d2f-afef-9798569dc4cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-5cb5b00c-2792-41f1-8664-311a10189700 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-5cb5b00c-2792-41f1-8664-311a10189700 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5cb5b00c-2792-41f1-8664-311a10189700.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a5fddfc1-dc99-4565-8f42-34e2536b4bb7 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: max-content;
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-5f6075f1-1752-44b5-ade1-7b7183349ee3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5f6075f1-1752-44b5-ade1-7b7183349ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f6075f1-1752-44b5-ade1-7b7183349ee3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5f6075f1-1752-44b5-ade1-7b7183349ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f6075f1-1752-44b5-ade1-7b7183349ee3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5f6075f1-1752-44b5-ade1-7b7183349ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f6075f1-1752-44b5-ade1-7b7183349ee3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5f6075f1-1752-44b5-ade1-7b7183349ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f6075f1-1752-44b5-ade1-7b7183349ee3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5f6075f1-1752-44b5-ade1-7b7183349ee3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f6075f1-1752-44b5-ade1-7b7183349ee3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-597749dc-c1a7-46d3-8f6c-9cfc21eba925 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-597749dc-c1a7-46d3-8f6c-9cfc21eba925 .shg-product-title-component h4 span {
  color: ;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-03bbfb93-9979-4128-8c71-d51b78d06163 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-03bbfb93-9979-4128-8c71-d51b78d06163:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03bbfb93-9979-4128-8c71-d51b78d06163:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-03bbfb93-9979-4128-8c71-d51b78d06163-atc-btn-wrapper {
    text-align: center;
  }


#s-03bbfb93-9979-4128-8c71-d51b78d06163 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-03bbfb93-9979-4128-8c71-d51b78d06163-atc-btn-wrapper {
    text-align: center;
  }


#s-03bbfb93-9979-4128-8c71-d51b78d06163 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-03bbfb93-9979-4128-8c71-d51b78d06163-atc-btn-wrapper {
    text-align: center;
  }


#s-03bbfb93-9979-4128-8c71-d51b78d06163 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-03bbfb93-9979-4128-8c71-d51b78d06163-atc-btn-wrapper {
    text-align: center;
  }


#s-03bbfb93-9979-4128-8c71-d51b78d06163 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-03bbfb93-9979-4128-8c71-d51b78d06163-atc-btn-wrapper {
    text-align: center;
  }


#s-03bbfb93-9979-4128-8c71-d51b78d06163 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-03bbfb93-9979-4128-8c71-d51b78d06163.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5a09e73b-3133-4a08-903b-c92ffd9b61c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-5a09e73b-3133-4a08-903b-c92ffd9b61c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a09e73b-3133-4a08-903b-c92ffd9b61c0.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3694a6ca-bb9e-4a10-8059-d5aa6ca82f5d {
  margin-left: auto;
margin-right: auto;
}

#s-7aab7083-d2bb-4966-be8e-59758c65d229 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7aab7083-d2bb-4966-be8e-59758c65d229 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aab7083-d2bb-4966-be8e-59758c65d229 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7aab7083-d2bb-4966-be8e-59758c65d229 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aab7083-d2bb-4966-be8e-59758c65d229 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7aab7083-d2bb-4966-be8e-59758c65d229 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aab7083-d2bb-4966-be8e-59758c65d229 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7aab7083-d2bb-4966-be8e-59758c65d229 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aab7083-d2bb-4966-be8e-59758c65d229 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7aab7083-d2bb-4966-be8e-59758c65d229 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aab7083-d2bb-4966-be8e-59758c65d229 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d4fcc4f8-395a-4e3a-b20e-a99eaf2b280f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4fcc4f8-395a-4e3a-b20e-a99eaf2b280f .shg-product-title-component h4 span {
  color: ;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-474c6d31-0b95-46d3-af8a-0a5c852d0a88-atc-btn-wrapper {
    text-align: center;
  }


#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-474c6d31-0b95-46d3-af8a-0a5c852d0a88-atc-btn-wrapper {
    text-align: center;
  }


#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-474c6d31-0b95-46d3-af8a-0a5c852d0a88-atc-btn-wrapper {
    text-align: center;
  }


#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-474c6d31-0b95-46d3-af8a-0a5c852d0a88-atc-btn-wrapper {
    text-align: center;
  }


#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-474c6d31-0b95-46d3-af8a-0a5c852d0a88-atc-btn-wrapper {
    text-align: center;
  }


#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-474c6d31-0b95-46d3-af8a-0a5c852d0a88.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0c2fe908-d89c-451f-a661-258d36c8a76c {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-0c2fe908-d89c-451f-a661-258d36c8a76c {
  margin-top: 10px;
}
}







#s-0c2fe908-d89c-451f-a661-258d36c8a76c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c2fe908-d89c-451f-a661-258d36c8a76c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-56304c5f-56ff-4491-866f-81884fd377a1 {
  margin-left: auto;
margin-right: auto;
}

#s-226e1d49-5f77-4ec5-b8f0-a78c595c3042 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-226e1d49-5f77-4ec5-b8f0-a78c595c3042 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-226e1d49-5f77-4ec5-b8f0-a78c595c3042 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-226e1d49-5f77-4ec5-b8f0-a78c595c3042 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-226e1d49-5f77-4ec5-b8f0-a78c595c3042 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-226e1d49-5f77-4ec5-b8f0-a78c595c3042 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-226e1d49-5f77-4ec5-b8f0-a78c595c3042 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-226e1d49-5f77-4ec5-b8f0-a78c595c3042 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-226e1d49-5f77-4ec5-b8f0-a78c595c3042 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-226e1d49-5f77-4ec5-b8f0-a78c595c3042 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-226e1d49-5f77-4ec5-b8f0-a78c595c3042 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4cfaa0da-8b5d-4767-a958-fa5024c62f73 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cfaa0da-8b5d-4767-a958-fa5024c62f73 .shg-product-title-component h4 span {
  color: ;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3a9b40ab-f20d-47ef-af87-de1a86a7465a-atc-btn-wrapper {
    text-align: center;
  }


#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3a9b40ab-f20d-47ef-af87-de1a86a7465a-atc-btn-wrapper {
    text-align: center;
  }


#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a9b40ab-f20d-47ef-af87-de1a86a7465a-atc-btn-wrapper {
    text-align: center;
  }


#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3a9b40ab-f20d-47ef-af87-de1a86a7465a-atc-btn-wrapper {
    text-align: center;
  }


#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3a9b40ab-f20d-47ef-af87-de1a86a7465a-atc-btn-wrapper {
    text-align: center;
  }


#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3a9b40ab-f20d-47ef-af87-de1a86a7465a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-468f0f2d-c82e-4c5d-8c51-73c40a923b41 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-468f0f2d-c82e-4c5d-8c51-73c40a923b41 {
  margin-top: 10px;
}
}







#s-468f0f2d-c82e-4c5d-8c51-73c40a923b41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-468f0f2d-c82e-4c5d-8c51-73c40a923b41.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1969bcc2-1092-46dc-8ce7-e81385968626 {
  margin-left: auto;
margin-right: auto;
}

#s-559c2f99-371c-4a7e-959b-f5aa93fd48f8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-559c2f99-371c-4a7e-959b-f5aa93fd48f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559c2f99-371c-4a7e-959b-f5aa93fd48f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-559c2f99-371c-4a7e-959b-f5aa93fd48f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559c2f99-371c-4a7e-959b-f5aa93fd48f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-559c2f99-371c-4a7e-959b-f5aa93fd48f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559c2f99-371c-4a7e-959b-f5aa93fd48f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-559c2f99-371c-4a7e-959b-f5aa93fd48f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559c2f99-371c-4a7e-959b-f5aa93fd48f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-559c2f99-371c-4a7e-959b-f5aa93fd48f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-559c2f99-371c-4a7e-959b-f5aa93fd48f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5bd7643c-a5db-4b99-a2ee-d7771e16da3e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bd7643c-a5db-4b99-a2ee-d7771e16da3e .shg-product-title-component h4 span {
  color: ;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1-atc-btn-wrapper {
    text-align: center;
  }


#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1-atc-btn-wrapper {
    text-align: center;
  }


#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1-atc-btn-wrapper {
    text-align: center;
  }


#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1-atc-btn-wrapper {
    text-align: center;
  }


#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1-atc-btn-wrapper {
    text-align: center;
  }


#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-bc7c4b9a-fae7-4e59-9a9e-fa3dc2934fd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b87854db-e9db-4c77-b1b4-c70f68925842 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b87854db-e9db-4c77-b1b4-c70f68925842 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b87854db-e9db-4c77-b1b4-c70f68925842 {
  margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b87854db-e9db-4c77-b1b4-c70f68925842 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-b87854db-e9db-4c77-b1b4-c70f68925842 {
  margin-top: 10px;
margin-left: 2%;
margin-right: 2%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-b87854db-e9db-4c77-b1b4-c70f68925842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b87854db-e9db-4c77-b1b4-c70f68925842.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ac903bc-a43a-4292-b551-d7d2241803de {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-8ac903bc-a43a-4292-b551-d7d2241803de {
  padding-top: 0px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-8ac903bc-a43a-4292-b551-d7d2241803de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ac903bc-a43a-4292-b551-d7d2241803de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8ac903bc-a43a-4292-b551-d7d2241803de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8ac903bc-a43a-4292-b551-d7d2241803de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8ac903bc-a43a-4292-b551-d7d2241803de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ac903bc-a43a-4292-b551-d7d2241803de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8ac903bc-a43a-4292-b551-d7d2241803de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-cd1d113d-7ed4-466f-b7c2-054f77a5e899 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cd1d113d-7ed4-466f-b7c2-054f77a5e899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd1d113d-7ed4-466f-b7c2-054f77a5e899.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6e58a492-6bd6-4503-af88-8dbdba0ccd56 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6e58a492-6bd6-4503-af88-8dbdba0ccd56 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-6e58a492-6bd6-4503-af88-8dbdba0ccd56 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-6da6d878-4606-496e-92e9-14e36bc28d7a {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6da6d878-4606-496e-92e9-14e36bc28d7a {
  margin-top: 16px;
}
}
#s-6da6d878-4606-496e-92e9-14e36bc28d7a .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b4abb759-161c-4fab-a604-70f510285532 {
  margin-left: auto;
margin-right: auto;
}

#s-b4abb759-161c-4fab-a604-70f510285532 .shg-proportional-font-size,
#s-b4abb759-161c-4fab-a604-70f510285532 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  max-width: 300px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  margin-top: 30px;
margin-bottom: 10px;
}
}
#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  margin: 0 !important;
  overflow: visible;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  /* Add background color handling */
  
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image {
  box-sizing: border-box;
}



.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
      position: relative;
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  margin: 0 !important;
  overflow: visible;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  /* Add background color handling */
  
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image {
  box-sizing: border-box;
}



.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
      position: relative;
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  margin: 0 !important;
  overflow: visible;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  /* Add background color handling */
  
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image {
  box-sizing: border-box;
}



.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
      position: relative;
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  margin: 0 !important;
  overflow: visible;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  /* Add background color handling */
  
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image {
  box-sizing: border-box;
}



.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
      position: relative;
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  margin: 0 !important;
  overflow: visible;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 30px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  /* Add background color handling */
  
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image {
  box-sizing: border-box;
}



.s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container {
      position: relative;
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc5b85a-c529-4601-ae9e-4662e1b3f6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-062a549c-2dfd-4217-8b3c-7ddbd5dc468d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 100px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-062a549c-2dfd-4217-8b3c-7ddbd5dc468d {
  margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-062a549c-2dfd-4217-8b3c-7ddbd5dc468d {
  margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-062a549c-2dfd-4217-8b3c-7ddbd5dc468d {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-062a549c-2dfd-4217-8b3c-7ddbd5dc468d {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
padding-top: 5%;
padding-bottom: 5%;
}
}







#s-062a549c-2dfd-4217-8b3c-7ddbd5dc468d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-062a549c-2dfd-4217-8b3c-7ddbd5dc468d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8a7f6a7-73fd-4c4e-8568-40c7d8ce3b0f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c8a7f6a7-73fd-4c4e-8568-40c7d8ce3b0f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-c8a7f6a7-73fd-4c4e-8568-40c7d8ce3b0f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-83e339a6-4604-47b5-9c27-dedc52f2d28b {
  margin-top: 16px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-83e339a6-4604-47b5-9c27-dedc52f2d28b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-83e339a6-4604-47b5-9c27-dedc52f2d28b {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-83e339a6-4604-47b5-9c27-dedc52f2d28b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83e339a6-4604-47b5-9c27-dedc52f2d28b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-83e339a6-4604-47b5-9c27-dedc52f2d28b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-83e339a6-4604-47b5-9c27-dedc52f2d28b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

.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-2156ca87-9366-4016-a1ca-9115a7d577c2 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: #000;
border-style: none;
border-radius: 0px;
}

#s-1533ea95-6de3-4cce-919d-8e057d256dc8 {
  margin-top: 8px;
}

#s-d5073cbb-0d08-43b9-b544-e97f16208a4d {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
}
@media (max-width: 767px){#s-d5073cbb-0d08-43b9-b544-e97f16208a4d {
  margin-top: 30px;
}
}
#s-f3f85aca-700c-4bcb-a1b4-18b15d18d361 {
  margin-top: 8px;
}

#s-60ea3f7c-8266-4f48-a239-b92d31a1f197 {
  margin-top: 24px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-60ea3f7c-8266-4f48-a239-b92d31a1f197 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-60ea3f7c-8266-4f48-a239-b92d31a1f197 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-60ea3f7c-8266-4f48-a239-b92d31a1f197"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60ea3f7c-8266-4f48-a239-b92d31a1f197"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-60ea3f7c-8266-4f48-a239-b92d31a1f197"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-60ea3f7c-8266-4f48-a239-b92d31a1f197"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-4a18813a-271a-41db-8d2e-7d38fcd39fb0 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: #000;
border-style: none;
border-radius: 0px;
}

#s-422f26b2-ce0e-467b-b79b-eaa880cce678 {
  margin-top: 8px;
}

#s-8ae91a0c-c9c0-4ea8-8de1-b07908df4246 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: #000;
border-style: none;
border-radius: 0px;
}
@media (max-width: 767px){#s-8ae91a0c-c9c0-4ea8-8de1-b07908df4246 {
  margin-top: 30px;
}
}
#s-feb78018-d51b-44bb-968f-5d2328bae83f {
  margin-top: 8px;
}

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

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

#s-721c27fe-a336-4492-aff2-3e088f0e8413 {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
}

#s-721c27fe-a336-4492-aff2-3e088f0e8413 hr {
  border-top: 2px solid rgba(75, 75, 75, 1);
}

#s-f663c509-ca6e-42e7-a174-8e4ce2517307 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f663c509-ca6e-42e7-a174-8e4ce2517307 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (max-width: 767px){#s-f663c509-ca6e-42e7-a174-8e4ce2517307 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-bfcb7348-c6dc-416d-9a5f-680ba9d437c3 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bfcb7348-c6dc-416d-9a5f-680ba9d437c3 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-bfcb7348-c6dc-416d-9a5f-680ba9d437c3 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-bfcb7348-c6dc-416d-9a5f-680ba9d437c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfcb7348-c6dc-416d-9a5f-680ba9d437c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-bfcb7348-c6dc-416d-9a5f-680ba9d437c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfcb7348-c6dc-416d-9a5f-680ba9d437c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-25bb72f5-b70c-4087-9c2b-868ddc95aabc {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-25bb72f5-b70c-4087-9c2b-868ddc95aabc {
  margin-top: 30px;
}
}
#s-bbcdf758-e270-44cc-a4c3-c976403f8ced {
  margin-top: 8px;
}

#s-5dc2d56a-4030-449b-9db4-3bd2777bee13 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-5dc2d56a-4030-449b-9db4-3bd2777bee13 {
  margin-top: 30px;
}
}
#s-42a2edf8-3e1b-43dd-9085-6a0554401794 {
  margin-top: 8px;
}

#s-d0950a19-4b32-4849-b8f7-60a43094098e {
  margin-top: 24px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0950a19-4b32-4849-b8f7-60a43094098e {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-d0950a19-4b32-4849-b8f7-60a43094098e {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-d0950a19-4b32-4849-b8f7-60a43094098e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0950a19-4b32-4849-b8f7-60a43094098e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d0950a19-4b32-4849-b8f7-60a43094098e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0950a19-4b32-4849-b8f7-60a43094098e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-7079f073-2652-4da2-bdf7-c44753c11439 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-7079f073-2652-4da2-bdf7-c44753c11439 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-c07f30f3-9154-4de0-8d3c-bfee27f0b18d {
  margin-top: 8px;
}

#s-4cd2df3b-c381-40a1-b445-96cdfcae794e {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-4cd2df3b-c381-40a1-b445-96cdfcae794e {
  margin-top: 30px;
}
}
#s-8fc14e26-3a00-488f-81f1-06f575d6992b {
  margin-top: 8px;
}

#s-c128b7d0-cbc1-4753-bf0f-53a1ce99fc75 {
  margin-top: 24px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c128b7d0-cbc1-4753-bf0f-53a1ce99fc75 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-c128b7d0-cbc1-4753-bf0f-53a1ce99fc75 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-c128b7d0-cbc1-4753-bf0f-53a1ce99fc75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c128b7d0-cbc1-4753-bf0f-53a1ce99fc75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c128b7d0-cbc1-4753-bf0f-53a1ce99fc75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c128b7d0-cbc1-4753-bf0f-53a1ce99fc75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-3b634333-295f-4fe3-9bd4-a59e627df8cd {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-3b634333-295f-4fe3-9bd4-a59e627df8cd {
  margin-top: 30px;
}
}
#s-25bbeaf5-9d46-4675-901e-ecdbb66222ff {
  margin-top: 8px;
}

#s-aff6275e-9da8-4ed1-b029-7001b77b1833 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-aff6275e-9da8-4ed1-b029-7001b77b1833 {
  margin-top: 30px;
}
}
#s-60f742fa-13cb-4eed-90e3-b85304400595 {
  margin-top: 8px;
}

#s-01ffc24d-e705-4298-a37e-a84872cc795a {
  margin-top: 24px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-01ffc24d-e705-4298-a37e-a84872cc795a {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-01ffc24d-e705-4298-a37e-a84872cc795a {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-01ffc24d-e705-4298-a37e-a84872cc795a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01ffc24d-e705-4298-a37e-a84872cc795a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-01ffc24d-e705-4298-a37e-a84872cc795a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-01ffc24d-e705-4298-a37e-a84872cc795a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-915493c2-7767-4ecf-89f2-a0567bd74030 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-915493c2-7767-4ecf-89f2-a0567bd74030 {
  margin-top: 30px;
}
}
#s-8f6ba5df-02fb-4d25-9b64-e521a2a57009 {
  margin-top: 8px;
}

#s-61bb04d6-567c-4be2-b653-984a4079e29b {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-61bb04d6-567c-4be2-b653-984a4079e29b {
  margin-top: 30px;
}
}
#s-e6bc32d8-85ab-424e-bcc6-7126c2f248fb {
  margin-top: 8px;
}

#s-12b1babd-3bad-4d51-941b-19252a37f83b {
  margin-top: 24px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-12b1babd-3bad-4d51-941b-19252a37f83b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-12b1babd-3bad-4d51-941b-19252a37f83b {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-12b1babd-3bad-4d51-941b-19252a37f83b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12b1babd-3bad-4d51-941b-19252a37f83b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-12b1babd-3bad-4d51-941b-19252a37f83b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-12b1babd-3bad-4d51-941b-19252a37f83b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-4a0ba7fd-ab34-4de0-a975-da1d632cbeae {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-4a0ba7fd-ab34-4de0-a975-da1d632cbeae {
  margin-top: 30px;
}
}
#s-7ed464f8-24c3-47ab-b6d5-712825c6e8ba {
  margin-top: 8px;
}

#s-6f907d5c-2d4b-4fe8-bf07-726a61be8183 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 3px;
}
@media (max-width: 767px){#s-6f907d5c-2d4b-4fe8-bf07-726a61be8183 {
  margin-top: 30px;
}
}
#s-05022acb-eb58-4ca0-bacc-813ce6af7f6d {
  margin-top: 8px;
}

#s-a8eed43a-a748-44ce-9306-0b59a3b857e1 {
  margin-top: 24px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8eed43a-a748-44ce-9306-0b59a3b857e1 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a8eed43a-a748-44ce-9306-0b59a3b857e1 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-a8eed43a-a748-44ce-9306-0b59a3b857e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8eed43a-a748-44ce-9306-0b59a3b857e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a8eed43a-a748-44ce-9306-0b59a3b857e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8eed43a-a748-44ce-9306-0b59a3b857e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-6920311f-ffe8-4998-b765-7beba87808f5 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-6920311f-ffe8-4998-b765-7beba87808f5 {
  margin-top: 30px;
}
}
#s-6368caea-9e15-4bc7-abcf-7eaee15d87df {
  margin-top: 8px;
}

#s-2b3b501d-0e86-4e23-8826-a42594e0bd3d {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
}

#s-2b3b501d-0e86-4e23-8826-a42594e0bd3d hr {
  border-top: 2px solid rgba(75, 75, 75, 1);
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
max-width: 1199px;
aspect-ratio: 3000/2000;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}
}
#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  
}

.shg-image-content-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1199px;
  }



  img.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
    
    
    
    max-height: 1199px;
  }


.s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
  box-sizing: border-box;
}



.s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
      position: relative;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1199px;
    }
  }

@media (min-width: 1200px){#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1199px;
  }



  img.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
    
    
    
    max-height: 1199px;
  }


.s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
  box-sizing: border-box;
}



.s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
      position: relative;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1199px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1199px;
  }



  img.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
    
    
    
    max-height: 1199px;
  }


.s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
  box-sizing: border-box;
}



.s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
      position: relative;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1199px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1199px;
  }



  img.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
    
    
    
    max-height: 1199px;
  }


.s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
  box-sizing: border-box;
}



.s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
      position: relative;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1199px;
    }
  }

}@media (max-width: 767px){#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  
}

.shg-image-content-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1199px;
  }



  img.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
    
    
    
    max-height: 1199px;
  }


.s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
  box-sizing: border-box;
}



.s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
      position: relative;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1199px;
    }
  }

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

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
