.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-3a5e4010-3b72-4a96-8f88-0a133e0e4fda {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-3a5e4010-3b72-4a96-8f88-0a133e0e4fda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a5e4010-3b72-4a96-8f88-0a133e0e4fda.shg-box.shg-c {
  justify-content: center;
}

.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: rgba(0, 0, 0, 1);
  font-family: "gin";
  font-weight: 400;
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "canada-type-gibson";
}

.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: rgba(0, 0, 0, 1);
  font-family: "gin";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "canada-type-gibson";
  font-weight: 400;
}

#s-b2b9a7e7-acf5-4a76-bc7e-9bbbe16e4dd0 {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-right: 2em;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-c3fb96c4-8158-4de5-8bfc-57fb132f4453 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 1em;
}

#s-c3fb96c4-8158-4de5-8bfc-57fb132f4453 .shogun-countdown span, #s-c3fb96c4-8158-4de5-8bfc-57fb132f4453 .shogun-countdown label {
  color: rgba(215, 41, 37, 1);
}
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
background-position: center center;
}

#s-9a0dc561-4326-4c5c-82f1-cdf77416b503 {
  background-image: url(https://i.shgcdn.com/5547e75d-af4a-4fb2-9088-4f0d5b304177/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503 {
  background-image: url(https://i.shgcdn.com/5547e75d-af4a-4fb2-9088-4f0d5b304177/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503 {
  background-image: url(https://i.shgcdn.com/5547e75d-af4a-4fb2-9088-4f0d5b304177/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503 {
  background-image: url(https://i.shgcdn.com/5547e75d-af4a-4fb2-9088-4f0d5b304177/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503 {
  background-image: url(https://i.shgcdn.com/5547e75d-af4a-4fb2-9088-4f0d5b304177/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503 {
  background-image: url(https://i.shgcdn.com/5547e75d-af4a-4fb2-9088-4f0d5b304177/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503 {
  background-image: url(https://i.shgcdn.com/5547e75d-af4a-4fb2-9088-4f0d5b304177/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503 {
  background-image: url(https://i.shgcdn.com/5547e75d-af4a-4fb2-9088-4f0d5b304177/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503 {
  background-image: url(https://i.shgcdn.com/5547e75d-af4a-4fb2-9088-4f0d5b304177/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-9a0dc561-4326-4c5c-82f1-cdf77416b503.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-9a0dc561-4326-4c5c-82f1-cdf77416b503 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a0dc561-4326-4c5c-82f1-cdf77416b503.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
max-width: 300px;
aspect-ratio: 1278/813;
text-align: center;
}



.shg-image-margin-container-s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shg-image-content-wrapper {
      aspect-ratio: 1278/813;
      width: 100%;
      height: 100%;
    }

    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shogun-image-link {
      aspect-ratio: 1278/813;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image {
    
    
  }


.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shogun-image-content {
  
    align-items: center;
  
}

.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
      --shg-aspect-ratio: calc(1278/813); 
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
      position: relative;
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
  
  
  
  
}

#s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shg-image-content-wrapper {
      aspect-ratio: 1278/813;
      width: 100%;
      height: 100%;
    }

    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shogun-image-link {
      aspect-ratio: 1278/813;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image {
    
    
  }


.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shogun-image-content {
  
    align-items: center;
  
}

.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
      --shg-aspect-ratio: calc(1278/813); 
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
      position: relative;
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
  
  
  
  
}

#s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shg-image-content-wrapper {
      aspect-ratio: 1278/813;
      width: 100%;
      height: 100%;
    }

    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shogun-image-link {
      aspect-ratio: 1278/813;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image {
    
    
  }


.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shogun-image-content {
  
    align-items: center;
  
}

.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
      --shg-aspect-ratio: calc(1278/813); 
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
      position: relative;
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
  
  
  
  
}

#s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shg-image-content-wrapper {
      aspect-ratio: 1278/813;
      width: 100%;
      height: 100%;
    }

    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shogun-image-link {
      aspect-ratio: 1278/813;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image {
    
    
  }


.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shogun-image-content {
  
    align-items: center;
  
}

.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
      --shg-aspect-ratio: calc(1278/813); 
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
      position: relative;
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
  
  
  
  
}

#s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shg-image-content-wrapper {
      aspect-ratio: 1278/813;
      width: 100%;
      height: 100%;
    }

    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shogun-image-link {
      aspect-ratio: 1278/813;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11a202eb-8af6-4bb2-bd29-51a5dc02aead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image {
    
    
  }


.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead .shogun-image-content {
  
    align-items: center;
  
}

.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead {
      --shg-aspect-ratio: calc(1278/813); 
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container {
      position: relative;
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11a202eb-8af6-4bb2-bd29-51a5dc02aead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-c5a10469-0140-4a38-ba8f-65189f3d98e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 29, 29, 1);
border-style: none;
background-color: rgba(0, 0, 0, 0.62);
}

@media (min-width: 0px) {
[id="s-c5a10469-0140-4a38-ba8f-65189f3d98e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5a10469-0140-4a38-ba8f-65189f3d98e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c5a10469-0140-4a38-ba8f-65189f3d98e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5a10469-0140-4a38-ba8f-65189f3d98e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0f1da706-cc5e-47b1-a561-ecda9c3ee8c5 {
  margin-left: auto;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
}

#s-e17f3ee5-ef94-4278-a94d-0e1b54691c9c {
  margin-left: auto;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
}

#s-2f9e9355-dd52-4fcf-96cc-07e0f701c706 {
  margin-left: auto;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
}

#s-770ab294-5b18-496e-8008-7d9e69d0aa2d {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-770ab294-5b18-496e-8008-7d9e69d0aa2d {
  display: none;
}
#s-770ab294-5b18-496e-8008-7d9e69d0aa2d, #wrap-s-770ab294-5b18-496e-8008-7d9e69d0aa2d { display: none !important; }}







#s-770ab294-5b18-496e-8008-7d9e69d0aa2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-770ab294-5b18-496e-8008-7d9e69d0aa2d.shg-box.shg-c {
  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: rgba(0, 0, 0, 1);
  font-family: "gin";
  text-transform: none;
  font-weight: 400;
  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-bc712de2-0d06-4fac-89fd-de645f769e01 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc712de2-0d06-4fac-89fd-de645f769e01 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}



.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 0 var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-f0580289-c762-49c8-9819-238b59a5bd39 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-f0580289-c762-49c8-9819-238b59a5bd39 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-f0580289-c762-49c8-9819-238b59a5bd39 > .swiper-button-prev,
#slider-v3-s-f0580289-c762-49c8-9819-238b59a5bd39 > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-f0580289-c762-49c8-9819-238b59a5bd39 > .swiper-button-next svg,
#slider-v3-s-f0580289-c762-49c8-9819-238b59a5bd39 > .swiper-button-prev svg {
  fill: rgba(0, 0, 0, 1) !important;
}

#s-3387db54-7094-4743-8c4d-53155ac68656 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3387db54-7094-4743-8c4d-53155ac68656"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3387db54-7094-4743-8c4d-53155ac68656"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-3387db54-7094-4743-8c4d-53155ac68656"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-3387db54-7094-4743-8c4d-53155ac68656"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image {
    
    
  }


.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shogun-image-content {
  
    align-items: center;
  
}

.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
      position: relative;
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
  
  
  
  
}

#s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image {
    
    
  }


.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shogun-image-content {
  
    align-items: center;
  
}

.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
      position: relative;
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
  
  
  
  
}

#s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image {
    
    
  }


.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shogun-image-content {
  
    align-items: center;
  
}

.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
      position: relative;
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
  
  
  
  
}

#s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image {
    
    
  }


.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shogun-image-content {
  
    align-items: center;
  
}

.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
      position: relative;
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
  
  
  
  
}

#s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image {
    
    
  }


.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 .shogun-image-content {
  
    align-items: center;
  
}

.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container {
      position: relative;
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d022f047-c8d2-4dbf-9e39-d5d63ef71485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c48bcc81-cde2-459a-954f-f6e6c10e5b2a {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image {
    
    
  }


.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
      position: relative;
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
  
  
  
  
}

#s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image {
    
    
  }


.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
      position: relative;
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
  
  
  
  
}

#s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image {
    
    
  }


.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
      position: relative;
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
  
  
  
  
}

#s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image {
    
    
  }


.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
      position: relative;
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
  
  
  
  
}

#s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image {
    
    
  }


.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d .shogun-image-content {
  
    align-items: center;
  
}

.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container {
      position: relative;
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f28bf32-f80a-404d-ab4f-b47ac84ce45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8e721c31-d3a9-4b3c-a7c3-00b9bf2adbd8 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image {
    
    
  }


.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
      position: relative;
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
  
  
  
  
}

#s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image {
    
    
  }


.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
      position: relative;
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
  
  
  
  
}

#s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image {
    
    
  }


.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
      position: relative;
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
  
  
  
  
}

#s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image {
    
    
  }


.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
      position: relative;
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
  
  
  
  
}

#s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image {
    
    
  }


.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container {
      position: relative;
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f1ac630-a6c6-4ddb-8acb-0cd6c456a453 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-eddfafb1-207e-4145-80c1-cdfcdf8ab4d4 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-896241eb-cfea-4229-bebe-b6927ccfb7fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image {
    
    
  }


.s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shogun-image-content {
  
    align-items: center;
  
}

.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
      position: relative;
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
  
  
  
  
}

#s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-896241eb-cfea-4229-bebe-b6927ccfb7fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image {
    
    
  }


.s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shogun-image-content {
  
    align-items: center;
  
}

.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
      position: relative;
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
  
  
  
  
}

#s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-896241eb-cfea-4229-bebe-b6927ccfb7fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image {
    
    
  }


.s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shogun-image-content {
  
    align-items: center;
  
}

.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
      position: relative;
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
  
  
  
  
}

#s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-896241eb-cfea-4229-bebe-b6927ccfb7fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image {
    
    
  }


.s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shogun-image-content {
  
    align-items: center;
  
}

.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
      position: relative;
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
  
  
  
  
}

#s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-896241eb-cfea-4229-bebe-b6927ccfb7fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image {
    
    
  }


.s-896241eb-cfea-4229-bebe-b6927ccfb7fe .shogun-image-content {
  
    align-items: center;
  
}

.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container {
      position: relative;
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-896241eb-cfea-4229-bebe-b6927ccfb7fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b80f1991-dc99-4792-99a1-ba93f984d5c7 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image {
    
    
  }


.s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
      position: relative;
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
  
  
  
  
}

#s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image {
    
    
  }


.s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
      position: relative;
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
  
  
  
  
}

#s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image {
    
    
  }


.s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
      position: relative;
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
  
  
  
  
}

#s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image {
    
    
  }


.s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
      position: relative;
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
  
  
  
  
}

#s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a397a82-9e34-4431-8fdd-7f4e78807b02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image {
    
    
  }


.s-9a397a82-9e34-4431-8fdd-7f4e78807b02 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container {
      position: relative;
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a397a82-9e34-4431-8fdd-7f4e78807b02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0fc969ee-bf69-49b1-bdc2-7a4b12fdb1e0 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-125d6e96-f05f-4f43-a8cd-e8936245ff03 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-125d6e96-f05f-4f43-a8cd-e8936245ff03"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-125d6e96-f05f-4f43-a8cd-e8936245ff03"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-125d6e96-f05f-4f43-a8cd-e8936245ff03"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-125d6e96-f05f-4f43-a8cd-e8936245ff03"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image {
    
    
  }


.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
      position: relative;
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
  
  
  
  
}

#s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image {
    
    
  }


.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
      position: relative;
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
  
  
  
  
}

#s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image {
    
    
  }


.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
      position: relative;
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
  
  
  
  
}

#s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image {
    
    
  }


.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
      position: relative;
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
  
  
  
  
}

#s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image {
    
    
  }


.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container {
      position: relative;
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16f770f-a1ee-4719-93b1-7587dbb2fc13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e33fb47b-7c60-4630-aaa0-7843c57e3e0b {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-b12856e1-439f-449b-b367-fcb513d23650 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b12856e1-439f-449b-b367-fcb513d23650 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b12856e1-439f-449b-b367-fcb513d23650 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b12856e1-439f-449b-b367-fcb513d23650 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b12856e1-439f-449b-b367-fcb513d23650 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b12856e1-439f-449b-b367-fcb513d23650 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b12856e1-439f-449b-b367-fcb513d23650 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image {
    
    
  }


.s-b12856e1-439f-449b-b367-fcb513d23650 .shogun-image-content {
  
    align-items: center;
  
}

.s-b12856e1-439f-449b-b367-fcb513d23650.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b12856e1-439f-449b-b367-fcb513d23650 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
      position: relative;
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b12856e1-439f-449b-b367-fcb513d23650 {
  
  
  
  
}

#s-b12856e1-439f-449b-b367-fcb513d23650 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b12856e1-439f-449b-b367-fcb513d23650 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b12856e1-439f-449b-b367-fcb513d23650 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b12856e1-439f-449b-b367-fcb513d23650 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b12856e1-439f-449b-b367-fcb513d23650 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image {
    
    
  }


.s-b12856e1-439f-449b-b367-fcb513d23650 .shogun-image-content {
  
    align-items: center;
  
}

.s-b12856e1-439f-449b-b367-fcb513d23650.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b12856e1-439f-449b-b367-fcb513d23650 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
      position: relative;
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b12856e1-439f-449b-b367-fcb513d23650 {
  
  
  
  
}

#s-b12856e1-439f-449b-b367-fcb513d23650 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b12856e1-439f-449b-b367-fcb513d23650 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b12856e1-439f-449b-b367-fcb513d23650 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b12856e1-439f-449b-b367-fcb513d23650 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b12856e1-439f-449b-b367-fcb513d23650 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image {
    
    
  }


.s-b12856e1-439f-449b-b367-fcb513d23650 .shogun-image-content {
  
    align-items: center;
  
}

.s-b12856e1-439f-449b-b367-fcb513d23650.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b12856e1-439f-449b-b367-fcb513d23650 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
      position: relative;
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b12856e1-439f-449b-b367-fcb513d23650 {
  
  
  
  
}

#s-b12856e1-439f-449b-b367-fcb513d23650 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b12856e1-439f-449b-b367-fcb513d23650 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b12856e1-439f-449b-b367-fcb513d23650 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b12856e1-439f-449b-b367-fcb513d23650 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b12856e1-439f-449b-b367-fcb513d23650 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image {
    
    
  }


.s-b12856e1-439f-449b-b367-fcb513d23650 .shogun-image-content {
  
    align-items: center;
  
}

.s-b12856e1-439f-449b-b367-fcb513d23650.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b12856e1-439f-449b-b367-fcb513d23650 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
      position: relative;
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b12856e1-439f-449b-b367-fcb513d23650 {
  
  
  
  
}

#s-b12856e1-439f-449b-b367-fcb513d23650 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b12856e1-439f-449b-b367-fcb513d23650 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b12856e1-439f-449b-b367-fcb513d23650 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b12856e1-439f-449b-b367-fcb513d23650 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b12856e1-439f-449b-b367-fcb513d23650 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image {
    
    
  }


