.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 {
  margin-top: 50px;
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 (max-width: 767px){#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  min-height: 200px;
}
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/899ede8b-ac47-43d8-aa35-33cff536a125/-/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/899ede8b-ac47-43d8-aa35-33cff536a125/-/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/899ede8b-ac47-43d8-aa35-33cff536a125/-/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/899ede8b-ac47-43d8-aa35-33cff536a125/-/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/899ede8b-ac47-43d8-aa35-33cff536a125/-/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/899ede8b-ac47-43d8-aa35-33cff536a125/-/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/899ede8b-ac47-43d8-aa35-33cff536a125/-/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/899ede8b-ac47-43d8-aa35-33cff536a125/-/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/899ede8b-ac47-43d8-aa35-33cff536a125/-/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-82ecf4d8-58ac-4014-80f2-542623c5b663 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82ecf4d8-58ac-4014-80f2-542623c5b663 .shogun-heading-component h1 {
  color: rgba(242, 242, 242, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 72px;
  
  
  
}


@media (min-width: 1200px){#s-82ecf4d8-58ac-4014-80f2-542623c5b663 .shogun-heading-component h1 {
  color: rgba(242, 242, 242, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 80px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-82ecf4d8-58ac-4014-80f2-542623c5b663 .shogun-heading-component h1 {
  color: rgba(242, 242, 242, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 80px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-82ecf4d8-58ac-4014-80f2-542623c5b663 .shogun-heading-component h1 {
  color: rgba(242, 242, 242, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 80px;
  
  
  
}


}@media (max-width: 767px){#s-82ecf4d8-58ac-4014-80f2-542623c5b663 .shogun-heading-component h1 {
  color: rgba(242, 242, 242, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 64px;
  
  
  
}


}
.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-4d46e4a9-a16e-43e6-a778-c6d459c7aaf2 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
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;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-4d46e4a9-a16e-43e6-a778-c6d459c7aaf2 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d46e4a9-a16e-43e6-a778-c6d459c7aaf2 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-4d46e4a9-a16e-43e6-a778-c6d459c7aaf2 {
  margin-left: 2%;
margin-right: 2%;
padding-bottom: 20px;
}
}
#s-31bfa55d-d53e-49ba-9cb5-92e233cf4312 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-31bfa55d-d53e-49ba-9cb5-92e233cf4312 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-31bfa55d-d53e-49ba-9cb5-92e233cf4312 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-31bfa55d-d53e-49ba-9cb5-92e233cf4312 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31bfa55d-d53e-49ba-9cb5-92e233cf4312.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;
}

#s-9bf10313-e283-4c38-b46a-af2f907086f5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9bf10313-e283-4c38-b46a-af2f907086f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bf10313-e283-4c38-b46a-af2f907086f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9bf10313-e283-4c38-b46a-af2f907086f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bf10313-e283-4c38-b46a-af2f907086f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-48709fb4-18ab-4128-822d-e2d7879c31e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
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 (max-width: 767px){#s-48709fb4-18ab-4128-822d-e2d7879c31e4 {
  margin-top: 10px;
}
}







#s-48709fb4-18ab-4128-822d-e2d7879c31e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48709fb4-18ab-4128-822d-e2d7879c31e4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-63abb014-9313-49f1-a330-65673454b86a {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}



.shg-image-margin-container-s-63abb014-9313-49f1-a330-65673454b86a {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-63abb014-9313-49f1-a330-65673454b86a {
  margin: 0 !important;
}

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






.s-63abb014-9313-49f1-a330-65673454b86a .shogun-image-content {
  
    align-items: center;
  
}

.s-63abb014-9313-49f1-a330-65673454b86a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63abb014-9313-49f1-a330-65673454b86a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63abb014-9313-49f1-a330-65673454b86a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-63abb014-9313-49f1-a330-65673454b86a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-63abb014-9313-49f1-a330-65673454b86a {
  margin: 0 !important;
}

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






.s-63abb014-9313-49f1-a330-65673454b86a .shogun-image-content {
  
    align-items: center;
  
}

.s-63abb014-9313-49f1-a330-65673454b86a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63abb014-9313-49f1-a330-65673454b86a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63abb014-9313-49f1-a330-65673454b86a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-63abb014-9313-49f1-a330-65673454b86a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-63abb014-9313-49f1-a330-65673454b86a {
  margin: 0 !important;
}

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






.s-63abb014-9313-49f1-a330-65673454b86a .shogun-image-content {
  
    align-items: center;
  
}

.s-63abb014-9313-49f1-a330-65673454b86a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63abb014-9313-49f1-a330-65673454b86a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63abb014-9313-49f1-a330-65673454b86a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-63abb014-9313-49f1-a330-65673454b86a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-63abb014-9313-49f1-a330-65673454b86a {
  margin: 0 !important;
}

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






.s-63abb014-9313-49f1-a330-65673454b86a .shogun-image-content {
  
    align-items: center;
  
}

.s-63abb014-9313-49f1-a330-65673454b86a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63abb014-9313-49f1-a330-65673454b86a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63abb014-9313-49f1-a330-65673454b86a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-63abb014-9313-49f1-a330-65673454b86a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-63abb014-9313-49f1-a330-65673454b86a {
  margin: 0 !important;
}

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






.s-63abb014-9313-49f1-a330-65673454b86a .shogun-image-content {
  
    align-items: center;
  
}

.s-63abb014-9313-49f1-a330-65673454b86a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63abb014-9313-49f1-a330-65673454b86a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63abb014-9313-49f1-a330-65673454b86a.shogun-image {
  box-sizing: border-box;
}




}
#s-58e9b0c9-093e-47e6-879f-3c52a315baac {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-58e9b0c9-093e-47e6-879f-3c52a315baac .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-dc9c466c-3063-41f0-8fdd-59b35798455d {
  margin-left: auto;
margin-right: auto;
}

#s-c52b5196-54e3-470c-80a6-8609dfe46012 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
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: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-c52b5196-54e3-470c-80a6-8609dfe46012 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c52b5196-54e3-470c-80a6-8609dfe46012.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e89c16a5-81c7-400d-b797-923aa8092ca7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e89c16a5-81c7-400d-b797-923aa8092ca7 .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8f140290-9964-45eb-ad13-4e5fb56aec78 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-42a82531-8e80-47a9-90e9-ed7b822e7347 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
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: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-42a82531-8e80-47a9-90e9-ed7b822e7347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42a82531-8e80-47a9-90e9-ed7b822e7347.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fede36ce-7a93-4a62-9b51-e728cf7cf828 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fede36ce-7a93-4a62-9b51-e728cf7cf828 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2c26be53-fba0-4a7d-8241-7476cc918a2a {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-8c24b3a1-4411-4057-a4de-20d7a826b5b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
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 (max-width: 767px){#s-8c24b3a1-4411-4057-a4de-20d7a826b5b3 {
  margin-top: 10px;
}
}







#s-8c24b3a1-4411-4057-a4de-20d7a826b5b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c24b3a1-4411-4057-a4de-20d7a826b5b3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}



.shg-image-margin-container-s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f {
  margin: 0 !important;
}

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






.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f .shogun-image-content {
  
    align-items: center;
  
}

.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f {
  margin: 0 !important;
}

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






.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f .shogun-image-content {
  
    align-items: center;
  
}

.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f {
  margin: 0 !important;
}

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






.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f .shogun-image-content {
  
    align-items: center;
  
}

.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f {
  margin: 0 !important;
}

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






.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f .shogun-image-content {
  
    align-items: center;
  
}

.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f {
  margin: 0 !important;
}

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






.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f .shogun-image-content {
  
    align-items: center;
  
}

.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a0c0444-dbb0-4df3-abf8-e18bf0b3183f.shogun-image {
  box-sizing: border-box;
}




}
#s-f92fe704-47df-49e9-94b7-e719abe57729 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f92fe704-47df-49e9-94b7-e719abe57729 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-88159caf-b7a8-4f8f-9272-143427750a08 {
  margin-left: auto;
margin-right: auto;
}