.s-b12856e1-439f-449b-b367-fcb513d23650 .shogun-image-content {
  
    align-items: center;
  
}

.s-b12856e1-439f-449b-b367-fcb513d23650.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b12856e1-439f-449b-b367-fcb513d23650 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container {
      position: relative;
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b12856e1-439f-449b-b367-fcb513d23650 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c6c7ffda-fd27-46c0-9e0d-fc450e9d6a47 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image {
    
    
  }


.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shogun-image-content {
  
    align-items: center;
  
}

.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
      position: relative;
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
  
  
  
  
}

#s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image {
    
    
  }


.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shogun-image-content {
  
    align-items: center;
  
}

.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
      position: relative;
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
  
  
  
  
}

#s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image {
    
    
  }


.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shogun-image-content {
  
    align-items: center;
  
}

.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
      position: relative;
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
  
  
  
  
}

#s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image {
    
    
  }


.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shogun-image-content {
  
    align-items: center;
  
}

.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
      position: relative;
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
  
  
  
  
}

#s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-363ec10c-a8a9-47a8-82d5-fd415c48cbff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image {
    
    
  }


.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff .shogun-image-content {
  
    align-items: center;
  
}

.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container {
      position: relative;
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-363ec10c-a8a9-47a8-82d5-fd415c48cbff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6f888f9a-2529-45bd-ad4a-87725d8f4ca9 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-95767cc0-c539-4579-a811-6b4d80090311 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-95767cc0-c539-4579-a811-6b4d80090311 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-95767cc0-c539-4579-a811-6b4d80090311 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95767cc0-c539-4579-a811-6b4d80090311 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-95767cc0-c539-4579-a811-6b4d80090311 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95767cc0-c539-4579-a811-6b4d80090311 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95767cc0-c539-4579-a811-6b4d80090311 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image {
    
    
  }


.s-95767cc0-c539-4579-a811-6b4d80090311 .shogun-image-content {
  
    align-items: center;
  
}

.s-95767cc0-c539-4579-a811-6b4d80090311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95767cc0-c539-4579-a811-6b4d80090311 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
      position: relative;
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-95767cc0-c539-4579-a811-6b4d80090311 {
  
  
  
  
}

#s-95767cc0-c539-4579-a811-6b4d80090311 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95767cc0-c539-4579-a811-6b4d80090311 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-95767cc0-c539-4579-a811-6b4d80090311 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95767cc0-c539-4579-a811-6b4d80090311 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95767cc0-c539-4579-a811-6b4d80090311 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image {
    
    
  }


.s-95767cc0-c539-4579-a811-6b4d80090311 .shogun-image-content {
  
    align-items: center;
  
}

.s-95767cc0-c539-4579-a811-6b4d80090311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95767cc0-c539-4579-a811-6b4d80090311 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
      position: relative;
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-95767cc0-c539-4579-a811-6b4d80090311 {
  
  
  
  
}

#s-95767cc0-c539-4579-a811-6b4d80090311 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95767cc0-c539-4579-a811-6b4d80090311 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-95767cc0-c539-4579-a811-6b4d80090311 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95767cc0-c539-4579-a811-6b4d80090311 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95767cc0-c539-4579-a811-6b4d80090311 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image {
    
    
  }


.s-95767cc0-c539-4579-a811-6b4d80090311 .shogun-image-content {
  
    align-items: center;
  
}

.s-95767cc0-c539-4579-a811-6b4d80090311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95767cc0-c539-4579-a811-6b4d80090311 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
      position: relative;
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-95767cc0-c539-4579-a811-6b4d80090311 {
  
  
  
  
}

#s-95767cc0-c539-4579-a811-6b4d80090311 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95767cc0-c539-4579-a811-6b4d80090311 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-95767cc0-c539-4579-a811-6b4d80090311 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95767cc0-c539-4579-a811-6b4d80090311 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95767cc0-c539-4579-a811-6b4d80090311 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image {
    
    
  }


.s-95767cc0-c539-4579-a811-6b4d80090311 .shogun-image-content {
  
    align-items: center;
  
}

.s-95767cc0-c539-4579-a811-6b4d80090311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95767cc0-c539-4579-a811-6b4d80090311 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
      position: relative;
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-95767cc0-c539-4579-a811-6b4d80090311 {
  
  
  
  
}

#s-95767cc0-c539-4579-a811-6b4d80090311 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95767cc0-c539-4579-a811-6b4d80090311 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-95767cc0-c539-4579-a811-6b4d80090311 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95767cc0-c539-4579-a811-6b4d80090311 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95767cc0-c539-4579-a811-6b4d80090311 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image {
    
    
  }


.s-95767cc0-c539-4579-a811-6b4d80090311 .shogun-image-content {
  
    align-items: center;
  
}

.s-95767cc0-c539-4579-a811-6b4d80090311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95767cc0-c539-4579-a811-6b4d80090311 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container {
      position: relative;
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95767cc0-c539-4579-a811-6b4d80090311 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7f724156-77e3-4efc-990e-b487af0e16bc {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image {
    
    
  }


.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shogun-image-content {
  
    align-items: center;
  
}

.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
      position: relative;
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
  
  
  
  
}

#s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image {
    
    
  }


.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shogun-image-content {
  
    align-items: center;
  
}

.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
      position: relative;
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
  
  
  
  
}

#s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image {
    
    
  }


.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shogun-image-content {
  
    align-items: center;
  
}

.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
      position: relative;
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
  
  
  
  
}

#s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image {
    
    
  }


.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shogun-image-content {
  
    align-items: center;
  
}

.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
      position: relative;
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
  
  
  
  
}

#s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image {
    
    
  }


.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 .shogun-image-content {
  
    align-items: center;
  
}

.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container {
      position: relative;
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-234c4eb6-2e9b-4cc4-a8e7-b1405896b431 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e4b52d53-0a10-4d20-a458-3a959950dc51 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-4e3b823e-7c35-4e34-a5d2-ccf488a99267 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-4e3b823e-7c35-4e34-a5d2-ccf488a99267 {
  display: none;
}
#s-4e3b823e-7c35-4e34-a5d2-ccf488a99267, #wrap-s-4e3b823e-7c35-4e34-a5d2-ccf488a99267 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e3b823e-7c35-4e34-a5d2-ccf488a99267 {
  display: none;
}
#s-4e3b823e-7c35-4e34-a5d2-ccf488a99267, #wrap-s-4e3b823e-7c35-4e34-a5d2-ccf488a99267 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e3b823e-7c35-4e34-a5d2-ccf488a99267 {
  display: none;
}
#s-4e3b823e-7c35-4e34-a5d2-ccf488a99267, #wrap-s-4e3b823e-7c35-4e34-a5d2-ccf488a99267 { display: none !important; }}







#s-4e3b823e-7c35-4e34-a5d2-ccf488a99267 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e3b823e-7c35-4e34-a5d2-ccf488a99267.shg-box.shg-c {
  justify-content: center;
}

#s-fd06474d-d4b0-4dbb-9c23-8368fcc76903 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd06474d-d4b0-4dbb-9c23-8368fcc76903 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}



#s-67075fd0-4315-49f3-96a9-c4def3c036ad {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-67075fd0-4315-49f3-96a9-c4def3c036ad {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-67075fd0-4315-49f3-96a9-c4def3c036ad > .swiper-button-prev,
#slider-v3-s-67075fd0-4315-49f3-96a9-c4def3c036ad > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-67075fd0-4315-49f3-96a9-c4def3c036ad > .swiper-button-next svg,
#slider-v3-s-67075fd0-4315-49f3-96a9-c4def3c036ad > .swiper-button-prev svg {
  fill: rgba(0, 0, 0, 1) !important;
}

#s-7471f4fa-9993-4f85-9c5b-0ea6a363d280 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7471f4fa-9993-4f85-9c5b-0ea6a363d280"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7471f4fa-9993-4f85-9c5b-0ea6a363d280"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7471f4fa-9993-4f85-9c5b-0ea6a363d280"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7471f4fa-9993-4f85-9c5b-0ea6a363d280"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image {
    
    
  }


.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shogun-image-content {
  
    align-items: center;
  
}

.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
      position: relative;
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
  
  
  
  
}

#s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image {
    
    
  }


.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shogun-image-content {
  
    align-items: center;
  
}

.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
      position: relative;
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
  
  
  
  
}

#s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image {
    
    
  }


.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shogun-image-content {
  
    align-items: center;
  
}

.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
      position: relative;
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
  
  
  
  
}

#s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image {
    
    
  }


.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shogun-image-content {
  
    align-items: center;
  
}

.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
      position: relative;
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
  
  
  
  
}

#s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image {
    
    
  }


.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e .shogun-image-content {
  
    align-items: center;
  
}

.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container {
      position: relative;
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76e2f021-68fd-4b5b-a2e9-1fe08ef1aa6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-adcb857d-2998-4391-bb93-ec985c1ef838 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-265d9f39-7da8-4f1e-9074-9280d1747404 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-265d9f39-7da8-4f1e-9074-9280d1747404 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-265d9f39-7da8-4f1e-9074-9280d1747404 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-265d9f39-7da8-4f1e-9074-9280d1747404 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image {
    
    
  }


.s-265d9f39-7da8-4f1e-9074-9280d1747404 .shogun-image-content {
  
    align-items: center;
  
}

.s-265d9f39-7da8-4f1e-9074-9280d1747404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-265d9f39-7da8-4f1e-9074-9280d1747404 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
      position: relative;
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-265d9f39-7da8-4f1e-9074-9280d1747404 {
  
  
  
  
}

#s-265d9f39-7da8-4f1e-9074-9280d1747404 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-265d9f39-7da8-4f1e-9074-9280d1747404 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image {
    
    
  }


.s-265d9f39-7da8-4f1e-9074-9280d1747404 .shogun-image-content {
  
    align-items: center;
  
}

.s-265d9f39-7da8-4f1e-9074-9280d1747404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-265d9f39-7da8-4f1e-9074-9280d1747404 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
      position: relative;
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-265d9f39-7da8-4f1e-9074-9280d1747404 {
  
  
  
  
}

#s-265d9f39-7da8-4f1e-9074-9280d1747404 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-265d9f39-7da8-4f1e-9074-9280d1747404 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image {
    
    
  }


.s-265d9f39-7da8-4f1e-9074-9280d1747404 .shogun-image-content {
  
    align-items: center;
  
}

.s-265d9f39-7da8-4f1e-9074-9280d1747404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-265d9f39-7da8-4f1e-9074-9280d1747404 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
      position: relative;
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-265d9f39-7da8-4f1e-9074-9280d1747404 {
  
  
  
  
}

#s-265d9f39-7da8-4f1e-9074-9280d1747404 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-265d9f39-7da8-4f1e-9074-9280d1747404 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image {
    
    
  }


.s-265d9f39-7da8-4f1e-9074-9280d1747404 .shogun-image-content {
  
    align-items: center;
  
}

.s-265d9f39-7da8-4f1e-9074-9280d1747404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-265d9f39-7da8-4f1e-9074-9280d1747404 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
      position: relative;
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-265d9f39-7da8-4f1e-9074-9280d1747404 {
  
  
  
  
}

#s-265d9f39-7da8-4f1e-9074-9280d1747404 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-265d9f39-7da8-4f1e-9074-9280d1747404 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-265d9f39-7da8-4f1e-9074-9280d1747404 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image {
    
    
  }


.s-265d9f39-7da8-4f1e-9074-9280d1747404 .shogun-image-content {
  
    align-items: center;
  
}

.s-265d9f39-7da8-4f1e-9074-9280d1747404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-265d9f39-7da8-4f1e-9074-9280d1747404 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container {
      position: relative;
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-265d9f39-7da8-4f1e-9074-9280d1747404 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f56415c6-e223-4230-922e-538c2cfd8c04 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-33d9d43e-719b-48f1-8f44-a575fd530d01 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-33d9d43e-719b-48f1-8f44-a575fd530d01"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-33d9d43e-719b-48f1-8f44-a575fd530d01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33d9d43e-719b-48f1-8f44-a575fd530d01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33d9d43e-719b-48f1-8f44-a575fd530d01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd37332-9260-4a7a-aafc-efe977e6e696 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image {
    
    
  }


.s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
      position: relative;
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
  
  
  
  
}

#s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd37332-9260-4a7a-aafc-efe977e6e696 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image {
    
    
  }


.s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
      position: relative;
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
  
  
  
  
}

#s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd37332-9260-4a7a-aafc-efe977e6e696 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image {
    
    
  }


.s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
      position: relative;
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
  
  
  
  
}

#s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd37332-9260-4a7a-aafc-efe977e6e696 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image {
    
    
  }


.s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
      position: relative;
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
  
  
  
  
}

#s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd37332-9260-4a7a-aafc-efe977e6e696 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image {
    
    
  }


.s-0bd37332-9260-4a7a-aafc-efe977e6e696 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0bd37332-9260-4a7a-aafc-efe977e6e696 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container {
      position: relative;
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd37332-9260-4a7a-aafc-efe977e6e696 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3ddb1896-7b83-475d-bd27-5c1c3868f567 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-b64bc64e-cd87-451d-8812-42be576c39e8 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b64bc64e-cd87-451d-8812-42be576c39e8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b64bc64e-cd87-451d-8812-42be576c39e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b64bc64e-cd87-451d-8812-42be576c39e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image {
    
    
  }


.s-b64bc64e-cd87-451d-8812-42be576c39e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b64bc64e-cd87-451d-8812-42be576c39e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b64bc64e-cd87-451d-8812-42be576c39e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
      position: relative;
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b64bc64e-cd87-451d-8812-42be576c39e8 {
  
  
  
  
}

#s-b64bc64e-cd87-451d-8812-42be576c39e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b64bc64e-cd87-451d-8812-42be576c39e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image {
    
    
  }


.s-b64bc64e-cd87-451d-8812-42be576c39e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b64bc64e-cd87-451d-8812-42be576c39e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b64bc64e-cd87-451d-8812-42be576c39e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
      position: relative;
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b64bc64e-cd87-451d-8812-42be576c39e8 {
  
  
  
  
}

#s-b64bc64e-cd87-451d-8812-42be576c39e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b64bc64e-cd87-451d-8812-42be576c39e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image {
    
    
  }


.s-b64bc64e-cd87-451d-8812-42be576c39e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b64bc64e-cd87-451d-8812-42be576c39e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b64bc64e-cd87-451d-8812-42be576c39e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
      position: relative;
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b64bc64e-cd87-451d-8812-42be576c39e8 {
  
  
  
  
}

#s-b64bc64e-cd87-451d-8812-42be576c39e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b64bc64e-cd87-451d-8812-42be576c39e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image {
    
    
  }


.s-b64bc64e-cd87-451d-8812-42be576c39e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b64bc64e-cd87-451d-8812-42be576c39e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b64bc64e-cd87-451d-8812-42be576c39e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
      position: relative;
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b64bc64e-cd87-451d-8812-42be576c39e8 {
  
  
  
  
}

#s-b64bc64e-cd87-451d-8812-42be576c39e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b64bc64e-cd87-451d-8812-42be576c39e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b64bc64e-cd87-451d-8812-42be576c39e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image {
    
    
  }


.s-b64bc64e-cd87-451d-8812-42be576c39e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b64bc64e-cd87-451d-8812-42be576c39e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b64bc64e-cd87-451d-8812-42be576c39e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container {
      position: relative;
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64bc64e-cd87-451d-8812-42be576c39e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5044b8b0-791b-4ee5-9e49-e8925e345993 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-93b1bdb4-ab40-4b3f-a971-b778f884e70a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-93b1bdb4-ab40-4b3f-a971-b778f884e70a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-93b1bdb4-ab40-4b3f-a971-b778f884e70a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-93b1bdb4-ab40-4b3f-a971-b778f884e70a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-93b1bdb4-ab40-4b3f-a971-b778f884e70a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image {
    
    
  }


.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shogun-image-content {
  
    align-items: center;
  
}

.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
      position: relative;
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
  
  
  
  
}

#s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image {
    
    
  }


.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shogun-image-content {
  
    align-items: center;
  
}

.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
      position: relative;
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
  
  
  
  
}

#s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image {
    
    
  }


.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shogun-image-content {
  
    align-items: center;
  
}

.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
      position: relative;
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
  
  
  
  
}

#s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image {
    
    
  }


.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shogun-image-content {
  
    align-items: center;
  
}

.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
      position: relative;
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
  
  
  
  
}

#s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image {
    
    
  }


.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 .shogun-image-content {
  
    align-items: center;
  
}

.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container {
      position: relative;
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a129305c-cbe3-4ef9-8bf4-da8df20e4512 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e2d98033-fedc-40a8-8150-a445dffe42a7 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-73e55e3c-071f-43d0-bea7-694d23490613 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-73e55e3c-071f-43d0-bea7-694d23490613 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-73e55e3c-071f-43d0-bea7-694d23490613 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73e55e3c-071f-43d0-bea7-694d23490613 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image {
    
    
  }


.s-73e55e3c-071f-43d0-bea7-694d23490613 .shogun-image-content {
  
    align-items: center;
  
}

.s-73e55e3c-071f-43d0-bea7-694d23490613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73e55e3c-071f-43d0-bea7-694d23490613 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
      position: relative;
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-73e55e3c-071f-43d0-bea7-694d23490613 {
  
  
  
  
}

#s-73e55e3c-071f-43d0-bea7-694d23490613 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73e55e3c-071f-43d0-bea7-694d23490613 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image {
    
    
  }


.s-73e55e3c-071f-43d0-bea7-694d23490613 .shogun-image-content {
  
    align-items: center;
  
}

.s-73e55e3c-071f-43d0-bea7-694d23490613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73e55e3c-071f-43d0-bea7-694d23490613 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
      position: relative;
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-73e55e3c-071f-43d0-bea7-694d23490613 {
  
  
  
  
}

#s-73e55e3c-071f-43d0-bea7-694d23490613 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73e55e3c-071f-43d0-bea7-694d23490613 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image {
    
    
  }


.s-73e55e3c-071f-43d0-bea7-694d23490613 .shogun-image-content {
  
    align-items: center;
  
}

.s-73e55e3c-071f-43d0-bea7-694d23490613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73e55e3c-071f-43d0-bea7-694d23490613 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
      position: relative;
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-73e55e3c-071f-43d0-bea7-694d23490613 {
  
  
  
  
}

#s-73e55e3c-071f-43d0-bea7-694d23490613 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73e55e3c-071f-43d0-bea7-694d23490613 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image {
    
    
  }


.s-73e55e3c-071f-43d0-bea7-694d23490613 .shogun-image-content {
  
    align-items: center;
  
}

.s-73e55e3c-071f-43d0-bea7-694d23490613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73e55e3c-071f-43d0-bea7-694d23490613 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
      position: relative;
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-73e55e3c-071f-43d0-bea7-694d23490613 {
  
  
  
  
}

#s-73e55e3c-071f-43d0-bea7-694d23490613 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73e55e3c-071f-43d0-bea7-694d23490613 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73e55e3c-071f-43d0-bea7-694d23490613 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image {
    
    
  }


.s-73e55e3c-071f-43d0-bea7-694d23490613 .shogun-image-content {
  
    align-items: center;
  
}

.s-73e55e3c-071f-43d0-bea7-694d23490613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73e55e3c-071f-43d0-bea7-694d23490613 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container {
      position: relative;
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73e55e3c-071f-43d0-bea7-694d23490613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-beade976-0c64-4e17-8e64-616ed878c837 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-62962361-0117-4c15-974f-ec4d562b7c93 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-62962361-0117-4c15-974f-ec4d562b7c93"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-62962361-0117-4c15-974f-ec4d562b7c93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-62962361-0117-4c15-974f-ec4d562b7c93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-62962361-0117-4c15-974f-ec4d562b7c93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image {
    
    
  }


.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
      position: relative;
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
  
  
  
  
}

#s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image {
    
    
  }


.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
      position: relative;
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
  
  
  
  
}

#s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image {
    
    
  }


.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
      position: relative;
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
  
  
  
  
}

#s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image {
    
    
  }


.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
      position: relative;
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
  
  
  
  
}

#s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image {
    
    
  }


.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container {
      position: relative;
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59b665f-c1b0-4acd-9a78-8040aa05ddf6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8ac26845-9db9-4f9a-9c75-cdce8e6f0dbf {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image {
    
    
  }


.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shogun-image-content {
  
    align-items: center;
  
}

.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
      position: relative;
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
  
  
  
  
}

#s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image {
    
    
  }


.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shogun-image-content {
  
    align-items: center;
  
}

.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
      position: relative;
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
  
  
  
  
}

#s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image {
    
    
  }


.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shogun-image-content {
  
    align-items: center;
  
}

.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
      position: relative;
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
  
  
  
  
}

#s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image {
    
    
  }


.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shogun-image-content {
  
    align-items: center;
  
}

.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
      position: relative;
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
  
  
  
  
}

#s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image {
    
    
  }


.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 .shogun-image-content {
  
    align-items: center;
  
}

.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container {
      position: relative;
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02d11ea5-6d8b-48db-a65b-b33dbe412f19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-120d637a-cf91-4765-ad6c-8a3090994b55 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-e4a5b227-18e0-43be-abe9-fcb7730cb525 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e4a5b227-18e0-43be-abe9-fcb7730cb525"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e4a5b227-18e0-43be-abe9-fcb7730cb525"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e4a5b227-18e0-43be-abe9-fcb7730cb525"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4a5b227-18e0-43be-abe9-fcb7730cb525"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image {
    
    
  }


.s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
      position: relative;
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
  
  
  
  
}

#s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image {
    
    
  }


.s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
      position: relative;
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
  
  
  
  
}

#s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image {
    
    
  }


.s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
      position: relative;
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
  
  
  
  
}

#s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image {
    
    
  }


.s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
      position: relative;
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
  
  
  
  
}

#s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1fed4da-a677-4dcf-8116-d105cd3abf45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image {
    
    
  }


.s-c1fed4da-a677-4dcf-8116-d105cd3abf45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container {
      position: relative;
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1fed4da-a677-4dcf-8116-d105cd3abf45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-32ecb1b2-ad48-4c33-8ff4-0e9b78869060 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image {
    
    
  }


.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
      position: relative;
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
  
  
  
  
}

#s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image {
    
    
  }


.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
      position: relative;
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
  
  
  
  
}

#s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image {
    
    
  }


.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
      position: relative;
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
  
  
  
  
}

#s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image {
    
    
  }


.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
      position: relative;
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
  
  
  
  
}

#s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image {
    
    
  }


.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container {
      position: relative;
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db7d55b-df8f-4929-938a-1a9e62a9d9c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4c6c2d12-cceb-430c-b4f2-549cd5a5fc37 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

#s-42732cdd-2f96-4751-89e8-22144c57f99b {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-42732cdd-2f96-4751-89e8-22144c57f99b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42732cdd-2f96-4751-89e8-22144c57f99b.shg-box.shg-c {
  justify-content: center;
}

#s-f20474fb-cb31-4225-a83a-875641b9e89c {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-f20474fb-cb31-4225-a83a-875641b9e89c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f20474fb-cb31-4225-a83a-875641b9e89c.shg-box.shg-c {
  justify-content: center;
}

#s-aad34667-3f58-42d3-9109-8a29746b1d4f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-aad34667-3f58-42d3-9109-8a29746b1d4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aad34667-3f58-42d3-9109-8a29746b1d4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aad34667-3f58-42d3-9109-8a29746b1d4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aad34667-3f58-42d3-9109-8a29746b1d4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 768px;
aspect-ratio: 768/521;
text-align: center;
}
#s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9:hover {opacity: 1 !important;}


.shg-image-margin-container-s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image {
    
    
  }


.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
      position: relative;
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
  
  
  
  
}

#s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image {
    
    
  }


.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
      position: relative;
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
  
  
  
  
}

#s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image {
    
    
  }


.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
      position: relative;
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
  
  
  
  
}

#s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image {
    
    
  }


.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
      position: relative;
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
  
  
  
  
}

#s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image {
    
    
  }


.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container {
      position: relative;
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edf300a4-7dbe-4137-986e-4c9bfeb72bb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 768px;
aspect-ratio: 768/521;
text-align: center;
}



.shg-image-margin-container-s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image {
    
    
  }


.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
      position: relative;
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
  
  
  
  
}

#s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image {
    
    
  }


.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
      position: relative;
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
  
  
  
  
}

#s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image {
    
    
  }


.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
      position: relative;
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
  
  
  
  
}

#s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image {
    
    
  }


.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
      position: relative;
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
  
  
  
  
}

#s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image {
    
    
  }


.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container {
      position: relative;
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7f6d2f-5ad7-4b67-8a4f-d63a7d9784f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 768px;
aspect-ratio: 768/521;
text-align: center;
}



.shg-image-margin-container-s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image {
    
    
  }


.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shogun-image-content {
  
    align-items: center;
  
}

.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
      position: relative;
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
  
  
  
  
}

#s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image {
    
    
  }


.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shogun-image-content {
  
    align-items: center;
  
}

.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
      position: relative;
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
  
  
  
  
}

#s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image {
    
    
  }


.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shogun-image-content {
  
    align-items: center;
  
}

.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
      position: relative;
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
  
  
  
  
}

#s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image {
    
    
  }


.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shogun-image-content {
  
    align-items: center;
  
}

.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
      position: relative;
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
  
  
  
  
}

#s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image {
    
    
  }


.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f .shogun-image-content {
  
    align-items: center;
  
}

.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container {
      position: relative;
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71eb99d8-1cc8-403d-8c65-dc7c19f4774f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c9761522-c907-45e3-97f5-f80205943a81 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-c9761522-c907-45e3-97f5-f80205943a81 {
  display: none;
}
#s-c9761522-c907-45e3-97f5-f80205943a81, #wrap-s-c9761522-c907-45e3-97f5-f80205943a81 { display: none !important; }}







#s-c9761522-c907-45e3-97f5-f80205943a81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9761522-c907-45e3-97f5-f80205943a81.shg-box.shg-c {
  justify-content: center;
}

#s-980fb9fb-a5e9-4466-8aed-f54b551377e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-980fb9fb-a5e9-4466-8aed-f54b551377e0 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}



#s-1776619b-8832-4e7f-8a9e-e32be9caf2cf {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1776619b-8832-4e7f-8a9e-e32be9caf2cf {
  display: none;
}
#s-1776619b-8832-4e7f-8a9e-e32be9caf2cf, #wrap-s-1776619b-8832-4e7f-8a9e-e32be9caf2cf { display: none !important; }}
#slider-v3-s-1776619b-8832-4e7f-8a9e-e32be9caf2cf {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-1776619b-8832-4e7f-8a9e-e32be9caf2cf > .swiper-button-prev,
#slider-v3-s-1776619b-8832-4e7f-8a9e-e32be9caf2cf > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-1776619b-8832-4e7f-8a9e-e32be9caf2cf > .swiper-button-next svg,
#slider-v3-s-1776619b-8832-4e7f-8a9e-e32be9caf2cf > .swiper-button-prev svg {
  fill: rgba(0, 0, 0, 1) !important;
}

#s-095a07d4-eebd-4e53-ad8d-a0ed81477a1d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-095a07d4-eebd-4e53-ad8d-a0ed81477a1d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-095a07d4-eebd-4e53-ad8d-a0ed81477a1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-095a07d4-eebd-4e53-ad8d-a0ed81477a1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-095a07d4-eebd-4e53-ad8d-a0ed81477a1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02409a53-5232-4b5f-bf13-e839950b0ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image {
    
    
  }


.s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
      position: relative;
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
  
  
  
  
}

#s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02409a53-5232-4b5f-bf13-e839950b0ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image {
    
    
  }


.s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
      position: relative;
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
  
  
  
  
}

#s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02409a53-5232-4b5f-bf13-e839950b0ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image {
    
    
  }


.s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
      position: relative;
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
  
  
  
  
}

#s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02409a53-5232-4b5f-bf13-e839950b0ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image {
    
    
  }


.s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
      position: relative;
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
  
  
  
  
}

#s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02409a53-5232-4b5f-bf13-e839950b0ca2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image {
    
    
  }


.s-02409a53-5232-4b5f-bf13-e839950b0ca2 .shogun-image-content {
  
    align-items: center;
  
}

.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02409a53-5232-4b5f-bf13-e839950b0ca2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container {
      position: relative;
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02409a53-5232-4b5f-bf13-e839950b0ca2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ee755870-45c1-422a-8086-edb600fe3b1a {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ee755870-45c1-422a-8086-edb600fe3b1a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ee755870-45c1-422a-8086-edb600fe3b1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee755870-45c1-422a-8086-edb600fe3b1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image {
    
    
  }


.s-ee755870-45c1-422a-8086-edb600fe3b1a .shogun-image-content {
  
    align-items: center;
  
}

.s-ee755870-45c1-422a-8086-edb600fe3b1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee755870-45c1-422a-8086-edb600fe3b1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
      position: relative;
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ee755870-45c1-422a-8086-edb600fe3b1a {
  
  
  
  
}

#s-ee755870-45c1-422a-8086-edb600fe3b1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee755870-45c1-422a-8086-edb600fe3b1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image {
    
    
  }


.s-ee755870-45c1-422a-8086-edb600fe3b1a .shogun-image-content {
  
    align-items: center;
  
}

.s-ee755870-45c1-422a-8086-edb600fe3b1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee755870-45c1-422a-8086-edb600fe3b1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
      position: relative;
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ee755870-45c1-422a-8086-edb600fe3b1a {
  
  
  
  
}

#s-ee755870-45c1-422a-8086-edb600fe3b1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee755870-45c1-422a-8086-edb600fe3b1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image {
    
    
  }


.s-ee755870-45c1-422a-8086-edb600fe3b1a .shogun-image-content {
  
    align-items: center;
  
}

.s-ee755870-45c1-422a-8086-edb600fe3b1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee755870-45c1-422a-8086-edb600fe3b1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
      position: relative;
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ee755870-45c1-422a-8086-edb600fe3b1a {
  
  
  
  
}