#s-dd441d93-f0d0-460f-9745-89d35177a1b9 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
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: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-dd441d93-f0d0-460f-9745-89d35177a1b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd441d93-f0d0-460f-9745-89d35177a1b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-412556ef-8165-4fd4-93af-9a8b6c5fc30e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-412556ef-8165-4fd4-93af-9a8b6c5fc30e .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e0cf5c2c-e40e-47e1-b64d-f95b47fe22c0 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-1e52c8f7-1a7c-4542-9eed-ae8090d1f6dd {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
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: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-1e52c8f7-1a7c-4542-9eed-ae8090d1f6dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e52c8f7-1a7c-4542-9eed-ae8090d1f6dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1febe638-4ee4-4cf7-91f5-3793a6398661 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1febe638-4ee4-4cf7-91f5-3793a6398661 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6ab4ff7a-0d65-4561-811e-3de35451638f {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-a1712108-1760-4d01-9751-7c5f0d6b0d41 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1712108-1760-4d01-9751-7c5f0d6b0d41 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-a1712108-1760-4d01-9751-7c5f0d6b0d41 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-a1712108-1760-4d01-9751-7c5f0d6b0d41 {
  background-image: url();
}








#s-a1712108-1760-4d01-9751-7c5f0d6b0d41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1712108-1760-4d01-9751-7c5f0d6b0d41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6697c34-2522-458a-80f7-aa5bed86eca1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e6697c34-2522-458a-80f7-aa5bed86eca1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e6697c34-2522-458a-80f7-aa5bed86eca1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e6697c34-2522-458a-80f7-aa5bed86eca1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e6697c34-2522-458a-80f7-aa5bed86eca1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f4225185-498b-459b-8925-b028372123af {
  margin-left: auto;
margin-right: auto;
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;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f4225185-498b-459b-8925-b028372123af {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f4225185-498b-459b-8925-b028372123af {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4225185-498b-459b-8925-b028372123af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4225185-498b-459b-8925-b028372123af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4225185-498b-459b-8925-b028372123af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4225185-498b-459b-8925-b028372123af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-f4225185-498b-459b-8925-b028372123af.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f4225185-498b-459b-8925-b028372123af .shogun-image-content {
  
    align-items: center;
  
}

.s-f4225185-498b-459b-8925-b028372123af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4225185-498b-459b-8925-b028372123af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4225185-498b-459b-8925-b028372123af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
      position: relative;
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4225185-498b-459b-8925-b028372123af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f4225185-498b-459b-8925-b028372123af {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f4225185-498b-459b-8925-b028372123af {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4225185-498b-459b-8925-b028372123af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4225185-498b-459b-8925-b028372123af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4225185-498b-459b-8925-b028372123af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4225185-498b-459b-8925-b028372123af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-f4225185-498b-459b-8925-b028372123af.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f4225185-498b-459b-8925-b028372123af .shogun-image-content {
  
    align-items: center;
  
}

.s-f4225185-498b-459b-8925-b028372123af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4225185-498b-459b-8925-b028372123af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4225185-498b-459b-8925-b028372123af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
      position: relative;
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4225185-498b-459b-8925-b028372123af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-f4225185-498b-459b-8925-b028372123af {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f4225185-498b-459b-8925-b028372123af {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4225185-498b-459b-8925-b028372123af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4225185-498b-459b-8925-b028372123af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4225185-498b-459b-8925-b028372123af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4225185-498b-459b-8925-b028372123af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-f4225185-498b-459b-8925-b028372123af.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f4225185-498b-459b-8925-b028372123af .shogun-image-content {
  
    align-items: center;
  
}

.s-f4225185-498b-459b-8925-b028372123af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4225185-498b-459b-8925-b028372123af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4225185-498b-459b-8925-b028372123af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
      position: relative;
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4225185-498b-459b-8925-b028372123af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-f4225185-498b-459b-8925-b028372123af {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f4225185-498b-459b-8925-b028372123af {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4225185-498b-459b-8925-b028372123af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4225185-498b-459b-8925-b028372123af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4225185-498b-459b-8925-b028372123af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4225185-498b-459b-8925-b028372123af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-f4225185-498b-459b-8925-b028372123af.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f4225185-498b-459b-8925-b028372123af .shogun-image-content {
  
    align-items: center;
  
}

.s-f4225185-498b-459b-8925-b028372123af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4225185-498b-459b-8925-b028372123af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4225185-498b-459b-8925-b028372123af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
      position: relative;
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4225185-498b-459b-8925-b028372123af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-f4225185-498b-459b-8925-b028372123af {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f4225185-498b-459b-8925-b028372123af {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4225185-498b-459b-8925-b028372123af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4225185-498b-459b-8925-b028372123af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4225185-498b-459b-8925-b028372123af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4225185-498b-459b-8925-b028372123af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-f4225185-498b-459b-8925-b028372123af.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f4225185-498b-459b-8925-b028372123af .shogun-image-content {
  
    align-items: center;
  
}

.s-f4225185-498b-459b-8925-b028372123af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4225185-498b-459b-8925-b028372123af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4225185-498b-459b-8925-b028372123af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container {
      position: relative;
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4225185-498b-459b-8925-b028372123af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4225185-498b-459b-8925-b028372123af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-28a3a435-d437-497d-a904-44f9f6dc8112 {
  margin-left: auto;
margin-right: auto;
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;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-28a3a435-d437-497d-a904-44f9f6dc8112 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-28a3a435-d437-497d-a904-44f9f6dc8112 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28a3a435-d437-497d-a904-44f9f6dc8112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-28a3a435-d437-497d-a904-44f9f6dc8112 .shogun-image-content {
  
    align-items: center;
  
}

.s-28a3a435-d437-497d-a904-44f9f6dc8112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28a3a435-d437-497d-a904-44f9f6dc8112 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
      position: relative;
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-28a3a435-d437-497d-a904-44f9f6dc8112 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-28a3a435-d437-497d-a904-44f9f6dc8112 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28a3a435-d437-497d-a904-44f9f6dc8112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-28a3a435-d437-497d-a904-44f9f6dc8112 .shogun-image-content {
  
    align-items: center;
  
}

.s-28a3a435-d437-497d-a904-44f9f6dc8112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28a3a435-d437-497d-a904-44f9f6dc8112 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
      position: relative;
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-28a3a435-d437-497d-a904-44f9f6dc8112 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-28a3a435-d437-497d-a904-44f9f6dc8112 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28a3a435-d437-497d-a904-44f9f6dc8112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-28a3a435-d437-497d-a904-44f9f6dc8112 .shogun-image-content {
  
    align-items: center;
  
}

.s-28a3a435-d437-497d-a904-44f9f6dc8112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28a3a435-d437-497d-a904-44f9f6dc8112 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
      position: relative;
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-28a3a435-d437-497d-a904-44f9f6dc8112 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-28a3a435-d437-497d-a904-44f9f6dc8112 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28a3a435-d437-497d-a904-44f9f6dc8112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-28a3a435-d437-497d-a904-44f9f6dc8112 .shogun-image-content {
  
    align-items: center;
  
}

.s-28a3a435-d437-497d-a904-44f9f6dc8112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28a3a435-d437-497d-a904-44f9f6dc8112 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
      position: relative;
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-28a3a435-d437-497d-a904-44f9f6dc8112 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-28a3a435-d437-497d-a904-44f9f6dc8112 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28a3a435-d437-497d-a904-44f9f6dc8112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28a3a435-d437-497d-a904-44f9f6dc8112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-28a3a435-d437-497d-a904-44f9f6dc8112 .shogun-image-content {
  
    align-items: center;
  
}

.s-28a3a435-d437-497d-a904-44f9f6dc8112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28a3a435-d437-497d-a904-44f9f6dc8112 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container {
      position: relative;
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28a3a435-d437-497d-a904-44f9f6dc8112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
  margin-left: auto;
margin-right: auto;
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;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
  margin-top: 10px;
}
}


.shg-image-margin-container-s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
      position: relative;
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
      position: relative;
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
      position: relative;
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
      position: relative;
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
  
  
  margin-top: 10px;
  
  /* Add padding handling */
  
  
  
  
}

#s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container {
      position: relative;
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75b9b5b9-6c20-45c6-b5e5-779e4b695a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
  margin-left: auto;
margin-right: auto;
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;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
  margin-top: 10px;
}
}


.shg-image-margin-container-s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
      position: relative;
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
      position: relative;
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
      position: relative;
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
      position: relative;
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
  
  
  margin-top: 10px;
  
  /* Add padding handling */
  
  
  
  
}

#s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bcbc319-cc7d-48cd-a10e-bb7359600229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1bcbc319-cc7d-48cd-a10e-bb7359600229 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container {
      position: relative;
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bcbc319-cc7d-48cd-a10e-bb7359600229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-2e590bf9-23d4-42eb-84db-0633448799a7 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e590bf9-23d4-42eb-84db-0633448799a7 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-2e590bf9-23d4-42eb-84db-0633448799a7 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-2e590bf9-23d4-42eb-84db-0633448799a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e590bf9-23d4-42eb-84db-0633448799a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7db352a2-969e-4265-86c5-028db774705c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7db352a2-969e-4265-86c5-028db774705c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7db352a2-969e-4265-86c5-028db774705c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7db352a2-969e-4265-86c5-028db774705c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7db352a2-969e-4265-86c5-028db774705c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7db352a2-969e-4265-86c5-028db774705c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7db352a2-969e-4265-86c5-028db774705c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7db352a2-969e-4265-86c5-028db774705c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-9b10aae8-7352-47e3-a895-915ad5a4d263 {
  margin-left: auto;
margin-right: auto;
}

#s-9b10aae8-7352-47e3-a895-915ad5a4d263 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 5px;
}

#s-9b10aae8-7352-47e3-a895-915ad5a4d263 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9b10aae8-7352-47e3-a895-915ad5a4d263 td.shogun-table-column {
  background-color: rgba(227, 227, 227, 1);
  padding: 10px;
  text-align: inherit;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-9b10aae8-7352-47e3-a895-915ad5a4d263 td.shogun-table-row {
  background-color: rgba(242, 242, 242, 1);
  padding: 10px;
}

#s-9b10aae8-7352-47e3-a895-915ad5a4d263 td.shogun-table-column, #s-9b10aae8-7352-47e3-a895-915ad5a4d263 td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-619e90c2-b492-49e7-8388-b1cbd443293d {
  margin-left: auto;
margin-right: auto;
}

#s-91f32fa4-b775-4d45-b916-2f0819b6e34d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-91f32fa4-b775-4d45-b916-2f0819b6e34d {
  margin-top: 10px;
}
}
#s-91f32fa4-b775-4d45-b916-2f0819b6e34d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 5px;
}

#s-91f32fa4-b775-4d45-b916-2f0819b6e34d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-91f32fa4-b775-4d45-b916-2f0819b6e34d td.shogun-table-column {
  background-color: rgba(40, 40, 40, 1);
  padding: 10px;
  text-align: inherit;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-91f32fa4-b775-4d45-b916-2f0819b6e34d td.shogun-table-row {
  background-color: rgba(242, 242, 242, 1);
  padding: 10px;
}

#s-91f32fa4-b775-4d45-b916-2f0819b6e34d td.shogun-table-column, #s-91f32fa4-b775-4d45-b916-2f0819b6e34d td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-6a069de9-ef0a-4288-8893-0798ec9bdbdb {
  margin-left: auto;
margin-right: auto;
}

#s-8026a61f-7940-473f-853c-4fd4b91c8977 {
  margin-left: 10%;
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: 768px) and (max-width: 991px){#s-8026a61f-7940-473f-853c-4fd4b91c8977 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-8026a61f-7940-473f-853c-4fd4b91c8977 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
}
}







#s-8026a61f-7940-473f-853c-4fd4b91c8977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8026a61f-7940-473f-853c-4fd4b91c8977.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6724f36c-455d-421f-a433-5047b77e44a1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6724f36c-455d-421f-a433-5047b77e44a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6724f36c-455d-421f-a433-5047b77e44a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6724f36c-455d-421f-a433-5047b77e44a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6724f36c-455d-421f-a433-5047b77e44a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6724f36c-455d-421f-a433-5047b77e44a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6724f36c-455d-421f-a433-5047b77e44a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6724f36c-455d-421f-a433-5047b77e44a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
  margin-left: auto;
margin-right: auto;
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;
max-width: 1588px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1588px;
  }



  img.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image {
    
    
    
    max-height: 1588px;
  }