#s-ee755870-45c1-422a-8086-edb600fe3b1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee755870-45c1-422a-8086-edb600fe3b1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image {
    
    
  }


.s-ee755870-45c1-422a-8086-edb600fe3b1a .shogun-image-content {
  
    align-items: center;
  
}

.s-ee755870-45c1-422a-8086-edb600fe3b1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee755870-45c1-422a-8086-edb600fe3b1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
      position: relative;
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ee755870-45c1-422a-8086-edb600fe3b1a {
  
  
  
  
}

#s-ee755870-45c1-422a-8086-edb600fe3b1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee755870-45c1-422a-8086-edb600fe3b1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee755870-45c1-422a-8086-edb600fe3b1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image {
    
    
  }


.s-ee755870-45c1-422a-8086-edb600fe3b1a .shogun-image-content {
  
    align-items: center;
  
}

.s-ee755870-45c1-422a-8086-edb600fe3b1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee755870-45c1-422a-8086-edb600fe3b1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container {
      position: relative;
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee755870-45c1-422a-8086-edb600fe3b1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image {
    
    
  }


.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
      position: relative;
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
  
  
  
  
}

#s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image {
    
    
  }


.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
      position: relative;
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
  
  
  
  
}

#s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image {
    
    
  }


.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
      position: relative;
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
  
  
  
  
}

#s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image {
    
    
  }


.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
      position: relative;
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
  
  
  
  
}

#s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image {
    
    
  }


.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container {
      position: relative;
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df6dc7ea-13cf-4ad0-be5e-deabed4b27f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image {
    
    
  }


.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
      position: relative;
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
  
  
  
  
}

#s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image {
    
    
  }


.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
      position: relative;
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
  
  
  
  
}

#s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image {
    
    
  }


.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
      position: relative;
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
  
  
  
  
}

#s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image {
    
    
  }


.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
      position: relative;
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
  
  
  
  
}

#s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image {
    
    
  }


.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container {
      position: relative;
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-411b69f5-637e-4c95-8c2f-0eb92ba4efa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3be7ee80-4d1c-431f-8921-0bdead236e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image {
    
    
  }


.s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
      position: relative;
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
  
  
  
  
}

#s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3be7ee80-4d1c-431f-8921-0bdead236e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image {
    
    
  }


.s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
      position: relative;
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
  
  
  
  
}

#s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3be7ee80-4d1c-431f-8921-0bdead236e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image {
    
    
  }


.s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
      position: relative;
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
  
  
  
  
}

#s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3be7ee80-4d1c-431f-8921-0bdead236e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image {
    
    
  }


.s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
      position: relative;
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
  
  
  
  
}

#s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3be7ee80-4d1c-431f-8921-0bdead236e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image {
    
    
  }


.s-3be7ee80-4d1c-431f-8921-0bdead236e3a .shogun-image-content {
  
    align-items: center;
  
}

.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container {
      position: relative;
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3be7ee80-4d1c-431f-8921-0bdead236e3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image {
    
    
  }


.s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
      position: relative;
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
  
  
  
  
}

#s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image {
    
    
  }


.s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
      position: relative;
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
  
  
  
  
}

#s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image {
    
    
  }


.s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
      position: relative;
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
  
  
  
  
}

#s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image {
    
    
  }


.s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
      position: relative;
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
  
  
  
  
}

#s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73ba7e49-68dd-4815-bb5a-00b22a1db948 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image {
    
    
  }


.s-73ba7e49-68dd-4815-bb5a-00b22a1db948 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container {
      position: relative;
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ba7e49-68dd-4815-bb5a-00b22a1db948 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-071980f6-c7f5-48a5-8eed-b86bed490f15 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0em;
padding-bottom: 0%;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-071980f6-c7f5-48a5-8eed-b86bed490f15"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-071980f6-c7f5-48a5-8eed-b86bed490f15"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-071980f6-c7f5-48a5-8eed-b86bed490f15"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-071980f6-c7f5-48a5-8eed-b86bed490f15"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-89b7da4d-d53e-4dec-b503-fc055a99978a {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-89b7da4d-d53e-4dec-b503-fc055a99978a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-89b7da4d-d53e-4dec-b503-fc055a99978a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89b7da4d-d53e-4dec-b503-fc055a99978a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image {
    
    
  }


.s-89b7da4d-d53e-4dec-b503-fc055a99978a .shogun-image-content {
  
    align-items: center;
  
}

.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89b7da4d-d53e-4dec-b503-fc055a99978a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
      position: relative;
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-89b7da4d-d53e-4dec-b503-fc055a99978a {
  
  
  
  
}

#s-89b7da4d-d53e-4dec-b503-fc055a99978a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89b7da4d-d53e-4dec-b503-fc055a99978a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image {
    
    
  }


.s-89b7da4d-d53e-4dec-b503-fc055a99978a .shogun-image-content {
  
    align-items: center;
  
}

.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89b7da4d-d53e-4dec-b503-fc055a99978a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
      position: relative;
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-89b7da4d-d53e-4dec-b503-fc055a99978a {
  
  
  
  
}

#s-89b7da4d-d53e-4dec-b503-fc055a99978a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89b7da4d-d53e-4dec-b503-fc055a99978a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image {
    
    
  }


.s-89b7da4d-d53e-4dec-b503-fc055a99978a .shogun-image-content {
  
    align-items: center;
  
}

.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89b7da4d-d53e-4dec-b503-fc055a99978a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
      position: relative;
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-89b7da4d-d53e-4dec-b503-fc055a99978a {
  
  
  
  
}

#s-89b7da4d-d53e-4dec-b503-fc055a99978a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89b7da4d-d53e-4dec-b503-fc055a99978a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image {
    
    
  }


.s-89b7da4d-d53e-4dec-b503-fc055a99978a .shogun-image-content {
  
    align-items: center;
  
}

.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89b7da4d-d53e-4dec-b503-fc055a99978a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
      position: relative;
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-89b7da4d-d53e-4dec-b503-fc055a99978a {
  
  
  
  
}

#s-89b7da4d-d53e-4dec-b503-fc055a99978a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89b7da4d-d53e-4dec-b503-fc055a99978a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89b7da4d-d53e-4dec-b503-fc055a99978a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image {
    
    
  }


.s-89b7da4d-d53e-4dec-b503-fc055a99978a .shogun-image-content {
  
    align-items: center;
  
}

.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89b7da4d-d53e-4dec-b503-fc055a99978a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container {
      position: relative;
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89b7da4d-d53e-4dec-b503-fc055a99978a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0ce7819f-d143-445d-8550-4dd810c77b96 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0ce7819f-d143-445d-8550-4dd810c77b96 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0ce7819f-d143-445d-8550-4dd810c77b96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ce7819f-d143-445d-8550-4dd810c77b96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image {
    
    
  }


.s-0ce7819f-d143-445d-8550-4dd810c77b96 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ce7819f-d143-445d-8550-4dd810c77b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ce7819f-d143-445d-8550-4dd810c77b96 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
      position: relative;
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0ce7819f-d143-445d-8550-4dd810c77b96 {
  
  
  
  
}

#s-0ce7819f-d143-445d-8550-4dd810c77b96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ce7819f-d143-445d-8550-4dd810c77b96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image {
    
    
  }


.s-0ce7819f-d143-445d-8550-4dd810c77b96 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ce7819f-d143-445d-8550-4dd810c77b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ce7819f-d143-445d-8550-4dd810c77b96 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
      position: relative;
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0ce7819f-d143-445d-8550-4dd810c77b96 {
  
  
  
  
}

#s-0ce7819f-d143-445d-8550-4dd810c77b96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ce7819f-d143-445d-8550-4dd810c77b96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image {
    
    
  }


.s-0ce7819f-d143-445d-8550-4dd810c77b96 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ce7819f-d143-445d-8550-4dd810c77b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ce7819f-d143-445d-8550-4dd810c77b96 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
      position: relative;
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0ce7819f-d143-445d-8550-4dd810c77b96 {
  
  
  
  
}

#s-0ce7819f-d143-445d-8550-4dd810c77b96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ce7819f-d143-445d-8550-4dd810c77b96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image {
    
    
  }


.s-0ce7819f-d143-445d-8550-4dd810c77b96 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ce7819f-d143-445d-8550-4dd810c77b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ce7819f-d143-445d-8550-4dd810c77b96 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
      position: relative;
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0ce7819f-d143-445d-8550-4dd810c77b96 {
  
  
  
  
}

#s-0ce7819f-d143-445d-8550-4dd810c77b96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ce7819f-d143-445d-8550-4dd810c77b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ce7819f-d143-445d-8550-4dd810c77b96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image {
    
    
  }


.s-0ce7819f-d143-445d-8550-4dd810c77b96 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ce7819f-d143-445d-8550-4dd810c77b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ce7819f-d143-445d-8550-4dd810c77b96 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container {
      position: relative;
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ce7819f-d143-445d-8550-4dd810c77b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-531595d7-6bf5-4ba1-be19-7f8187205a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image {
    
    
  }


.s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
      position: relative;
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
  
  
  
  
}

#s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-531595d7-6bf5-4ba1-be19-7f8187205a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image {
    
    
  }


.s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
      position: relative;
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
  
  
  
  
}

#s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-531595d7-6bf5-4ba1-be19-7f8187205a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image {
    
    
  }


.s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
      position: relative;
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
  
  
  
  
}

#s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-531595d7-6bf5-4ba1-be19-7f8187205a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image {
    
    
  }


.s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
      position: relative;
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
  
  
  
  
}

#s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-531595d7-6bf5-4ba1-be19-7f8187205a6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image {
    
    
  }


.s-531595d7-6bf5-4ba1-be19-7f8187205a6f .shogun-image-content {
  
    align-items: center;
  
}

.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container {
      position: relative;
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-531595d7-6bf5-4ba1-be19-7f8187205a6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image {
    
    
  }


.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
      position: relative;
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
  
  
  
  
}

#s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image {
    
    
  }


.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
      position: relative;
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
  
  
  
  
}

#s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image {
    
    
  }


.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
      position: relative;
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
  
  
  
  
}

#s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image {
    
    
  }


.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
      position: relative;
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
  
  
  
  
}

#s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image {
    
    
  }


.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container {
      position: relative;
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-492f26b2-053e-40b6-b1e1-4eed25e6bbc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d1352a06-a8de-4c5d-853f-927689209757 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d1352a06-a8de-4c5d-853f-927689209757 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d1352a06-a8de-4c5d-853f-927689209757 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1352a06-a8de-4c5d-853f-927689209757 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1352a06-a8de-4c5d-853f-927689209757 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1352a06-a8de-4c5d-853f-927689209757 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1352a06-a8de-4c5d-853f-927689209757 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image {
    
    
  }


.s-d1352a06-a8de-4c5d-853f-927689209757 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1352a06-a8de-4c5d-853f-927689209757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1352a06-a8de-4c5d-853f-927689209757 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
      position: relative;
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d1352a06-a8de-4c5d-853f-927689209757 {
  
  
  
  
}

#s-d1352a06-a8de-4c5d-853f-927689209757 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1352a06-a8de-4c5d-853f-927689209757 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1352a06-a8de-4c5d-853f-927689209757 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1352a06-a8de-4c5d-853f-927689209757 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1352a06-a8de-4c5d-853f-927689209757 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image {
    
    
  }


.s-d1352a06-a8de-4c5d-853f-927689209757 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1352a06-a8de-4c5d-853f-927689209757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1352a06-a8de-4c5d-853f-927689209757 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
      position: relative;
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d1352a06-a8de-4c5d-853f-927689209757 {
  
  
  
  
}

#s-d1352a06-a8de-4c5d-853f-927689209757 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1352a06-a8de-4c5d-853f-927689209757 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1352a06-a8de-4c5d-853f-927689209757 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1352a06-a8de-4c5d-853f-927689209757 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1352a06-a8de-4c5d-853f-927689209757 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image {
    
    
  }


.s-d1352a06-a8de-4c5d-853f-927689209757 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1352a06-a8de-4c5d-853f-927689209757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1352a06-a8de-4c5d-853f-927689209757 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
      position: relative;
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d1352a06-a8de-4c5d-853f-927689209757 {
  
  
  
  
}

#s-d1352a06-a8de-4c5d-853f-927689209757 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1352a06-a8de-4c5d-853f-927689209757 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1352a06-a8de-4c5d-853f-927689209757 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1352a06-a8de-4c5d-853f-927689209757 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1352a06-a8de-4c5d-853f-927689209757 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image {
    
    
  }


.s-d1352a06-a8de-4c5d-853f-927689209757 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1352a06-a8de-4c5d-853f-927689209757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1352a06-a8de-4c5d-853f-927689209757 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
      position: relative;
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d1352a06-a8de-4c5d-853f-927689209757 {
  
  
  
  
}

#s-d1352a06-a8de-4c5d-853f-927689209757 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1352a06-a8de-4c5d-853f-927689209757 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1352a06-a8de-4c5d-853f-927689209757 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1352a06-a8de-4c5d-853f-927689209757 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1352a06-a8de-4c5d-853f-927689209757 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image {
    
    
  }


.s-d1352a06-a8de-4c5d-853f-927689209757 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1352a06-a8de-4c5d-853f-927689209757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1352a06-a8de-4c5d-853f-927689209757 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container {
      position: relative;
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1352a06-a8de-4c5d-853f-927689209757 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-befe92ee-c52b-474f-adcc-9a6e139af84e {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-befe92ee-c52b-474f-adcc-9a6e139af84e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-befe92ee-c52b-474f-adcc-9a6e139af84e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-befe92ee-c52b-474f-adcc-9a6e139af84e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image {
    
    
  }


.s-befe92ee-c52b-474f-adcc-9a6e139af84e .shogun-image-content {
  
    align-items: center;
  
}

.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-befe92ee-c52b-474f-adcc-9a6e139af84e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
      position: relative;
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-befe92ee-c52b-474f-adcc-9a6e139af84e {
  
  
  
  
}

#s-befe92ee-c52b-474f-adcc-9a6e139af84e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-befe92ee-c52b-474f-adcc-9a6e139af84e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image {
    
    
  }


.s-befe92ee-c52b-474f-adcc-9a6e139af84e .shogun-image-content {
  
    align-items: center;
  
}

.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-befe92ee-c52b-474f-adcc-9a6e139af84e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
      position: relative;
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-befe92ee-c52b-474f-adcc-9a6e139af84e {
  
  
  
  
}

#s-befe92ee-c52b-474f-adcc-9a6e139af84e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-befe92ee-c52b-474f-adcc-9a6e139af84e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image {
    
    
  }


.s-befe92ee-c52b-474f-adcc-9a6e139af84e .shogun-image-content {
  
    align-items: center;
  
}

.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-befe92ee-c52b-474f-adcc-9a6e139af84e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
      position: relative;
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-befe92ee-c52b-474f-adcc-9a6e139af84e {
  
  
  
  
}

#s-befe92ee-c52b-474f-adcc-9a6e139af84e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-befe92ee-c52b-474f-adcc-9a6e139af84e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image {
    
    
  }


.s-befe92ee-c52b-474f-adcc-9a6e139af84e .shogun-image-content {
  
    align-items: center;
  
}

.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-befe92ee-c52b-474f-adcc-9a6e139af84e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
      position: relative;
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-befe92ee-c52b-474f-adcc-9a6e139af84e {
  
  
  
  
}

#s-befe92ee-c52b-474f-adcc-9a6e139af84e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-befe92ee-c52b-474f-adcc-9a6e139af84e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-befe92ee-c52b-474f-adcc-9a6e139af84e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image {
    
    
  }


.s-befe92ee-c52b-474f-adcc-9a6e139af84e .shogun-image-content {
  
    align-items: center;
  
}

.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-befe92ee-c52b-474f-adcc-9a6e139af84e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container {
      position: relative;
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-befe92ee-c52b-474f-adcc-9a6e139af84e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f39ee210-1836-4d96-a84b-70af77ea75f4 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f39ee210-1836-4d96-a84b-70af77ea75f4 {
  display: none;
}
#s-f39ee210-1836-4d96-a84b-70af77ea75f4, #wrap-s-f39ee210-1836-4d96-a84b-70af77ea75f4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f39ee210-1836-4d96-a84b-70af77ea75f4 {
  display: none;
}
#s-f39ee210-1836-4d96-a84b-70af77ea75f4, #wrap-s-f39ee210-1836-4d96-a84b-70af77ea75f4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f39ee210-1836-4d96-a84b-70af77ea75f4 {
  display: none;
}
#s-f39ee210-1836-4d96-a84b-70af77ea75f4, #wrap-s-f39ee210-1836-4d96-a84b-70af77ea75f4 { display: none !important; }}







#s-f39ee210-1836-4d96-a84b-70af77ea75f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f39ee210-1836-4d96-a84b-70af77ea75f4.shg-box.shg-c {
  justify-content: center;
}

#s-cf0c0d0e-ac27-45f0-9939-ea2418c33e6b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf0c0d0e-ac27-45f0-9939-ea2418c33e6b .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}



#s-27040bf7-b6f4-4a58-9027-4308ae98a318 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-27040bf7-b6f4-4a58-9027-4308ae98a318"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-27040bf7-b6f4-4a58-9027-4308ae98a318"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-27040bf7-b6f4-4a58-9027-4308ae98a318"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-27040bf7-b6f4-4a58-9027-4308ae98a318"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image {
    
    
  }


.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shogun-image-content {
  
    align-items: center;
  
}

.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
      position: relative;
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
  
  
  
  
}

#s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image {
    
    
  }


.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shogun-image-content {
  
    align-items: center;
  
}

.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
      position: relative;
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
  
  
  
  
}

#s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image {
    
    
  }


.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shogun-image-content {
  
    align-items: center;
  
}

.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
      position: relative;
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
  
  
  
  
}

#s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image {
    
    
  }


.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shogun-image-content {
  
    align-items: center;
  
}

.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
      position: relative;
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
  
  
  
  
}

#s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd360df-a42c-46a4-a354-5a8ae9173c5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image {
    
    
  }


.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a .shogun-image-content {
  
    align-items: center;
  
}

.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container {
      position: relative;
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd360df-a42c-46a4-a354-5a8ae9173c5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b097e5b8-6487-47e9-9030-e34376e27aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image {
    
    
  }


.s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
      position: relative;
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
  
  
  
  
}

#s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b097e5b8-6487-47e9-9030-e34376e27aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image {
    
    
  }


.s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
      position: relative;
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
  
  
  
  
}

#s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b097e5b8-6487-47e9-9030-e34376e27aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image {
    
    
  }


.s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
      position: relative;
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
  
  
  
  
}

#s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b097e5b8-6487-47e9-9030-e34376e27aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image {
    
    
  }


.s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
      position: relative;
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
  
  
  
  
}

#s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b097e5b8-6487-47e9-9030-e34376e27aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image {
    
    
  }


.s-b097e5b8-6487-47e9-9030-e34376e27aa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b097e5b8-6487-47e9-9030-e34376e27aa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container {
      position: relative;
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b097e5b8-6487-47e9-9030-e34376e27aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image {
    
    
  }


.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shogun-image-content {
  
    align-items: center;
  
}

.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
      position: relative;
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
  
  
  
  
}

#s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image {
    
    
  }


.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shogun-image-content {
  
    align-items: center;
  
}

.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
      position: relative;
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
  
  
  
  
}

#s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image {
    
    
  }


.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shogun-image-content {
  
    align-items: center;
  
}

.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
      position: relative;
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
  
  
  
  
}

#s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image {
    
    
  }


.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shogun-image-content {
  
    align-items: center;
  
}

.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
      position: relative;
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
  
  
  
  
}

#s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c426e7db-a1f2-4744-90d2-d7bd25d565fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image {
    
    
  }


.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd .shogun-image-content {
  
    align-items: center;
  
}

.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container {
      position: relative;
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c426e7db-a1f2-4744-90d2-d7bd25d565fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2dd686da-5365-4b54-9904-27cbd1389309 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2dd686da-5365-4b54-9904-27cbd1389309 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2dd686da-5365-4b54-9904-27cbd1389309 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2dd686da-5365-4b54-9904-27cbd1389309 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image {
    
    
  }


.s-2dd686da-5365-4b54-9904-27cbd1389309 .shogun-image-content {
  
    align-items: center;
  
}

.s-2dd686da-5365-4b54-9904-27cbd1389309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2dd686da-5365-4b54-9904-27cbd1389309 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
      position: relative;
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2dd686da-5365-4b54-9904-27cbd1389309 {
  
  
  
  
}

#s-2dd686da-5365-4b54-9904-27cbd1389309 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2dd686da-5365-4b54-9904-27cbd1389309 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image {
    
    
  }


.s-2dd686da-5365-4b54-9904-27cbd1389309 .shogun-image-content {
  
    align-items: center;
  
}

.s-2dd686da-5365-4b54-9904-27cbd1389309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2dd686da-5365-4b54-9904-27cbd1389309 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
      position: relative;
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2dd686da-5365-4b54-9904-27cbd1389309 {
  
  
  
  
}

#s-2dd686da-5365-4b54-9904-27cbd1389309 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2dd686da-5365-4b54-9904-27cbd1389309 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image {
    
    
  }


.s-2dd686da-5365-4b54-9904-27cbd1389309 .shogun-image-content {
  
    align-items: center;
  
}

.s-2dd686da-5365-4b54-9904-27cbd1389309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2dd686da-5365-4b54-9904-27cbd1389309 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
      position: relative;
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2dd686da-5365-4b54-9904-27cbd1389309 {
  
  
  
  
}

#s-2dd686da-5365-4b54-9904-27cbd1389309 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2dd686da-5365-4b54-9904-27cbd1389309 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image {
    
    
  }


.s-2dd686da-5365-4b54-9904-27cbd1389309 .shogun-image-content {
  
    align-items: center;
  
}

.s-2dd686da-5365-4b54-9904-27cbd1389309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2dd686da-5365-4b54-9904-27cbd1389309 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
      position: relative;
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2dd686da-5365-4b54-9904-27cbd1389309 {
  
  
  
  
}

#s-2dd686da-5365-4b54-9904-27cbd1389309 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2dd686da-5365-4b54-9904-27cbd1389309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2dd686da-5365-4b54-9904-27cbd1389309 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image {
    
    
  }


.s-2dd686da-5365-4b54-9904-27cbd1389309 .shogun-image-content {
  
    align-items: center;
  
}

.s-2dd686da-5365-4b54-9904-27cbd1389309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2dd686da-5365-4b54-9904-27cbd1389309 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container {
      position: relative;
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2dd686da-5365-4b54-9904-27cbd1389309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-98deffba-0757-44c6-a86a-d17d9cf51c90 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-98deffba-0757-44c6-a86a-d17d9cf51c90"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-98deffba-0757-44c6-a86a-d17d9cf51c90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-98deffba-0757-44c6-a86a-d17d9cf51c90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-98deffba-0757-44c6-a86a-d17d9cf51c90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image {
    
    
  }


.s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
      position: relative;
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
  
  
  
  
}

#s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image {
    
    
  }


.s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
      position: relative;
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
  
  
  
  
}

#s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image {
    
    
  }


.s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
      position: relative;
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
  
  
  
  
}

#s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image {
    
    
  }


.s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
      position: relative;
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
  
  
  
  
}

#s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80b182f9-b54e-42b6-bef4-77ad6864cf34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image {
    
    
  }


.s-80b182f9-b54e-42b6-bef4-77ad6864cf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container {
      position: relative;
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80b182f9-b54e-42b6-bef4-77ad6864cf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e479aab4-549f-42b5-8380-2e29dfe18383 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e479aab4-549f-42b5-8380-2e29dfe18383 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e479aab4-549f-42b5-8380-2e29dfe18383 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e479aab4-549f-42b5-8380-2e29dfe18383 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image {
    
    
  }


.s-e479aab4-549f-42b5-8380-2e29dfe18383 .shogun-image-content {
  
    align-items: center;
  
}

.s-e479aab4-549f-42b5-8380-2e29dfe18383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e479aab4-549f-42b5-8380-2e29dfe18383 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
      position: relative;
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e479aab4-549f-42b5-8380-2e29dfe18383 {
  
  
  
  
}

#s-e479aab4-549f-42b5-8380-2e29dfe18383 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e479aab4-549f-42b5-8380-2e29dfe18383 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image {
    
    
  }


.s-e479aab4-549f-42b5-8380-2e29dfe18383 .shogun-image-content {
  
    align-items: center;
  
}

.s-e479aab4-549f-42b5-8380-2e29dfe18383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e479aab4-549f-42b5-8380-2e29dfe18383 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
      position: relative;
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e479aab4-549f-42b5-8380-2e29dfe18383 {
  
  
  
  
}

#s-e479aab4-549f-42b5-8380-2e29dfe18383 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e479aab4-549f-42b5-8380-2e29dfe18383 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image {
    
    
  }


.s-e479aab4-549f-42b5-8380-2e29dfe18383 .shogun-image-content {
  
    align-items: center;
  
}

.s-e479aab4-549f-42b5-8380-2e29dfe18383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e479aab4-549f-42b5-8380-2e29dfe18383 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
      position: relative;
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e479aab4-549f-42b5-8380-2e29dfe18383 {
  
  
  
  
}

#s-e479aab4-549f-42b5-8380-2e29dfe18383 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e479aab4-549f-42b5-8380-2e29dfe18383 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image {
    
    
  }


.s-e479aab4-549f-42b5-8380-2e29dfe18383 .shogun-image-content {
  
    align-items: center;
  
}

.s-e479aab4-549f-42b5-8380-2e29dfe18383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e479aab4-549f-42b5-8380-2e29dfe18383 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
      position: relative;
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e479aab4-549f-42b5-8380-2e29dfe18383 {
  
  
  
  
}

#s-e479aab4-549f-42b5-8380-2e29dfe18383 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e479aab4-549f-42b5-8380-2e29dfe18383 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e479aab4-549f-42b5-8380-2e29dfe18383 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image {
    
    
  }


.s-e479aab4-549f-42b5-8380-2e29dfe18383 .shogun-image-content {
  
    align-items: center;
  
}

.s-e479aab4-549f-42b5-8380-2e29dfe18383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e479aab4-549f-42b5-8380-2e29dfe18383 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container {
      position: relative;
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e479aab4-549f-42b5-8380-2e29dfe18383 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image {
    
    
  }


.s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
      position: relative;
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
  
  
  
  
}

#s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image {
    
    
  }


.s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
      position: relative;
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
  
  
  
  
}

#s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image {
    
    
  }


.s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
      position: relative;
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
  
  
  
  
}

#s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image {
    
    
  }


.s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
      position: relative;
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
  
  
  
  
}

#s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b9cce5b-b8d5-447b-955d-d11063721bd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image {
    
    
  }


.s-9b9cce5b-b8d5-447b-955d-d11063721bd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container {
      position: relative;
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b9cce5b-b8d5-447b-955d-d11063721bd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2417671f-f59d-40e0-859f-e89402c6d480 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2417671f-f59d-40e0-859f-e89402c6d480 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2417671f-f59d-40e0-859f-e89402c6d480 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2417671f-f59d-40e0-859f-e89402c6d480 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image {
    
    
  }


.s-2417671f-f59d-40e0-859f-e89402c6d480 .shogun-image-content {
  
    align-items: center;
  
}

.s-2417671f-f59d-40e0-859f-e89402c6d480.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2417671f-f59d-40e0-859f-e89402c6d480 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
      position: relative;
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2417671f-f59d-40e0-859f-e89402c6d480 {
  
  
  
  
}

#s-2417671f-f59d-40e0-859f-e89402c6d480 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2417671f-f59d-40e0-859f-e89402c6d480 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image {
    
    
  }


.s-2417671f-f59d-40e0-859f-e89402c6d480 .shogun-image-content {
  
    align-items: center;
  
}

.s-2417671f-f59d-40e0-859f-e89402c6d480.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2417671f-f59d-40e0-859f-e89402c6d480 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
      position: relative;
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2417671f-f59d-40e0-859f-e89402c6d480 {
  
  
  
  
}

#s-2417671f-f59d-40e0-859f-e89402c6d480 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2417671f-f59d-40e0-859f-e89402c6d480 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image {
    
    
  }


.s-2417671f-f59d-40e0-859f-e89402c6d480 .shogun-image-content {
  
    align-items: center;
  
}

.s-2417671f-f59d-40e0-859f-e89402c6d480.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2417671f-f59d-40e0-859f-e89402c6d480 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
      position: relative;
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2417671f-f59d-40e0-859f-e89402c6d480 {
  
  
  
  
}

#s-2417671f-f59d-40e0-859f-e89402c6d480 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2417671f-f59d-40e0-859f-e89402c6d480 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image {
    
    
  }


.s-2417671f-f59d-40e0-859f-e89402c6d480 .shogun-image-content {
  
    align-items: center;
  
}

.s-2417671f-f59d-40e0-859f-e89402c6d480.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2417671f-f59d-40e0-859f-e89402c6d480 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
      position: relative;
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2417671f-f59d-40e0-859f-e89402c6d480 {
  
  
  
  
}

#s-2417671f-f59d-40e0-859f-e89402c6d480 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2417671f-f59d-40e0-859f-e89402c6d480 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2417671f-f59d-40e0-859f-e89402c6d480 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image {
    
    
  }


.s-2417671f-f59d-40e0-859f-e89402c6d480 .shogun-image-content {
  
    align-items: center;
  
}

.s-2417671f-f59d-40e0-859f-e89402c6d480.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2417671f-f59d-40e0-859f-e89402c6d480 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container {
      position: relative;
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2417671f-f59d-40e0-859f-e89402c6d480 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3128757f-9198-4c9f-ad52-dc55763c4652 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3128757f-9198-4c9f-ad52-dc55763c4652"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-3128757f-9198-4c9f-ad52-dc55763c4652"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3128757f-9198-4c9f-ad52-dc55763c4652"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3128757f-9198-4c9f-ad52-dc55763c4652"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image {
    
    
  }


.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
      position: relative;
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
  
  
  
  
}