.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shogun-image-content {
  
    align-items: center;
  
}

.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
      position: relative;
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1588px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1588px;
  }



  img.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image {
    
    
    
    max-height: 1588px;
  }


.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shogun-image-content {
  
    align-items: center;
  
}

.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
      position: relative;
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1588px;
    }
  }

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

.shg-image-margin-container-s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1588px;
  }



  img.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image {
    
    
    
    max-height: 1588px;
  }


.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shogun-image-content {
  
    align-items: center;
  
}

.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
      position: relative;
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1588px;
    }
  }

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

.shg-image-margin-container-s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1588px;
  }



  img.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image {
    
    
    
    max-height: 1588px;
  }


.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shogun-image-content {
  
    align-items: center;
  
}

.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
      position: relative;
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1588px;
    }
  }

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

.shg-image-margin-container-s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a33738b-3cc2-4fec-8f36-1af4360ae31c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1588px;
  }



  img.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image {
    
    
    
    max-height: 1588px;
  }


.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c .shogun-image-content {
  
    align-items: center;
  
}

.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container {
      position: relative;
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a33738b-3cc2-4fec-8f36-1af4360ae31c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1588px;
    }
  }

}
#s-6171b5c7-e37f-496b-b93b-470b41e5d6b9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6171b5c7-e37f-496b-b93b-470b41e5d6b9 {
  margin-top: 20px;
}
}