#s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image {
    
    
  }


.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
      position: relative;
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
  
  
  
  
}

#s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image {
    
    
  }


.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
      position: relative;
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
  
  
  
  
}

#s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image {
    
    
  }


.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
      position: relative;
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
  
  
  
  
}

#s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image {
    
    
  }


.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container {
      position: relative;
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ef8d7e-c1bd-43a6-be8c-c9c14dfa3adc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f0974eb-c636-4a21-84ed-daaa324c15cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image {
    
    
  }


.s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shogun-image-content {
  
    align-items: center;
  
}

.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
      position: relative;
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
  
  
  
  
}

#s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f0974eb-c636-4a21-84ed-daaa324c15cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image {
    
    
  }


.s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shogun-image-content {
  
    align-items: center;
  
}

.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
      position: relative;
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
  
  
  
  
}

#s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f0974eb-c636-4a21-84ed-daaa324c15cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image {
    
    
  }


.s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shogun-image-content {
  
    align-items: center;
  
}

.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
      position: relative;
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
  
  
  
  
}

#s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f0974eb-c636-4a21-84ed-daaa324c15cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image {
    
    
  }


.s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shogun-image-content {
  
    align-items: center;
  
}

.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
      position: relative;
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
  
  
  
  
}

#s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f0974eb-c636-4a21-84ed-daaa324c15cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image {
    
    
  }


.s-4f0974eb-c636-4a21-84ed-daaa324c15cc .shogun-image-content {
  
    align-items: center;
  
}

.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container {
      position: relative;
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f0974eb-c636-4a21-84ed-daaa324c15cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image {
    
    
  }


.s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
      position: relative;
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
  
  
  
  
}

#s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image {
    
    
  }


.s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
      position: relative;
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
  
  
  
  
}

#s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image {
    
    
  }


.s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
      position: relative;
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
  
  
  
  
}

#s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image {
    
    
  }


.s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
      position: relative;
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
  
  
  
  
}

#s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfb9315f-ae7c-4567-aa6d-370c3d782234 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image {
    
    
  }


.s-cfb9315f-ae7c-4567-aa6d-370c3d782234 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container {
      position: relative;
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfb9315f-ae7c-4567-aa6d-370c3d782234 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image {
    
    
  }


.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shogun-image-content {
  
    align-items: center;
  
}

.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
      position: relative;
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
  
  
  
  
}

#s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image {
    
    
  }


.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shogun-image-content {
  
    align-items: center;
  
}

.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
      position: relative;
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
  
  
  
  
}

#s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image {
    
    
  }


.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shogun-image-content {
  
    align-items: center;
  
}

.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
      position: relative;
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
  
  
  
  
}

#s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image {
    
    
  }


.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shogun-image-content {
  
    align-items: center;
  
}

.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
      position: relative;
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
  
  
  
  
}

#s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image {
    
    
  }


.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb .shogun-image-content {
  
    align-items: center;
  
}

.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container {
      position: relative;
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-420e2614-ef29-439b-8d04-d2b7bd0ab2cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-21aadb4f-a75d-424e-8070-e055c131f313 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-21aadb4f-a75d-424e-8070-e055c131f313 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21aadb4f-a75d-424e-8070-e055c131f313.shg-box.shg-c {
  justify-content: center;
}

#s-b8febd21-9688-401d-91ee-411e07a3247a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b8febd21-9688-401d-91ee-411e07a3247a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8febd21-9688-401d-91ee-411e07a3247a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b8febd21-9688-401d-91ee-411e07a3247a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8febd21-9688-401d-91ee-411e07a3247a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b5c3fc35-f7df-4710-9cf9-ef9c79dadb4a {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-b5c3fc35-f7df-4710-9cf9-ef9c79dadb4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5c3fc35-f7df-4710-9cf9-ef9c79dadb4a.shg-box.shg-c {
  justify-content: center;
}

#s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 768px;
aspect-ratio: 768/521;
text-align: center;
}
#s-bf34a805-fac4-4af3-9e9c-64cd35bcef99:hover {opacity: 1 !important;}


.shg-image-margin-container-s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image {
    
    
  }


.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
      position: relative;
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
  
  
  
  
}

#s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image {
    
    
  }


.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
      position: relative;
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
  
  
  
  
}

#s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image {
    
    
  }


.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
      position: relative;
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
  
  
  
  
}

#s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image {
    
    
  }


.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
      position: relative;
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
  
  
  
  
}

#s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image {
    
    
  }


.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container {
      position: relative;
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf34a805-fac4-4af3-9e9c-64cd35bcef99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5b54c26a-62ba-4cc7-8bee-b3090a1eb082 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-5b54c26a-62ba-4cc7-8bee-b3090a1eb082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b54c26a-62ba-4cc7-8bee-b3090a1eb082.shg-box.shg-c {
  justify-content: center;
}

#s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 768px;
aspect-ratio: 768/521;
text-align: center;
}



.shg-image-margin-container-s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-598d8cb4-5287-4111-bc13-7a4a7431c521 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image {
    
    
  }


.s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shogun-image-content {
  
    align-items: center;
  
}

.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shg-align-container {
  display: flex;
  justify-content: center
}

.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
      position: relative;
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
  
  
  
  
}

#s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-598d8cb4-5287-4111-bc13-7a4a7431c521 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image {
    
    
  }


.s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shogun-image-content {
  
    align-items: center;
  
}

.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shg-align-container {
  display: flex;
  justify-content: center
}

.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
      position: relative;
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
  
  
  
  
}

#s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-598d8cb4-5287-4111-bc13-7a4a7431c521 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image {
    
    
  }


.s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shogun-image-content {
  
    align-items: center;
  
}

.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shg-align-container {
  display: flex;
  justify-content: center
}

.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
      position: relative;
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
  
  
  
  
}

#s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-598d8cb4-5287-4111-bc13-7a4a7431c521 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image {
    
    
  }


.s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shogun-image-content {
  
    align-items: center;
  
}

.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shg-align-container {
  display: flex;
  justify-content: center
}

.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
      position: relative;
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
  
  
  
  
}

#s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-598d8cb4-5287-4111-bc13-7a4a7431c521 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image {
    
    
  }


.s-598d8cb4-5287-4111-bc13-7a4a7431c521 .shogun-image-content {
  
    align-items: center;
  
}

.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shg-align-container {
  display: flex;
  justify-content: center
}

.s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-598d8cb4-5287-4111-bc13-7a4a7431c521 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container {
      position: relative;
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-598d8cb4-5287-4111-bc13-7a4a7431c521 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9667ae54-f47e-4f4a-9135-952fa9af3559 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-9667ae54-f47e-4f4a-9135-952fa9af3559 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9667ae54-f47e-4f4a-9135-952fa9af3559.shg-box.shg-c {
  justify-content: center;
}

#s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 768px;
aspect-ratio: 768/521;
text-align: center;
}



.shg-image-margin-container-s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image {
    
    
  }


.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
      position: relative;
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
  
  
  
  
}

#s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image {
    
    
  }


.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
      position: relative;
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
  
  
  
  
}

#s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image {
    
    
  }


.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
      position: relative;
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
  
  
  
  
}

#s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image {
    
    
  }


.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
      position: relative;
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
  
  
  
  
}

#s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image {
    
    
  }


.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container {
      position: relative;
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ffc96c8-8041-4c41-a4fb-0cc6b6d0a12d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-085761b8-3da1-4c20-bedf-a515a7761a15 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-085761b8-3da1-4c20-bedf-a515a7761a15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-085761b8-3da1-4c20-bedf-a515a7761a15.shg-box.shg-c {
  justify-content: center;
}

#s-303a80ae-79fa-4d19-90f8-2471dd97e0db {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-303a80ae-79fa-4d19-90f8-2471dd97e0db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-303a80ae-79fa-4d19-90f8-2471dd97e0db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-303a80ae-79fa-4d19-90f8-2471dd97e0db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-303a80ae-79fa-4d19-90f8-2471dd97e0db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3d0e1675-7dfc-4eb3-972a-7833a86679a3 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-3d0e1675-7dfc-4eb3-972a-7833a86679a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d0e1675-7dfc-4eb3-972a-7833a86679a3.shg-box.shg-c {
  justify-content: center;
}

#s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 768px;
aspect-ratio: 768/521;
text-align: center;
}
#s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757:hover {opacity: 1 !important;}


.shg-image-margin-container-s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image {
    
    
  }


.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shogun-image-content {
  
    align-items: center;
  
}

.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
      position: relative;
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
  
  
  
  
}

#s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image {
    
    
  }


.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shogun-image-content {
  
    align-items: center;
  
}

.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
      position: relative;
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
  
  
  
  
}

#s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image {
    
    
  }


.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shogun-image-content {
  
    align-items: center;
  
}

.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
      position: relative;
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
  
  
  
  
}

#s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image {
    
    
  }


.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shogun-image-content {
  
    align-items: center;
  
}

.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
      position: relative;
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
  
  
  
  
}

#s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image {
    
    
  }


.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 .shogun-image-content {
  
    align-items: center;
  
}

.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container {
      position: relative;
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e457aab4-4fbb-4ba1-b7e3-a1c480b1f757 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ce63a9a4-5a6c-441a-a691-d9cfc34e528b {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-ce63a9a4-5a6c-441a-a691-d9cfc34e528b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce63a9a4-5a6c-441a-a691-d9cfc34e528b.shg-box.shg-c {
  justify-content: center;
}

#s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 768px;
aspect-ratio: 768/521;
text-align: center;
}



.shg-image-margin-container-s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image {
    
    
  }


.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
      position: relative;
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
  
  
  
  
}

#s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image {
    
    
  }


.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
      position: relative;
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
  
  
  
  
}

#s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image {
    
    
  }


.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
      position: relative;
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
  
  
  
  
}

#s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image {
    
    
  }


.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
      position: relative;
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
  
  
  
  
}

#s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image {
    
    
  }


.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container {
      position: relative;
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34e5f3a8-8a27-49ab-9f07-d31d8618b0c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ba7c028d-6668-4531-9bf1-2984159e0302 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-ba7c028d-6668-4531-9bf1-2984159e0302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba7c028d-6668-4531-9bf1-2984159e0302.shg-box.shg-c {
  justify-content: center;
}

#s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 768px;
aspect-ratio: 768/521;
text-align: center;
}



.shg-image-margin-container-s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image {
    
    
  }


.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
      position: relative;
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
  
  
  
  
}

#s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image {
    
    
  }


.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
      position: relative;
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
  
  
  
  
}

#s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image {
    
    
  }


.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
      position: relative;
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
  
  
  
  
}

#s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image {
    
    
  }


.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
      position: relative;
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
  
  
  
  
}

#s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image {
    
    
  }


.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container {
      position: relative;
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaf6fd0c-7fe7-4bad-be9e-00ac21eee975 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9dedbd81-8ebd-47cb-815e-afc31b08edd3 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-9dedbd81-8ebd-47cb-815e-afc31b08edd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9dedbd81-8ebd-47cb-815e-afc31b08edd3.shg-box.shg-c {
  justify-content: center;
}

#s-2d1e1e7c-894c-47cb-af4a-36011798bbfc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2d1e1e7c-894c-47cb-af4a-36011798bbfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d1e1e7c-894c-47cb-af4a-36011798bbfc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d1e1e7c-894c-47cb-af4a-36011798bbfc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d1e1e7c-894c-47cb-af4a-36011798bbfc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ab947040-fba4-4de8-8b71-12de03fb33ef {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-ab947040-fba4-4de8-8b71-12de03fb33ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab947040-fba4-4de8-8b71-12de03fb33ef.shg-box.shg-c {
  justify-content: center;
}

#s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 768px;
aspect-ratio: 768/521;
text-align: center;
}
#s-2cc41abf-02ea-4354-924a-0964e5ef85b0:hover {opacity: 1 !important;}


.shg-image-margin-container-s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image {
    
    
  }


.s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
      position: relative;
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
  
  
  
  
}

#s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image {
    
    
  }


.s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
      position: relative;
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
  
  
  
  
}

#s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image {
    
    
  }


.s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
      position: relative;
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
  
  
  
  
}

#s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image {
    
    
  }


.s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
      position: relative;
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
  
  
  
  
}

#s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cc41abf-02ea-4354-924a-0964e5ef85b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image {
    
    
  }


.s-2cc41abf-02ea-4354-924a-0964e5ef85b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0 {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container {
      position: relative;
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cc41abf-02ea-4354-924a-0964e5ef85b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8032d954-d252-472d-8c40-7ccd4e0dc617 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-8032d954-d252-472d-8c40-7ccd4e0dc617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8032d954-d252-472d-8c40-7ccd4e0dc617.shg-box.shg-c {
  justify-content: center;
}

#s-b44a282f-360d-479b-a911-291fc65b98bf {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 768px;
aspect-ratio: 768/521;
text-align: center;
}



.shg-image-margin-container-s-b44a282f-360d-479b-a911-291fc65b98bf {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-b44a282f-360d-479b-a911-291fc65b98bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b44a282f-360d-479b-a911-291fc65b98bf .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-b44a282f-360d-479b-a911-291fc65b98bf .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b44a282f-360d-479b-a911-291fc65b98bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b44a282f-360d-479b-a911-291fc65b98bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image {
    
    
  }


.s-b44a282f-360d-479b-a911-291fc65b98bf .shogun-image-content {
  
    align-items: center;
  
}

.s-b44a282f-360d-479b-a911-291fc65b98bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b44a282f-360d-479b-a911-291fc65b98bf {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
      position: relative;
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b44a282f-360d-479b-a911-291fc65b98bf {
  
  
  
  
}

#s-b44a282f-360d-479b-a911-291fc65b98bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b44a282f-360d-479b-a911-291fc65b98bf .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-b44a282f-360d-479b-a911-291fc65b98bf .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b44a282f-360d-479b-a911-291fc65b98bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b44a282f-360d-479b-a911-291fc65b98bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image {
    
    
  }


.s-b44a282f-360d-479b-a911-291fc65b98bf .shogun-image-content {
  
    align-items: center;
  
}

.s-b44a282f-360d-479b-a911-291fc65b98bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b44a282f-360d-479b-a911-291fc65b98bf {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
      position: relative;
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b44a282f-360d-479b-a911-291fc65b98bf {
  
  
  
  
}

#s-b44a282f-360d-479b-a911-291fc65b98bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b44a282f-360d-479b-a911-291fc65b98bf .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-b44a282f-360d-479b-a911-291fc65b98bf .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b44a282f-360d-479b-a911-291fc65b98bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b44a282f-360d-479b-a911-291fc65b98bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image {
    
    
  }


.s-b44a282f-360d-479b-a911-291fc65b98bf .shogun-image-content {
  
    align-items: center;
  
}

.s-b44a282f-360d-479b-a911-291fc65b98bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b44a282f-360d-479b-a911-291fc65b98bf {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
      position: relative;
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b44a282f-360d-479b-a911-291fc65b98bf {
  
  
  
  
}

#s-b44a282f-360d-479b-a911-291fc65b98bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b44a282f-360d-479b-a911-291fc65b98bf .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-b44a282f-360d-479b-a911-291fc65b98bf .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b44a282f-360d-479b-a911-291fc65b98bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b44a282f-360d-479b-a911-291fc65b98bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image {
    
    
  }


.s-b44a282f-360d-479b-a911-291fc65b98bf .shogun-image-content {
  
    align-items: center;
  
}

.s-b44a282f-360d-479b-a911-291fc65b98bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b44a282f-360d-479b-a911-291fc65b98bf {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
      position: relative;
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b44a282f-360d-479b-a911-291fc65b98bf {
  
  
  
  
}

#s-b44a282f-360d-479b-a911-291fc65b98bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b44a282f-360d-479b-a911-291fc65b98bf .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-b44a282f-360d-479b-a911-291fc65b98bf .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b44a282f-360d-479b-a911-291fc65b98bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b44a282f-360d-479b-a911-291fc65b98bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image {
    
    
  }


.s-b44a282f-360d-479b-a911-291fc65b98bf .shogun-image-content {
  
    align-items: center;
  
}

.s-b44a282f-360d-479b-a911-291fc65b98bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b44a282f-360d-479b-a911-291fc65b98bf {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container {
      position: relative;
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b44a282f-360d-479b-a911-291fc65b98bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-07aca1a6-6f1e-46d1-8e81-a161ea269168 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-07aca1a6-6f1e-46d1-8e81-a161ea269168 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07aca1a6-6f1e-46d1-8e81-a161ea269168.shg-box.shg-c {
  justify-content: center;
}

#s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 768px;
aspect-ratio: 768/521;
text-align: center;
}



.shg-image-margin-container-s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image {
    
    
  }


.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shogun-image-content {
  
    align-items: center;
  
}

.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
      position: relative;
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
  
  
  
  
}

#s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image {
    
    
  }


.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shogun-image-content {
  
    align-items: center;
  
}

.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
      position: relative;
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
  
  
  
  
}

#s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image {
    
    
  }


.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shogun-image-content {
  
    align-items: center;
  
}

.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
      position: relative;
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
  
  
  
  
}

#s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image {
    
    
  }


.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shogun-image-content {
  
    align-items: center;
  
}

.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
      position: relative;
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
  
  
  
  
}

#s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shg-image-content-wrapper {
      aspect-ratio: 768/521;
      width: 100%;
      height: 100%;
    }

    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shogun-image-link {
      aspect-ratio: 768/521;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b1d57e6-f238-4518-a96e-bdc91df1df2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image {
    
    
  }


.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d .shogun-image-content {
  
    align-items: center;
  
}

.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d {
      --shg-aspect-ratio: calc(768/521); 
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container {
      position: relative;
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b1d57e6-f238-4518-a96e-bdc91df1df2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-82b68359-c3db-4688-8011-3ab46d7429fd {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-82b68359-c3db-4688-8011-3ab46d7429fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82b68359-c3db-4688-8011-3ab46d7429fd.shg-box.shg-c {
  justify-content: center;
}

#s-94424e65-fbac-4f6e-b6a4-aa587d0c045f {
  margin-left: auto;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
}
@media (min-width: 1200px){#s-94424e65-fbac-4f6e-b6a4-aa587d0c045f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94424e65-fbac-4f6e-b6a4-aa587d0c045f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94424e65-fbac-4f6e-b6a4-aa587d0c045f {
  
}
}
#s-07480a04-7666-49f9-9178-6d439ecca06e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-07480a04-7666-49f9-9178-6d439ecca06e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07480a04-7666-49f9-9178-6d439ecca06e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07480a04-7666-49f9-9178-6d439ecca06e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07480a04-7666-49f9-9178-6d439ecca06e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 1180px;
aspect-ratio: 1180/450;
text-align: center;
}



.shg-image-margin-container-s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

#s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shg-image-content-wrapper {
      aspect-ratio: 1180/450;
      width: 100%;
      height: 100%;
    }

    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shogun-image-link {
      aspect-ratio: 1180/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2de29660-cf1c-45d0-ba96-a92342d874c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image {
    
    
  }


.s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
      --shg-aspect-ratio: calc(1180/450); 
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
      position: relative;
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
  
  
  
  
}

#s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shg-image-content-wrapper {
      aspect-ratio: 1180/450;
      width: 100%;
      height: 100%;
    }

    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shogun-image-link {
      aspect-ratio: 1180/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2de29660-cf1c-45d0-ba96-a92342d874c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image {
    
    
  }


.s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
      --shg-aspect-ratio: calc(1180/450); 
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
      position: relative;
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
  
  
  
  
}

#s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shg-image-content-wrapper {
      aspect-ratio: 1180/450;
      width: 100%;
      height: 100%;
    }

    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shogun-image-link {
      aspect-ratio: 1180/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2de29660-cf1c-45d0-ba96-a92342d874c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image {
    
    
  }


.s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
      --shg-aspect-ratio: calc(1180/450); 
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
      position: relative;
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
  
  
  
  
}

#s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shg-image-content-wrapper {
      aspect-ratio: 1180/450;
      width: 100%;
      height: 100%;
    }

    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shogun-image-link {
      aspect-ratio: 1180/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2de29660-cf1c-45d0-ba96-a92342d874c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image {
    
    
  }


.s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
      --shg-aspect-ratio: calc(1180/450); 
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
      position: relative;
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
  
  
  
  
}

#s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shg-image-content-wrapper {
      aspect-ratio: 1180/450;
      width: 100%;
      height: 100%;
    }

    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shogun-image-link {
      aspect-ratio: 1180/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2de29660-cf1c-45d0-ba96-a92342d874c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image {
    
    
  }


.s-2de29660-cf1c-45d0-ba96-a92342d874c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2de29660-cf1c-45d0-ba96-a92342d874c4 {
      --shg-aspect-ratio: calc(1180/450); 
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container {
      position: relative;
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2de29660-cf1c-45d0-ba96-a92342d874c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 1180px;
aspect-ratio: 1180/450;
text-align: center;
}



.shg-image-margin-container-s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

#s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shg-image-content-wrapper {
      aspect-ratio: 1180/450;
      width: 100%;
      height: 100%;
    }

    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shogun-image-link {
      aspect-ratio: 1180/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image {
    
    
  }


.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
      --shg-aspect-ratio: calc(1180/450); 
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
      position: relative;
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
  
  
  
  
}

#s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shg-image-content-wrapper {
      aspect-ratio: 1180/450;
      width: 100%;
      height: 100%;
    }

    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shogun-image-link {
      aspect-ratio: 1180/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image {
    
    
  }


.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
      --shg-aspect-ratio: calc(1180/450); 
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
      position: relative;
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
  
  
  
  
}

#s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shg-image-content-wrapper {
      aspect-ratio: 1180/450;
      width: 100%;
      height: 100%;
    }

    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shogun-image-link {
      aspect-ratio: 1180/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image {
    
    
  }


.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
      --shg-aspect-ratio: calc(1180/450); 
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
      position: relative;
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
  
  
  
  
}

#s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shg-image-content-wrapper {
      aspect-ratio: 1180/450;
      width: 100%;
      height: 100%;
    }

    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shogun-image-link {
      aspect-ratio: 1180/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image {
    
    
  }


.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
      --shg-aspect-ratio: calc(1180/450); 
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
      position: relative;
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
  
  
  
  
}

#s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shg-image-content-wrapper {
      aspect-ratio: 1180/450;
      width: 100%;
      height: 100%;
    }

    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shogun-image-link {
      aspect-ratio: 1180/450;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image {
    
    
  }


.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 {
      --shg-aspect-ratio: calc(1180/450); 
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container {
      position: relative;
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30e6f4c1-8182-44a7-a02b-41b9b67d3fc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-37ac0792-4f55-4424-be59-1023b938c8d0 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-37ac0792-4f55-4424-be59-1023b938c8d0 {
  display: none;
}
#s-37ac0792-4f55-4424-be59-1023b938c8d0, #wrap-s-37ac0792-4f55-4424-be59-1023b938c8d0 { display: none !important; }}







#s-37ac0792-4f55-4424-be59-1023b938c8d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37ac0792-4f55-4424-be59-1023b938c8d0.shg-box.shg-c {
  justify-content: center;
}

#s-c86dd0da-c18a-4b72-bd26-8a0f5cac1d5e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c86dd0da-c18a-4b72-bd26-8a0f5cac1d5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c86dd0da-c18a-4b72-bd26-8a0f5cac1d5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c86dd0da-c18a-4b72-bd26-8a0f5cac1d5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c86dd0da-c18a-4b72-bd26-8a0f5cac1d5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1023ceda-33ef-4762-ba1d-339835b2df32 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-1023ceda-33ef-4762-ba1d-339835b2df32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1023ceda-33ef-4762-ba1d-339835b2df32 {
  cursor: pointer;
}#s-1023ceda-33ef-4762-ba1d-339835b2df32.shg-box.shg-c {
  justify-content: center;
}

#s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/1413;
text-align: center;
}



.shg-image-margin-container-s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image {
    
    
  }


.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shogun-image-content {
  
    align-items: center;
  
}

.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
      position: relative;
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
  
  
  
  
}

#s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image {
    
    
  }


.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shogun-image-content {
  
    align-items: center;
  
}

.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
      position: relative;
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
  
  
  
  
}

#s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image {
    
    
  }


.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shogun-image-content {
  
    align-items: center;
  
}

.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
      position: relative;
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
  
  
  
  
}

#s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image {
    
    
  }


.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shogun-image-content {
  
    align-items: center;
  
}

.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
      position: relative;
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
  
  
  
  
}

#s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-399e87a9-b798-47ab-bdc7-f992d12e8e1e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image {
    
    
  }


.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e .shogun-image-content {
  
    align-items: center;
  
}

.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container {
      position: relative;
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-399e87a9-b798-47ab-bdc7-f992d12e8e1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-739feae8-d3a8-492f-8d46-4397eea3141a {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
aspect-ratio: 250/155;
text-align: center;
}



.shg-image-margin-container-s-739feae8-d3a8-492f-8d46-4397eea3141a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-739feae8-d3a8-492f-8d46-4397eea3141a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-739feae8-d3a8-492f-8d46-4397eea3141a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image {
    
    
  }


.s-739feae8-d3a8-492f-8d46-4397eea3141a .shogun-image-content {
  
    align-items: center;
  
}

.s-739feae8-d3a8-492f-8d46-4397eea3141a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-739feae8-d3a8-492f-8d46-4397eea3141a {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
      position: relative;
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-739feae8-d3a8-492f-8d46-4397eea3141a {
  
  
  
  
}

#s-739feae8-d3a8-492f-8d46-4397eea3141a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-739feae8-d3a8-492f-8d46-4397eea3141a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image {
    
    
  }


.s-739feae8-d3a8-492f-8d46-4397eea3141a .shogun-image-content {
  
    align-items: center;
  
}

.s-739feae8-d3a8-492f-8d46-4397eea3141a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-739feae8-d3a8-492f-8d46-4397eea3141a {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
      position: relative;
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-739feae8-d3a8-492f-8d46-4397eea3141a {
  
  
  
  
}

#s-739feae8-d3a8-492f-8d46-4397eea3141a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-739feae8-d3a8-492f-8d46-4397eea3141a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image {
    
    
  }


.s-739feae8-d3a8-492f-8d46-4397eea3141a .shogun-image-content {
  
    align-items: center;
  
}

.s-739feae8-d3a8-492f-8d46-4397eea3141a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-739feae8-d3a8-492f-8d46-4397eea3141a {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
      position: relative;
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-739feae8-d3a8-492f-8d46-4397eea3141a {
  
  
  
  
}

#s-739feae8-d3a8-492f-8d46-4397eea3141a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-739feae8-d3a8-492f-8d46-4397eea3141a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image {
    
    
  }


.s-739feae8-d3a8-492f-8d46-4397eea3141a .shogun-image-content {
  
    align-items: center;
  
}

.s-739feae8-d3a8-492f-8d46-4397eea3141a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-739feae8-d3a8-492f-8d46-4397eea3141a {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
      position: relative;
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-739feae8-d3a8-492f-8d46-4397eea3141a {
  
  
  
  
}

#s-739feae8-d3a8-492f-8d46-4397eea3141a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-739feae8-d3a8-492f-8d46-4397eea3141a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-739feae8-d3a8-492f-8d46-4397eea3141a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image {
    
    
  }


.s-739feae8-d3a8-492f-8d46-4397eea3141a .shogun-image-content {
  
    align-items: center;
  
}

.s-739feae8-d3a8-492f-8d46-4397eea3141a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-739feae8-d3a8-492f-8d46-4397eea3141a {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container {
      position: relative;
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-739feae8-d3a8-492f-8d46-4397eea3141a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c9905a13-874d-4b37-9bc4-bc4ef44243ae {
  margin-left: auto;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
}

#s-d6e1532b-0ee0-4fc5-b913-c4b6f49626ff {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-d6e1532b-0ee0-4fc5-b913-c4b6f49626ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6e1532b-0ee0-4fc5-b913-c4b6f49626ff {
  cursor: pointer;
}#s-d6e1532b-0ee0-4fc5-b913-c4b6f49626ff.shg-box.shg-c {
  justify-content: center;
}

#s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/1413;
text-align: center;
}



.shg-image-margin-container-s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image {
    
    
  }


.s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
      position: relative;
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
  
  
  
  
}

#s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image {
    
    
  }


.s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
      position: relative;
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
  
  
  
  
}

#s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image {
    
    
  }


.s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
      position: relative;
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
  
  
  
  
}

#s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image {
    
    
  }


.s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
      position: relative;
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
  
  
  
  
}

#s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-796481b6-eafd-4ab2-91c3-d846010cc0f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image {
    
    
  }


.s-796481b6-eafd-4ab2-91c3-d846010cc0f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container {
      position: relative;
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-796481b6-eafd-4ab2-91c3-d846010cc0f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
aspect-ratio: 250/155;
text-align: center;
}



.shg-image-margin-container-s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image {
    
    
  }


.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shogun-image-content {
  
    align-items: center;
  
}

.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
      position: relative;
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
  
  
  
  
}

#s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image {
    
    
  }


.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shogun-image-content {
  
    align-items: center;
  
}

.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
      position: relative;
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
  
  
  
  
}

#s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image {
    
    
  }


.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shogun-image-content {
  
    align-items: center;
  
}

.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
      position: relative;
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
  
  
  
  
}

#s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image {
    
    
  }


.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shogun-image-content {
  
    align-items: center;
  
}

.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
      position: relative;
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
  
  
  
  
}

#s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image {
    
    
  }


.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 .shogun-image-content {
  
    align-items: center;
  
}

.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container {
      position: relative;
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63d3cab5-e7e6-49bd-a424-b2a015ca8811 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d357bb8a-d739-4df3-906c-b68264b750a0 {
  margin-left: auto;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
}

#s-f21f95b9-aff0-4be6-b93d-aeb1c34a1f78 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-f21f95b9-aff0-4be6-b93d-aeb1c34a1f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f21f95b9-aff0-4be6-b93d-aeb1c34a1f78 {
  cursor: pointer;
}#s-f21f95b9-aff0-4be6-b93d-aeb1c34a1f78.shg-box.shg-c {
  justify-content: center;
}