#s-6171b5c7-e37f-496b-b93b-470b41e5d6b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6171b5c7-e37f-496b-b93b-470b41e5d6b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7db23f48-0f1f-4ddd-92f5-7c964518f9d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7db23f48-0f1f-4ddd-92f5-7c964518f9d5 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7db23f48-0f1f-4ddd-92f5-7c964518f9d5 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-7db23f48-0f1f-4ddd-92f5-7c964518f9d5 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-29c6d2a0-7c73-476e-93fb-8658844f2292 {
  margin-left: auto;
margin-right: auto;
}

#s-330154c3-39cf-456c-b396-ed2bab432fe6 {
  margin-top: 20px;
margin-left: 10%;
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: 768px) and (max-width: 991px){#s-330154c3-39cf-456c-b396-ed2bab432fe6 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-330154c3-39cf-456c-b396-ed2bab432fe6 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-330154c3-39cf-456c-b396-ed2bab432fe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-330154c3-39cf-456c-b396-ed2bab432fe6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-734127fb-ce76-44ca-bd2d-cc4ca9e86c55 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-734127fb-ce76-44ca-bd2d-cc4ca9e86c55 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-734127fb-ce76-44ca-bd2d-cc4ca9e86c55 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-734127fb-ce76-44ca-bd2d-cc4ca9e86c55 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-3c7aae77-e776-4fee-b251-1cb6e900d700 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3c7aae77-e776-4fee-b251-1cb6e900d700"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c7aae77-e776-4fee-b251-1cb6e900d700"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3c7aae77-e776-4fee-b251-1cb6e900d700"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c7aae77-e776-4fee-b251-1cb6e900d700"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9a0650d8-21a7-4066-a2ae-f517172bcb77 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
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-9a0650d8-21a7-4066-a2ae-f517172bcb77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a0650d8-21a7-4066-a2ae-f517172bcb77.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
  margin-left: auto;
margin-right: auto;
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;
max-width: 300px;
aspect-ratio: 900/425;
text-align: left;
}



.shg-image-margin-container-s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
      position: relative;
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
      position: relative;
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
      position: relative;
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
      position: relative;
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11591c9e-bd35-4af1-b804-a696ac7ca6bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container {
      position: relative;
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11591c9e-bd35-4af1-b804-a696ac7ca6bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-7604ec2f-d36c-4917-bf80-495dc67febd0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7604ec2f-d36c-4917-bf80-495dc67febd0 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d304af31-5208-457f-aad2-5242b9d3a098 {
  margin-left: auto;
margin-right: auto;
}

#s-72b090ed-51dc-44ea-9bda-a5f341d8c400 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
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-72b090ed-51dc-44ea-9bda-a5f341d8c400 {
  margin-top: 10px;
padding-top: 25px;
padding-bottom: 25px;
}
}







#s-72b090ed-51dc-44ea-9bda-a5f341d8c400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72b090ed-51dc-44ea-9bda-a5f341d8c400.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
  margin-left: auto;
margin-right: auto;
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;
max-width: 150px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shogun-image-content {
  
    align-items: center;
  
}

.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
      position: relative;
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shogun-image-content {
  
    align-items: center;
  
}

.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
      position: relative;
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shogun-image-content {
  
    align-items: center;
  
}

.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
      position: relative;
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shogun-image-content {
  
    align-items: center;
  
}