#s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/1413;
text-align: center;
}



.shg-image-margin-container-s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image {
    
    
  }


.s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
      position: relative;
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
  
  
  
  
}

#s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image {
    
    
  }


.s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
      position: relative;
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
  
  
  
  
}

#s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image {
    
    
  }


.s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
      position: relative;
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
  
  
  
  
}

#s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image {
    
    
  }


.s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
      position: relative;
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
  
  
  
  
}

#s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c158641-e369-4016-a42e-2d3d3f6d6d19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image {
    
    
  }


.s-8c158641-e369-4016-a42e-2d3d3f6d6d19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container {
      position: relative;
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c158641-e369-4016-a42e-2d3d3f6d6d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
aspect-ratio: 250/155;
text-align: center;
}



.shg-image-margin-container-s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66cb5375-60cd-473c-a79b-b5b0775befa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image {
    
    
  }


.s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
      position: relative;
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
  
  
  
  
}

#s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66cb5375-60cd-473c-a79b-b5b0775befa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image {
    
    
  }


.s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
      position: relative;
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
  
  
  
  
}

#s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66cb5375-60cd-473c-a79b-b5b0775befa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image {
    
    
  }


.s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
      position: relative;
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
  
  
  
  
}

#s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66cb5375-60cd-473c-a79b-b5b0775befa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image {
    
    
  }


.s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
      position: relative;
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
  
  
  
  
}

#s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66cb5375-60cd-473c-a79b-b5b0775befa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image {
    
    
  }


.s-66cb5375-60cd-473c-a79b-b5b0775befa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66cb5375-60cd-473c-a79b-b5b0775befa4 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container {
      position: relative;
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66cb5375-60cd-473c-a79b-b5b0775befa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ee6af01f-49e5-4b6c-886a-eeb730de2c1b {
  margin-left: auto;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
}

#s-c672deb0-c4bf-4151-b03d-8ce4b768e835 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-c672deb0-c4bf-4151-b03d-8ce4b768e835 {
  display: none;
}
#s-c672deb0-c4bf-4151-b03d-8ce4b768e835, #wrap-s-c672deb0-c4bf-4151-b03d-8ce4b768e835 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c672deb0-c4bf-4151-b03d-8ce4b768e835 {
  display: none;
}
#s-c672deb0-c4bf-4151-b03d-8ce4b768e835, #wrap-s-c672deb0-c4bf-4151-b03d-8ce4b768e835 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c672deb0-c4bf-4151-b03d-8ce4b768e835 {
  display: none;
}
#s-c672deb0-c4bf-4151-b03d-8ce4b768e835, #wrap-s-c672deb0-c4bf-4151-b03d-8ce4b768e835 { display: none !important; }}







#s-c672deb0-c4bf-4151-b03d-8ce4b768e835 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c672deb0-c4bf-4151-b03d-8ce4b768e835.shg-box.shg-c {
  justify-content: center;
}

#s-a996ccf9-8d51-4911-b502-a5b61b15ae1e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-a996ccf9-8d51-4911-b502-a5b61b15ae1e {
  --swiper-pagination-color: rgba(0, 0, 0, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 0, 0, 1) !important;

  
}

#slider-v3-s-a996ccf9-8d51-4911-b502-a5b61b15ae1e > .swiper-button-prev,
#slider-v3-s-a996ccf9-8d51-4911-b502-a5b61b15ae1e > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-a996ccf9-8d51-4911-b502-a5b61b15ae1e > .swiper-button-next svg,
#slider-v3-s-a996ccf9-8d51-4911-b502-a5b61b15ae1e > .swiper-button-prev svg {
  fill: rgba(0, 0, 0, 1) !important;
}

#s-a12512d1-89af-4aa5-8350-dfe471af7bca {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-a12512d1-89af-4aa5-8350-dfe471af7bca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a12512d1-89af-4aa5-8350-dfe471af7bca {
  cursor: pointer;
}#s-a12512d1-89af-4aa5-8350-dfe471af7bca.shg-box.shg-c {
  justify-content: center;
}

#s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/1413;
text-align: center;
}



.shg-image-margin-container-s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3491e545-4fca-4ea3-a408-1d965cd62c5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image {
    
    
  }


.s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shogun-image-content {
  
    align-items: center;
  
}

.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
      position: relative;
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
  
  
  
  
}

#s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3491e545-4fca-4ea3-a408-1d965cd62c5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image {
    
    
  }


.s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shogun-image-content {
  
    align-items: center;
  
}

.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
      position: relative;
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
  
  
  
  
}

#s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3491e545-4fca-4ea3-a408-1d965cd62c5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image {
    
    
  }


.s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shogun-image-content {
  
    align-items: center;
  
}

.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
      position: relative;
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
  
  
  
  
}

#s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3491e545-4fca-4ea3-a408-1d965cd62c5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image {
    
    
  }


.s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shogun-image-content {
  
    align-items: center;
  
}

.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
      position: relative;
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
  
  
  
  
}

#s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3491e545-4fca-4ea3-a408-1d965cd62c5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image {
    
    
  }


.s-3491e545-4fca-4ea3-a408-1d965cd62c5e .shogun-image-content {
  
    align-items: center;
  
}

.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container {
      position: relative;
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3491e545-4fca-4ea3-a408-1d965cd62c5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
aspect-ratio: 250/155;
text-align: center;
}



.shg-image-margin-container-s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image {
    
    
  }


.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shogun-image-content {
  
    align-items: center;
  
}

.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
      position: relative;
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
  
  
  
  
}

#s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image {
    
    
  }


.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shogun-image-content {
  
    align-items: center;
  
}

.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
      position: relative;
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
  
  
  
  
}

#s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image {
    
    
  }


.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shogun-image-content {
  
    align-items: center;
  
}

.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
      position: relative;
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
  
  
  
  
}

#s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image {
    
    
  }


.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shogun-image-content {
  
    align-items: center;
  
}

.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
      position: relative;
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
  
  
  
  
}

#s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image {
    
    
  }


.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf .shogun-image-content {
  
    align-items: center;
  
}

.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container {
      position: relative;
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0a3b8b4-ab7b-4615-98df-ce82e1933fcf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f39f47ad-8779-4dd8-8d36-98eccaacaedc {
  margin-left: auto;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
}

#s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/1413;
text-align: center;
}



.shg-image-margin-container-s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image {
    
    
  }


.s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shogun-image-content {
  
    align-items: center;
  
}

.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
      position: relative;
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
  
  
  
  
}

#s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image {
    
    
  }


.s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shogun-image-content {
  
    align-items: center;
  
}

.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
      position: relative;
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
  
  
  
  
}

#s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image {
    
    
  }


.s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shogun-image-content {
  
    align-items: center;
  
}

.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
      position: relative;
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
  
  
  
  
}

#s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image {
    
    
  }


.s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shogun-image-content {
  
    align-items: center;
  
}

.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
      position: relative;
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
  
  
  
  
}

#s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af17c76e-16bd-4fe7-8775-aec9cddf5096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image {
    
    
  }


.s-af17c76e-16bd-4fe7-8775-aec9cddf5096 .shogun-image-content {
  
    align-items: center;
  
}

.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096 {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container {
      position: relative;
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af17c76e-16bd-4fe7-8775-aec9cddf5096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
aspect-ratio: 250/155;
text-align: center;
}



.shg-image-margin-container-s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdefeb0-228c-4288-84e2-13473c820cd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image {
    
    
  }


.s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
      position: relative;
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
  
  
  
  
}

#s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdefeb0-228c-4288-84e2-13473c820cd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image {
    
    
  }


.s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
      position: relative;
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
  
  
  
  
}

#s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdefeb0-228c-4288-84e2-13473c820cd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image {
    
    
  }


.s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
      position: relative;
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
  
  
  
  
}

#s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdefeb0-228c-4288-84e2-13473c820cd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image {
    
    
  }


.s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
      position: relative;
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
  
  
  
  
}

#s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdefeb0-228c-4288-84e2-13473c820cd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image {
    
    
  }


.s-8fdefeb0-228c-4288-84e2-13473c820cd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdefeb0-228c-4288-84e2-13473c820cd1 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container {
      position: relative;
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdefeb0-228c-4288-84e2-13473c820cd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d83b7616-7cd8-4f3a-95e1-8356f51ffc7a {
  margin-left: auto;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
}

#s-c0cef30c-85d5-40d5-ae59-e359807eeb21 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-c0cef30c-85d5-40d5-ae59-e359807eeb21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0cef30c-85d5-40d5-ae59-e359807eeb21 {
  cursor: pointer;
}#s-c0cef30c-85d5-40d5-ae59-e359807eeb21.shg-box.shg-c {
  justify-content: center;
}

#s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/1413;
text-align: center;
}



.shg-image-margin-container-s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69db3948-672f-4f61-a51c-6ee5f34b69bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image {
    
    
  }


.s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shogun-image-content {
  
    align-items: center;
  
}

.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
      position: relative;
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
  
  
  
  
}

#s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69db3948-672f-4f61-a51c-6ee5f34b69bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image {
    
    
  }


.s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shogun-image-content {
  
    align-items: center;
  
}

.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
      position: relative;
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
  
  
  
  
}

#s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69db3948-672f-4f61-a51c-6ee5f34b69bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image {
    
    
  }


.s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shogun-image-content {
  
    align-items: center;
  
}

.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
      position: relative;
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
  
  
  
  
}

#s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69db3948-672f-4f61-a51c-6ee5f34b69bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image {
    
    
  }


.s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shogun-image-content {
  
    align-items: center;
  
}

.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
      position: relative;
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
  
  
  
  
}

#s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shg-image-content-wrapper {
      aspect-ratio: 1920/1413;
      width: 100%;
      height: 100%;
    }

    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shogun-image-link {
      aspect-ratio: 1920/1413;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69db3948-672f-4f61-a51c-6ee5f34b69bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image {
    
    
  }


.s-69db3948-672f-4f61-a51c-6ee5f34b69bb .shogun-image-content {
  
    align-items: center;
  
}

.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb {
      --shg-aspect-ratio: calc(1920/1413); 
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container {
      position: relative;
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69db3948-672f-4f61-a51c-6ee5f34b69bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5e83d99f-d219-417c-971f-13f117b22e56 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
aspect-ratio: 250/155;
text-align: center;
}



.shg-image-margin-container-s-5e83d99f-d219-417c-971f-13f117b22e56 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5e83d99f-d219-417c-971f-13f117b22e56 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e83d99f-d219-417c-971f-13f117b22e56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image {
    
    
  }


.s-5e83d99f-d219-417c-971f-13f117b22e56 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e83d99f-d219-417c-971f-13f117b22e56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e83d99f-d219-417c-971f-13f117b22e56 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
      position: relative;
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5e83d99f-d219-417c-971f-13f117b22e56 {
  
  
  
  
}

#s-5e83d99f-d219-417c-971f-13f117b22e56 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e83d99f-d219-417c-971f-13f117b22e56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image {
    
    
  }


.s-5e83d99f-d219-417c-971f-13f117b22e56 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e83d99f-d219-417c-971f-13f117b22e56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e83d99f-d219-417c-971f-13f117b22e56 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
      position: relative;
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5e83d99f-d219-417c-971f-13f117b22e56 {
  
  
  
  
}

#s-5e83d99f-d219-417c-971f-13f117b22e56 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e83d99f-d219-417c-971f-13f117b22e56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image {
    
    
  }


.s-5e83d99f-d219-417c-971f-13f117b22e56 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e83d99f-d219-417c-971f-13f117b22e56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e83d99f-d219-417c-971f-13f117b22e56 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
      position: relative;
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5e83d99f-d219-417c-971f-13f117b22e56 {
  
  
  
  
}

#s-5e83d99f-d219-417c-971f-13f117b22e56 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e83d99f-d219-417c-971f-13f117b22e56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image {
    
    
  }


.s-5e83d99f-d219-417c-971f-13f117b22e56 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e83d99f-d219-417c-971f-13f117b22e56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e83d99f-d219-417c-971f-13f117b22e56 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
      position: relative;
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5e83d99f-d219-417c-971f-13f117b22e56 {
  
  
  
  
}

#s-5e83d99f-d219-417c-971f-13f117b22e56 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shg-image-content-wrapper {
      aspect-ratio: 250/155;
      width: 100%;
      height: 100%;
    }

    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shogun-image-link {
      aspect-ratio: 250/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e83d99f-d219-417c-971f-13f117b22e56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e83d99f-d219-417c-971f-13f117b22e56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image {
    
    
  }


.s-5e83d99f-d219-417c-971f-13f117b22e56 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e83d99f-d219-417c-971f-13f117b22e56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e83d99f-d219-417c-971f-13f117b22e56 {
      --shg-aspect-ratio: calc(250/155); 
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container {
      position: relative;
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e83d99f-d219-417c-971f-13f117b22e56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-24826752-1397-4154-a680-57e2e9bf41d9 {
  margin-left: auto;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
}

#s-66aaacdc-7ed4-4ead-99a4-a5a17fed8da6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-66aaacdc-7ed4-4ead-99a4-a5a17fed8da6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66aaacdc-7ed4-4ead-99a4-a5a17fed8da6.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-47e3b907-2b61-42d2-ad08-381f56aaec53 {
  margin-left: auto;
margin-right: auto;
}

#s-47e3b907-2b61-42d2-ad08-381f56aaec53 hr {
  border-top: 2px solid #ddd;
}

#s-2f627fe1-7295-433f-b888-13ddad7e44ed {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-2f627fe1-7295-433f-b888-13ddad7e44ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f627fe1-7295-433f-b888-13ddad7e44ed.shg-box.shg-c {
  justify-content: center;
}

#s-fc393e59-257a-4a1d-8bd1-c4c5e4e3a402 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc393e59-257a-4a1d-8bd1-c4c5e4e3a402 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.75em;
  
  
  
}



#s-e87cc522-7432-407e-8c4b-095a2dc41fc4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ca4fff53-515a-449a-83ac-af012d07c94a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
}

#s-00d54954-9ee7-4326-9787-9c697d8a4de1 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
}








#s-00d54954-9ee7-4326-9787-9c697d8a4de1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00d54954-9ee7-4326-9787-9c697d8a4de1.shg-box.shg-c {
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-56d9031d-0f11-4632-8421-8bf5441c012a {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
}

#s-56d9031d-0f11-4632-8421-8bf5441c012a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(241, 241, 241, 1);
}

#s-56d9031d-0f11-4632-8421-8bf5441c012a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 241, 1);
  padding: 10px;
}

#s-56d9031d-0f11-4632-8421-8bf5441c012a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-56d9031d-0f11-4632-8421-8bf5441c012a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(241, 241, 241, 1);
}

#s-56d9031d-0f11-4632-8421-8bf5441c012a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: gin;
  
  
  font-size: 28px;
}

#s-56d9031d-0f11-4632-8421-8bf5441c012a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 28px;
}
#s-bacb7b02-c103-46d6-87d3-4cbc4e6493f7 {
  margin-left: 2em;
margin-right: 2em;
padding-left: 2em;
padding-right: 2em;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