.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
      position: relative;
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

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

.shg-image-margin-container-s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa .shogun-image-content {
  
    align-items: center;
  
}

.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container {
      position: relative;
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ced066b-5e4e-4ab2-8d5d-f71bd8b275fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-2cf1d894-303f-4ea7-8ef9-c6c20f765021 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2cf1d894-303f-4ea7-8ef9-c6c20f765021 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-652d9626-f4a3-4905-9b08-a6deb58bf998 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-652d9626-f4a3-4905-9b08-a6deb58bf998 {
  margin-bottom: 10px;
}
}
#s-37b7a894-2e60-4069-bdd7-d53785383a88 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
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: 768px) and (max-width: 991px){#s-37b7a894-2e60-4069-bdd7-d53785383a88 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-37b7a894-2e60-4069-bdd7-d53785383a88 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-37b7a894-2e60-4069-bdd7-d53785383a88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37b7a894-2e60-4069-bdd7-d53785383a88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e533c2a-c9f0-4105-ba09-b0cd08d15c5e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e533c2a-c9f0-4105-ba09-b0cd08d15c5e .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6e533c2a-c9f0-4105-ba09-b0cd08d15c5e .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-6e533c2a-c9f0-4105-ba09-b0cd08d15c5e .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-cba522c0-69dd-41f9-b57a-8ae3facf02a1 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 25px;
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: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cba522c0-69dd-41f9-b57a-8ae3facf02a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cba522c0-69dd-41f9-b57a-8ae3facf02a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-842428e0-67cd-4f46-afa5-6e5e4812f169 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-842428e0-67cd-4f46-afa5-6e5e4812f169 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-94ba3c2b-d6c6-41ca-ac4c-2186ca0b57cc {
  margin-left: auto;
margin-right: auto;
}

#s-20256a3b-0918-4bcf-874c-c00d8a23df9f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-29c88940-52ad-4d32-9c99-ee943b9f2120 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-29c88940-52ad-4d32-9c99-ee943b9f2120"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-29c88940-52ad-4d32-9c99-ee943b9f2120"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-29c88940-52ad-4d32-9c99-ee943b9f2120"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-29c88940-52ad-4d32-9c99-ee943b9f2120"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
  margin-left: auto;
margin-right: auto;
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;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
      position: relative;
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
      position: relative;
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

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

.shg-image-margin-container-s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
      position: relative;
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

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

.shg-image-margin-container-s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
      position: relative;
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

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

.shg-image-margin-container-s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4f07352-41df-40e1-a49f-e696ff4c9e5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container {
      position: relative;
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4f07352-41df-40e1-a49f-e696ff4c9e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
  margin-left: auto;
margin-right: auto;
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;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-343c0788-6fce-45bc-a5d1-2302bcb78505 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shogun-image-content {
  
    align-items: center;
  
}

.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
      position: relative;
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-343c0788-6fce-45bc-a5d1-2302bcb78505 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shogun-image-content {
  
    align-items: center;
  
}

.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
      position: relative;
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

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

.shg-image-margin-container-s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-343c0788-6fce-45bc-a5d1-2302bcb78505 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shogun-image-content {
  
    align-items: center;
  
}

.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
      position: relative;
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

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

.shg-image-margin-container-s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-343c0788-6fce-45bc-a5d1-2302bcb78505 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shogun-image-content {
  
    align-items: center;
  
}

.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
      position: relative;
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

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

.shg-image-margin-container-s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-343c0788-6fce-45bc-a5d1-2302bcb78505 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-343c0788-6fce-45bc-a5d1-2302bcb78505 .shogun-image-content {
  
    align-items: center;
  
}

.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-343c0788-6fce-45bc-a5d1-2302bcb78505 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container {
      position: relative;
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-343c0788-6fce-45bc-a5d1-2302bcb78505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-7502e419-bff8-45b9-95a7-f026eff133a8 {
  margin-left: auto;
margin-right: auto;
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;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-7502e419-bff8-45b9-95a7-f026eff133a8 {
  margin-top: 10px;
}
}


.shg-image-margin-container-s-7502e419-bff8-45b9-95a7-f026eff133a8 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7502e419-bff8-45b9-95a7-f026eff133a8 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7502e419-bff8-45b9-95a7-f026eff133a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7502e419-bff8-45b9-95a7-f026eff133a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7502e419-bff8-45b9-95a7-f026eff133a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7502e419-bff8-45b9-95a7-f026eff133a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
      position: relative;
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7502e419-bff8-45b9-95a7-f026eff133a8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7502e419-bff8-45b9-95a7-f026eff133a8 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7502e419-bff8-45b9-95a7-f026eff133a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7502e419-bff8-45b9-95a7-f026eff133a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7502e419-bff8-45b9-95a7-f026eff133a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7502e419-bff8-45b9-95a7-f026eff133a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
      position: relative;
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-7502e419-bff8-45b9-95a7-f026eff133a8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7502e419-bff8-45b9-95a7-f026eff133a8 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7502e419-bff8-45b9-95a7-f026eff133a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7502e419-bff8-45b9-95a7-f026eff133a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7502e419-bff8-45b9-95a7-f026eff133a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7502e419-bff8-45b9-95a7-f026eff133a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
      position: relative;
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-7502e419-bff8-45b9-95a7-f026eff133a8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7502e419-bff8-45b9-95a7-f026eff133a8 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7502e419-bff8-45b9-95a7-f026eff133a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7502e419-bff8-45b9-95a7-f026eff133a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7502e419-bff8-45b9-95a7-f026eff133a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7502e419-bff8-45b9-95a7-f026eff133a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
      position: relative;
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-7502e419-bff8-45b9-95a7-f026eff133a8 {
  
  
  margin-top: 10px;
  
  /* Add padding handling */
  
  
  
  
}

#s-7502e419-bff8-45b9-95a7-f026eff133a8 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7502e419-bff8-45b9-95a7-f026eff133a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7502e419-bff8-45b9-95a7-f026eff133a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7502e419-bff8-45b9-95a7-f026eff133a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7502e419-bff8-45b9-95a7-f026eff133a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7502e419-bff8-45b9-95a7-f026eff133a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container {
      position: relative;
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7502e419-bff8-45b9-95a7-f026eff133a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
  margin-left: auto;
margin-right: auto;
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;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
  margin-top: 10px;
}
}


.shg-image-margin-container-s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9755f53-8c7e-4ddd-abd6-01332563d070 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
      position: relative;
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9755f53-8c7e-4ddd-abd6-01332563d070 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
      position: relative;
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

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

.shg-image-margin-container-s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9755f53-8c7e-4ddd-abd6-01332563d070 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
      position: relative;
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

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

.shg-image-margin-container-s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9755f53-8c7e-4ddd-abd6-01332563d070 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
      position: relative;
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

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

.shg-image-margin-container-s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
  
  
  margin-top: 10px;
  
  /* Add padding handling */
  
  
  
  
}

#s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
  margin: 0 !important;
}

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9755f53-8c7e-4ddd-abd6-01332563d070 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-a9755f53-8c7e-4ddd-abd6-01332563d070 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9755f53-8c7e-4ddd-abd6-01332563d070 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container {
      position: relative;
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9755f53-8c7e-4ddd-abd6-01332563d070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-5870b06b-1a43-4e75-b970-e6f6ce7d1f0b {
  margin-left: auto;
margin-right: auto;
}

.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-9510b614-a20a-4220-a79a-5b7162a82828 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
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;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9510b614-a20a-4220-a79a-5b7162a82828:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9510b614-a20a-4220-a79a-5b7162a82828:active {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9510b614-a20a-4220-a79a-5b7162a82828-atc-btn-wrapper {
    text-align: center;
  }


#s-9510b614-a20a-4220-a79a-5b7162a82828 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

@media (min-width: 1200px){
  #s-9510b614-a20a-4220-a79a-5b7162a82828-atc-btn-wrapper {
    text-align: center;
  }


#s-9510b614-a20a-4220-a79a-5b7162a82828 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-9510b614-a20a-4220-a79a-5b7162a82828-atc-btn-wrapper {
    text-align: center;
  }


#s-9510b614-a20a-4220-a79a-5b7162a82828 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-9510b614-a20a-4220-a79a-5b7162a82828-atc-btn-wrapper {
    text-align: center;
  }


#s-9510b614-a20a-4220-a79a-5b7162a82828 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-9510b614-a20a-4220-a79a-5b7162a82828-atc-btn-wrapper {
    text-align: center;
  }


#s-9510b614-a20a-4220-a79a-5b7162a82828 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9510b614-a20a-4220-a79a-5b7162a82828.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}
#s-086786e3-33c6-4252-956b-dabb5e5f9827 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
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);
}
@media (min-width: 768px) and (max-width: 991px){#s-086786e3-33c6-4252-956b-dabb5e5f9827 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-086786e3-33c6-4252-956b-dabb5e5f9827 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 4%;
padding-right: 4%;
}
}







#s-086786e3-33c6-4252-956b-dabb5e5f9827 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-086786e3-33c6-4252-956b-dabb5e5f9827.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68c79e8f-522b-4a2a-b35a-8a4847e1f5a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68c79e8f-522b-4a2a-b35a-8a4847e1f5a0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-68c79e8f-522b-4a2a-b35a-8a4847e1f5a0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-68c79e8f-522b-4a2a-b35a-8a4847e1f5a0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
.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-a67d54c6-1956-4840-bcde-32e1c8e87de0 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
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;
}

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