#s-5ae9feaa-c8b6-4504-a670-0a11216d58f7 {
  text-align: left;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-5e119eb2-db0a-447c-9a0e-29db78cc678c {
  min-height: 50px;
}
@media (max-width: 767px){#s-5e119eb2-db0a-447c-9a0e-29db78cc678c {
  display: none;
}
#s-5e119eb2-db0a-447c-9a0e-29db78cc678c, #wrap-s-5e119eb2-db0a-447c-9a0e-29db78cc678c { display: none !important; }}







#s-5e119eb2-db0a-447c-9a0e-29db78cc678c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e119eb2-db0a-447c-9a0e-29db78cc678c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-1bbaf366-1736-4267-8e24-cf349b3ec3fd {
  max-width: 1920px;
aspect-ratio: 1920/600;
text-align: center;
}





  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image,
  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd {
    width: 100%;
    height: auto;
  }

  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image {
    
    
  }


.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd {
      --shg-aspect-ratio: calc(1920/600); 
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container {
      position: relative;
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image,
  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd {
    width: 100%;
    height: auto;
  }

  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image {
    
    
  }


.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd {
      --shg-aspect-ratio: calc(1920/600); 
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container {
      position: relative;
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image,
  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd {
    width: 100%;
    height: auto;
  }

  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image {
    
    
  }


.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd {
      --shg-aspect-ratio: calc(1920/600); 
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container {
      position: relative;
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image,
  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd {
    width: 100%;
    height: auto;
  }

  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image {
    
    
  }


.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd {
      --shg-aspect-ratio: calc(1920/600); 
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container {
      position: relative;
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image,
  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd {
    width: 100%;
    height: auto;
  }

  #s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image {
    
    
  }


.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd {
      --shg-aspect-ratio: calc(1920/600); 
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container {
      position: relative;
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbaf366-1736-4267-8e24-cf349b3ec3fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0668e3e9-9bcf-4a65-b0ac-e7b3db89577b {
  margin-top: 10px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
min-height: 50px;
}








#s-0668e3e9-9bcf-4a65-b0ac-e7b3db89577b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0668e3e9-9bcf-4a65-b0ac-e7b3db89577b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-e6551a55-134a-470e-a28b-01778e99de3a {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-e6551a55-134a-470e-a28b-01778e99de3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6551a55-134a-470e-a28b-01778e99de3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e6551a55-134a-470e-a28b-01778e99de3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6551a55-134a-470e-a28b-01778e99de3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

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

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

.shg-btn-text {
  font-weight: normal;
  font-family: Assistant, sans-serif;
}

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

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

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

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

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

#s-cf8438c6-8602-4e94-a70d-31d1a7b82795 {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-style: solid;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cf8438c6-8602-4e94-a70d-31d1a7b82795:hover {background-color: rgba(241, 240, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cf8438c6-8602-4e94-a70d-31d1a7b82795:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cf8438c6-8602-4e94-a70d-31d1a7b82795-root {
    text-align: center;
  }


#s-cf8438c6-8602-4e94-a70d-31d1a7b82795.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cf8438c6-8602-4e94-a70d-31d1a7b82795-root {
    text-align: center;
  }


#s-cf8438c6-8602-4e94-a70d-31d1a7b82795.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf8438c6-8602-4e94-a70d-31d1a7b82795-root {
    text-align: center;
  }


#s-cf8438c6-8602-4e94-a70d-31d1a7b82795.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf8438c6-8602-4e94-a70d-31d1a7b82795-root {
    text-align: center;
  }


#s-cf8438c6-8602-4e94-a70d-31d1a7b82795.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cf8438c6-8602-4e94-a70d-31d1a7b82795-root {
    text-align: center;
  }


#s-cf8438c6-8602-4e94-a70d-31d1a7b82795.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-3fd4906f-98ac-40a6-ac98-db0dbd512ee0 {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-style: solid;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3fd4906f-98ac-40a6-ac98-db0dbd512ee0:hover {background-color: rgba(241, 240, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3fd4906f-98ac-40a6-ac98-db0dbd512ee0:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3fd4906f-98ac-40a6-ac98-db0dbd512ee0-root {
    text-align: center;
  }


#s-3fd4906f-98ac-40a6-ac98-db0dbd512ee0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3fd4906f-98ac-40a6-ac98-db0dbd512ee0-root {
    text-align: center;
  }


#s-3fd4906f-98ac-40a6-ac98-db0dbd512ee0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fd4906f-98ac-40a6-ac98-db0dbd512ee0-root {
    text-align: center;
  }


#s-3fd4906f-98ac-40a6-ac98-db0dbd512ee0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3fd4906f-98ac-40a6-ac98-db0dbd512ee0-root {
    text-align: center;
  }


#s-3fd4906f-98ac-40a6-ac98-db0dbd512ee0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3fd4906f-98ac-40a6-ac98-db0dbd512ee0-root {
    text-align: center;
  }


#s-3fd4906f-98ac-40a6-ac98-db0dbd512ee0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-dfc3c123-a203-40f4-9ce6-e6571a3e395a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-style: solid;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-dfc3c123-a203-40f4-9ce6-e6571a3e395a:hover {background-color: rgba(241, 240, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dfc3c123-a203-40f4-9ce6-e6571a3e395a:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-dfc3c123-a203-40f4-9ce6-e6571a3e395a-root {
    text-align: center;
  }


#s-dfc3c123-a203-40f4-9ce6-e6571a3e395a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dfc3c123-a203-40f4-9ce6-e6571a3e395a-root {
    text-align: center;
  }


#s-dfc3c123-a203-40f4-9ce6-e6571a3e395a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfc3c123-a203-40f4-9ce6-e6571a3e395a-root {
    text-align: center;
  }


#s-dfc3c123-a203-40f4-9ce6-e6571a3e395a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfc3c123-a203-40f4-9ce6-e6571a3e395a-root {
    text-align: center;
  }


#s-dfc3c123-a203-40f4-9ce6-e6571a3e395a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dfc3c123-a203-40f4-9ce6-e6571a3e395a-root {
    text-align: center;
  }


#s-dfc3c123-a203-40f4-9ce6-e6571a3e395a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-7752304d-b32b-4963-9543-bbc60178475c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}








#s-7752304d-b32b-4963-9543-bbc60178475c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7752304d-b32b-4963-9543-bbc60178475c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-899f0a9a-0ef0-4524-86d6-aa1eea02d1bf {
  margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-899f0a9a-0ef0-4524-86d6-aa1eea02d1bf {
  display: none;
}
#s-899f0a9a-0ef0-4524-86d6-aa1eea02d1bf, #wrap-s-899f0a9a-0ef0-4524-86d6-aa1eea02d1bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-899f0a9a-0ef0-4524-86d6-aa1eea02d1bf {
  display: none;
}
#s-899f0a9a-0ef0-4524-86d6-aa1eea02d1bf, #wrap-s-899f0a9a-0ef0-4524-86d6-aa1eea02d1bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-899f0a9a-0ef0-4524-86d6-aa1eea02d1bf {
  display: none;
}
#s-899f0a9a-0ef0-4524-86d6-aa1eea02d1bf, #wrap-s-899f0a9a-0ef0-4524-86d6-aa1eea02d1bf { display: none !important; }}







#s-899f0a9a-0ef0-4524-86d6-aa1eea02d1bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-899f0a9a-0ef0-4524-86d6-aa1eea02d1bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b480625d-3d62-4af7-bf23-c94c31865f5c {
  max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image,
  #s-b480625d-3d62-4af7-bf23-c94c31865f5c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b480625d-3d62-4af7-bf23-c94c31865f5c {
    width: 100%;
    height: auto;
  }

  #s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image {
    
    
  }


.s-b480625d-3d62-4af7-bf23-c94c31865f5c .shogun-image-content {
  
    align-items: center;
  
}

.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b480625d-3d62-4af7-bf23-c94c31865f5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container {
      position: relative;
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image,
  #s-b480625d-3d62-4af7-bf23-c94c31865f5c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b480625d-3d62-4af7-bf23-c94c31865f5c {
    width: 100%;
    height: auto;
  }

  #s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image {
    
    
  }


.s-b480625d-3d62-4af7-bf23-c94c31865f5c .shogun-image-content {
  
    align-items: center;
  
}

.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b480625d-3d62-4af7-bf23-c94c31865f5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container {
      position: relative;
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image,
  #s-b480625d-3d62-4af7-bf23-c94c31865f5c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b480625d-3d62-4af7-bf23-c94c31865f5c {
    width: 100%;
    height: auto;
  }

  #s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image {
    
    
  }


.s-b480625d-3d62-4af7-bf23-c94c31865f5c .shogun-image-content {
  
    align-items: center;
  
}

.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b480625d-3d62-4af7-bf23-c94c31865f5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container {
      position: relative;
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image,
  #s-b480625d-3d62-4af7-bf23-c94c31865f5c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b480625d-3d62-4af7-bf23-c94c31865f5c {
    width: 100%;
    height: auto;
  }

  #s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image {
    
    
  }


.s-b480625d-3d62-4af7-bf23-c94c31865f5c .shogun-image-content {
  
    align-items: center;
  
}

.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b480625d-3d62-4af7-bf23-c94c31865f5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container {
      position: relative;
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image,
  #s-b480625d-3d62-4af7-bf23-c94c31865f5c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b480625d-3d62-4af7-bf23-c94c31865f5c {
    width: 100%;
    height: auto;
  }

  #s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image {
    
    
  }


.s-b480625d-3d62-4af7-bf23-c94c31865f5c .shogun-image-content {
  
    align-items: center;
  
}

.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b480625d-3d62-4af7-bf23-c94c31865f5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container {
      position: relative;
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b480625d-3d62-4af7-bf23-c94c31865f5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f6170433-635c-4cea-bc7c-09d49e79ccbe {
  margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-f6170433-635c-4cea-bc7c-09d49e79ccbe {
  display: none;
}
#s-f6170433-635c-4cea-bc7c-09d49e79ccbe, #wrap-s-f6170433-635c-4cea-bc7c-09d49e79ccbe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6170433-635c-4cea-bc7c-09d49e79ccbe {
  display: none;
}
#s-f6170433-635c-4cea-bc7c-09d49e79ccbe, #wrap-s-f6170433-635c-4cea-bc7c-09d49e79ccbe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6170433-635c-4cea-bc7c-09d49e79ccbe {
  display: none;
}
#s-f6170433-635c-4cea-bc7c-09d49e79ccbe, #wrap-s-f6170433-635c-4cea-bc7c-09d49e79ccbe { display: none !important; }}







#s-f6170433-635c-4cea-bc7c-09d49e79ccbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6170433-635c-4cea-bc7c-09d49e79ccbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1dabea5-9283-4029-a67a-666dff093337 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-a1dabea5-9283-4029-a67a-666dff093337"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1dabea5-9283-4029-a67a-666dff093337"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a1dabea5-9283-4029-a67a-666dff093337"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1dabea5-9283-4029-a67a-666dff093337"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d10e5c7f-3212-4aca-a34a-7edd95b43309 {
  margin-top: 14px;
margin-bottom: 14px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-style: solid;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d10e5c7f-3212-4aca-a34a-7edd95b43309:hover {background-color: rgba(241, 240, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d10e5c7f-3212-4aca-a34a-7edd95b43309:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d10e5c7f-3212-4aca-a34a-7edd95b43309-root {
    text-align: center;
  }


#s-d10e5c7f-3212-4aca-a34a-7edd95b43309.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d10e5c7f-3212-4aca-a34a-7edd95b43309-root {
    text-align: center;
  }


#s-d10e5c7f-3212-4aca-a34a-7edd95b43309.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d10e5c7f-3212-4aca-a34a-7edd95b43309-root {
    text-align: center;
  }


#s-d10e5c7f-3212-4aca-a34a-7edd95b43309.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d10e5c7f-3212-4aca-a34a-7edd95b43309-root {
    text-align: center;
  }


#s-d10e5c7f-3212-4aca-a34a-7edd95b43309.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d10e5c7f-3212-4aca-a34a-7edd95b43309-root {
    text-align: center;
  }


#s-d10e5c7f-3212-4aca-a34a-7edd95b43309.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-0cfd454c-186a-4667-8b8f-dfe540e2b10d {
  margin-top: 14px;
margin-bottom: 14px;
padding-top: 10px;
padding-left: 22px;
padding-bottom: 10px;
padding-right: 22px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-style: solid;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0cfd454c-186a-4667-8b8f-dfe540e2b10d:hover {background-color: rgba(241, 240, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0cfd454c-186a-4667-8b8f-dfe540e2b10d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0cfd454c-186a-4667-8b8f-dfe540e2b10d-root {
    text-align: center;
  }


#s-0cfd454c-186a-4667-8b8f-dfe540e2b10d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0cfd454c-186a-4667-8b8f-dfe540e2b10d-root {
    text-align: center;
  }


#s-0cfd454c-186a-4667-8b8f-dfe540e2b10d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0cfd454c-186a-4667-8b8f-dfe540e2b10d-root {
    text-align: center;
  }


#s-0cfd454c-186a-4667-8b8f-dfe540e2b10d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0cfd454c-186a-4667-8b8f-dfe540e2b10d-root {
    text-align: center;
  }


#s-0cfd454c-186a-4667-8b8f-dfe540e2b10d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0cfd454c-186a-4667-8b8f-dfe540e2b10d-root {
    text-align: center;
  }


#s-0cfd454c-186a-4667-8b8f-dfe540e2b10d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-346a482c-c823-4e09-a332-861d7dec06bb {
  margin-top: 14px;
margin-bottom: 14px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-style: solid;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-346a482c-c823-4e09-a332-861d7dec06bb:hover {background-color: rgba(241, 240, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-346a482c-c823-4e09-a332-861d7dec06bb:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-346a482c-c823-4e09-a332-861d7dec06bb-root {
    text-align: center;
  }


#s-346a482c-c823-4e09-a332-861d7dec06bb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-346a482c-c823-4e09-a332-861d7dec06bb-root {
    text-align: center;
  }


#s-346a482c-c823-4e09-a332-861d7dec06bb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-346a482c-c823-4e09-a332-861d7dec06bb-root {
    text-align: center;
  }


#s-346a482c-c823-4e09-a332-861d7dec06bb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-346a482c-c823-4e09-a332-861d7dec06bb-root {
    text-align: center;
  }


#s-346a482c-c823-4e09-a332-861d7dec06bb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-346a482c-c823-4e09-a332-861d7dec06bb-root {
    text-align: center;
  }


#s-346a482c-c823-4e09-a332-861d7dec06bb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-d581b1ec-093a-414a-a9eb-0b8a911df4ce {
  margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d581b1ec-093a-414a-a9eb-0b8a911df4ce {
  display: none;
}
#s-d581b1ec-093a-414a-a9eb-0b8a911df4ce, #wrap-s-d581b1ec-093a-414a-a9eb-0b8a911df4ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d581b1ec-093a-414a-a9eb-0b8a911df4ce {
  display: none;
}
#s-d581b1ec-093a-414a-a9eb-0b8a911df4ce, #wrap-s-d581b1ec-093a-414a-a9eb-0b8a911df4ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d581b1ec-093a-414a-a9eb-0b8a911df4ce {
  display: none;
}
#s-d581b1ec-093a-414a-a9eb-0b8a911df4ce, #wrap-s-d581b1ec-093a-414a-a9eb-0b8a911df4ce { display: none !important; }}







#s-d581b1ec-093a-414a-a9eb-0b8a911df4ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d581b1ec-093a-414a-a9eb-0b8a911df4ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-4ea66c1f-3ad5-4382-8cb8-d8f9133e75dc {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4ea66c1f-3ad5-4382-8cb8-d8f9133e75dc .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-4ea66c1f-3ad5-4382-8cb8-d8f9133e75dc .shg-sld-nav-button.shg-sld-left,
#s-4ea66c1f-3ad5-4382-8cb8-d8f9133e75dc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 {
  margin-bottom: 10px;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image,
  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 {
    width: 100%;
    height: auto;
  }

  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image {
    
    
  }


.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container {
      position: relative;
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image,
  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 {
    width: 100%;
    height: auto;
  }

  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image {
    
    
  }


.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container {
      position: relative;
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image,
  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 {
    width: 100%;
    height: auto;
  }

  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image {
    
    
  }


.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container {
      position: relative;
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image,
  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 {
    width: 100%;
    height: auto;
  }

  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image {
    
    
  }


.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container {
      position: relative;
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image,
  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 {
    width: 100%;
    height: auto;
  }

  #s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image {
    
    
  }


.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container {
      position: relative;
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d98abc-f338-4e59-92de-8a6cf10af2d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-02759437-4076-44e0-baa4-566e633e3b97 {
  margin-bottom: 10px;
max-width: 767px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image,
  #s-02759437-4076-44e0-baa4-566e633e3b97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02759437-4076-44e0-baa4-566e633e3b97 {
    width: 100%;
    height: auto;
  }

  #s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image {
    
    
  }


.s-02759437-4076-44e0-baa4-566e633e3b97 .shogun-image-content {
  
    align-items: center;
  
}

.s-02759437-4076-44e0-baa4-566e633e3b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02759437-4076-44e0-baa4-566e633e3b97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container {
      position: relative;
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image,
  #s-02759437-4076-44e0-baa4-566e633e3b97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02759437-4076-44e0-baa4-566e633e3b97 {
    width: 100%;
    height: auto;
  }

  #s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image {
    
    
  }


.s-02759437-4076-44e0-baa4-566e633e3b97 .shogun-image-content {
  
    align-items: center;
  
}

.s-02759437-4076-44e0-baa4-566e633e3b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02759437-4076-44e0-baa4-566e633e3b97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container {
      position: relative;
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image,
  #s-02759437-4076-44e0-baa4-566e633e3b97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02759437-4076-44e0-baa4-566e633e3b97 {
    width: 100%;
    height: auto;
  }

  #s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image {
    
    
  }


.s-02759437-4076-44e0-baa4-566e633e3b97 .shogun-image-content {
  
    align-items: center;
  
}

.s-02759437-4076-44e0-baa4-566e633e3b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02759437-4076-44e0-baa4-566e633e3b97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container {
      position: relative;
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image,
  #s-02759437-4076-44e0-baa4-566e633e3b97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02759437-4076-44e0-baa4-566e633e3b97 {
    width: 100%;
    height: auto;
  }

  #s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image {
    
    
  }


.s-02759437-4076-44e0-baa4-566e633e3b97 .shogun-image-content {
  
    align-items: center;
  
}

.s-02759437-4076-44e0-baa4-566e633e3b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02759437-4076-44e0-baa4-566e633e3b97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container {
      position: relative;
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image,
  #s-02759437-4076-44e0-baa4-566e633e3b97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02759437-4076-44e0-baa4-566e633e3b97 {
    width: 100%;
    height: auto;
  }

  #s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image {
    
    
  }


.s-02759437-4076-44e0-baa4-566e633e3b97 .shogun-image-content {
  
    align-items: center;
  
}

.s-02759437-4076-44e0-baa4-566e633e3b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02759437-4076-44e0-baa4-566e633e3b97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container {
      position: relative;
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02759437-4076-44e0-baa4-566e633e3b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cc342129-6d43-4985-b7d6-a9be7417fbeb {
  margin-bottom: 10px;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image,
  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb {
    width: 100%;
    height: auto;
  }

  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image {
    
    
  }


.s-cc342129-6d43-4985-b7d6-a9be7417fbeb .shogun-image-content {
  
    align-items: center;
  
}

.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container {
      position: relative;
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image,
  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb {
    width: 100%;
    height: auto;
  }

  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image {
    
    
  }


.s-cc342129-6d43-4985-b7d6-a9be7417fbeb .shogun-image-content {
  
    align-items: center;
  
}

.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container {
      position: relative;
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image,
  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb {
    width: 100%;
    height: auto;
  }

  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image {
    
    
  }


.s-cc342129-6d43-4985-b7d6-a9be7417fbeb .shogun-image-content {
  
    align-items: center;
  
}

.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container {
      position: relative;
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image,
  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb {
    width: 100%;
    height: auto;
  }

  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image {
    
    
  }


.s-cc342129-6d43-4985-b7d6-a9be7417fbeb .shogun-image-content {
  
    align-items: center;
  
}

.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container {
      position: relative;
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image,
  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb {
    width: 100%;
    height: auto;
  }

  #s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image {
    
    
  }


.s-cc342129-6d43-4985-b7d6-a9be7417fbeb .shogun-image-content {
  
    align-items: center;
  
}

.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container {
      position: relative;
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc342129-6d43-4985-b7d6-a9be7417fbeb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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: Assistant, sans-serif;
  font-weight: normal;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
}

.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: Assistant, sans-serif;
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

@media (min-width: 1200px){#s-d86f36aa-459a-4288-898b-9d7b70cf77e2 {
  display: none;
}
#s-d86f36aa-459a-4288-898b-9d7b70cf77e2, #wrap-s-d86f36aa-459a-4288-898b-9d7b70cf77e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d86f36aa-459a-4288-898b-9d7b70cf77e2 {
  display: none;
}
#s-d86f36aa-459a-4288-898b-9d7b70cf77e2, #wrap-s-d86f36aa-459a-4288-898b-9d7b70cf77e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d86f36aa-459a-4288-898b-9d7b70cf77e2 {
  display: none;
}
#s-d86f36aa-459a-4288-898b-9d7b70cf77e2, #wrap-s-d86f36aa-459a-4288-898b-9d7b70cf77e2 { display: none !important; }}
#s-a7aa5494-1a83-4a5a-a739-9ea19c715150 {
  margin-bottom: 10px;
}

#s-e4afc6fa-6896-4d4e-ac25-6c46f9d54eda {
  margin-bottom: 10px;
}

#s-a39d01ef-1b74-4b5b-b1b9-00e6bca468b6 {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-a39d01ef-1b74-4b5b-b1b9-00e6bca468b6 {
  display: none;
}
#s-a39d01ef-1b74-4b5b-b1b9-00e6bca468b6, #wrap-s-a39d01ef-1b74-4b5b-b1b9-00e6bca468b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a39d01ef-1b74-4b5b-b1b9-00e6bca468b6 {
  display: none;
}
#s-a39d01ef-1b74-4b5b-b1b9-00e6bca468b6, #wrap-s-a39d01ef-1b74-4b5b-b1b9-00e6bca468b6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a39d01ef-1b74-4b5b-b1b9-00e6bca468b6 {
  display: none;
}
#s-a39d01ef-1b74-4b5b-b1b9-00e6bca468b6, #wrap-s-a39d01ef-1b74-4b5b-b1b9-00e6bca468b6 { display: none !important; }}
#s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc:hover {background-color: rgba(241, 240, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc {
  display: none;
}
#s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc, #wrap-s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc {
  display: none;
}
#s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc, #wrap-s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc {
  display: none;
}
#s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc, #wrap-s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc { display: none !important; }}

  #s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc-root {
    text-align: center;
  }


#s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc-root {
    text-align: center;
  }


#s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc-root {
    text-align: center;
  }


#s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc-root {
    text-align: center;
  }


#s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc-root {
    text-align: center;
  }


#s-d266571b-8f5d-4753-ae14-5b81bdb0a7fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-4dce2900-d0b9-4342-91e0-95c200460cdf {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4dce2900-d0b9-4342-91e0-95c200460cdf:hover {background-color: rgba(241, 240, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4dce2900-d0b9-4342-91e0-95c200460cdf:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-4dce2900-d0b9-4342-91e0-95c200460cdf {
  display: none;
}
#s-4dce2900-d0b9-4342-91e0-95c200460cdf, #wrap-s-4dce2900-d0b9-4342-91e0-95c200460cdf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4dce2900-d0b9-4342-91e0-95c200460cdf {
  display: none;
}
#s-4dce2900-d0b9-4342-91e0-95c200460cdf, #wrap-s-4dce2900-d0b9-4342-91e0-95c200460cdf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4dce2900-d0b9-4342-91e0-95c200460cdf {
  display: none;
}
#s-4dce2900-d0b9-4342-91e0-95c200460cdf, #wrap-s-4dce2900-d0b9-4342-91e0-95c200460cdf { display: none !important; }}

  #s-4dce2900-d0b9-4342-91e0-95c200460cdf-root {
    text-align: center;
  }


#s-4dce2900-d0b9-4342-91e0-95c200460cdf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4dce2900-d0b9-4342-91e0-95c200460cdf-root {
    text-align: center;
  }


#s-4dce2900-d0b9-4342-91e0-95c200460cdf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4dce2900-d0b9-4342-91e0-95c200460cdf-root {
    text-align: center;
  }


#s-4dce2900-d0b9-4342-91e0-95c200460cdf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4dce2900-d0b9-4342-91e0-95c200460cdf-root {
    text-align: center;
  }


#s-4dce2900-d0b9-4342-91e0-95c200460cdf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4dce2900-d0b9-4342-91e0-95c200460cdf-root {
    text-align: center;
  }


#s-4dce2900-d0b9-4342-91e0-95c200460cdf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e:hover {background-color: rgba(241, 240, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e {
  display: none;
}
#s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e, #wrap-s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e {
  display: none;
}
#s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e, #wrap-s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e {
  display: none;
}
#s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e, #wrap-s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e { display: none !important; }}

  #s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e-root {
    text-align: center;
  }


#s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e-root {
    text-align: center;
  }


#s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e-root {
    text-align: center;
  }


#s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e-root {
    text-align: center;
  }


#s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e-root {
    text-align: center;
  }


#s-d202fe53-fe3b-49e5-9d9f-0ca7c0ead36e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-e21878d1-1ed7-44eb-8619-6ef3bac459f0 {
  margin-top: 0px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(241, 240, 240, 1);
}
@media (min-width: 1200px){#s-e21878d1-1ed7-44eb-8619-6ef3bac459f0 {
  display: none;
}
#s-e21878d1-1ed7-44eb-8619-6ef3bac459f0, #wrap-s-e21878d1-1ed7-44eb-8619-6ef3bac459f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e21878d1-1ed7-44eb-8619-6ef3bac459f0 {
  display: none;
}
#s-e21878d1-1ed7-44eb-8619-6ef3bac459f0, #wrap-s-e21878d1-1ed7-44eb-8619-6ef3bac459f0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e21878d1-1ed7-44eb-8619-6ef3bac459f0 {
  display: none;
}
#s-e21878d1-1ed7-44eb-8619-6ef3bac459f0, #wrap-s-e21878d1-1ed7-44eb-8619-6ef3bac459f0 { display: none !important; }}







#s-e21878d1-1ed7-44eb-8619-6ef3bac459f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e21878d1-1ed7-44eb-8619-6ef3bac459f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfedfd17-233a-41d0-8b1e-2f94001f6740 {
  margin-top: 30px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-bfedfd17-233a-41d0-8b1e-2f94001f6740 {
  display: none;
}
#s-bfedfd17-233a-41d0-8b1e-2f94001f6740, #wrap-s-bfedfd17-233a-41d0-8b1e-2f94001f6740 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfedfd17-233a-41d0-8b1e-2f94001f6740 {
  display: none;
}
#s-bfedfd17-233a-41d0-8b1e-2f94001f6740, #wrap-s-bfedfd17-233a-41d0-8b1e-2f94001f6740 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfedfd17-233a-41d0-8b1e-2f94001f6740 {
  display: none;
}
#s-bfedfd17-233a-41d0-8b1e-2f94001f6740, #wrap-s-bfedfd17-233a-41d0-8b1e-2f94001f6740 { display: none !important; }}
#s-f946fb4f-ec1b-446d-a6e1-d9490cc08770 {
  padding-bottom: 10px;
}
@media (min-width: 1200px){#s-f946fb4f-ec1b-446d-a6e1-d9490cc08770 {
  display: none;
}
#s-f946fb4f-ec1b-446d-a6e1-d9490cc08770, #wrap-s-f946fb4f-ec1b-446d-a6e1-d9490cc08770 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f946fb4f-ec1b-446d-a6e1-d9490cc08770 {
  display: none;
}
#s-f946fb4f-ec1b-446d-a6e1-d9490cc08770, #wrap-s-f946fb4f-ec1b-446d-a6e1-d9490cc08770 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f946fb4f-ec1b-446d-a6e1-d9490cc08770 {
  display: none;
}
#s-f946fb4f-ec1b-446d-a6e1-d9490cc08770, #wrap-s-f946fb4f-ec1b-446d-a6e1-d9490cc08770 { display: none !important; }}
#s-f946fb4f-ec1b-446d-a6e1-d9490cc08770 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-f946fb4f-ec1b-446d-a6e1-d9490cc08770 .shg-sld-nav-button.shg-sld-left,
#s-f946fb4f-ec1b-446d-a6e1-d9490cc08770 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-61149df7-45c8-4f37-9ecc-af1cfd1d4880"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-61149df7-45c8-4f37-9ecc-af1cfd1d4880"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-61149df7-45c8-4f37-9ecc-af1cfd1d4880"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-61149df7-45c8-4f37-9ecc-af1cfd1d4880"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fe54c7d1-c57b-44d2-b4a0-24ed8c97f0e7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
}








#s-fe54c7d1-c57b-44d2-b4a0-24ed8c97f0e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe54c7d1-c57b-44d2-b4a0-24ed8c97f0e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 {
  max-width: 289px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image,
  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 {
    width: 100%;
    height: auto;
  }

  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image {
    
    
  }


.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container {
      position: relative;
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image,
  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 {
    width: 100%;
    height: auto;
  }

  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image {
    
    
  }


.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container {
      position: relative;
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image,
  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 {
    width: 100%;
    height: auto;
  }

  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image {
    
    
  }


.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container {
      position: relative;
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image,
  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 {
    width: 100%;
    height: auto;
  }

  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image {
    
    
  }


.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container {
      position: relative;
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image,
  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 {
    width: 100%;
    height: auto;
  }

  #s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image {
    
    
  }


.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container {
      position: relative;
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5438bd7-91e6-48ac-a222-7f3562eb0f20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
max-width: 100px;
aspect-ratio: 375/93;
text-align: center;
}





  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image,
  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 {
    width: 100%;
    height: auto;
  }

  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image {
    
    
  }


.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 {
      --shg-aspect-ratio: calc(375/93); 
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container {
      position: relative;
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image,
  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 {
    width: 100%;
    height: auto;
  }

  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image {
    
    
  }


.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 {
      --shg-aspect-ratio: calc(375/93); 
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container {
      position: relative;
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image,
  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 {
    width: 100%;
    height: auto;
  }

  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image {
    
    
  }


.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 {
      --shg-aspect-ratio: calc(375/93); 
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container {
      position: relative;
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image,
  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 {
    width: 100%;
    height: auto;
  }

  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image {
    
    
  }


.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 {
      --shg-aspect-ratio: calc(375/93); 
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container {
      position: relative;
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image,
  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 {
    width: 100%;
    height: auto;
  }

  #s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image {
    
    
  }


.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 {
      --shg-aspect-ratio: calc(375/93); 
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container {
      position: relative;
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b3a9f9e-e27b-4428-9801-53a4edc68e72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a955f65f-67a0-4e2d-aabf-3fb579183b0c {
  max-width: 378px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image,
  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c {
    width: 100%;
    height: auto;
  }

  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image {
    
    
  }


.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container {
      position: relative;
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image,
  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c {
    width: 100%;
    height: auto;
  }

  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image {
    
    
  }


.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container {
      position: relative;
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image,
  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c {
    width: 100%;
    height: auto;
  }

  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image {
    
    
  }


.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container {
      position: relative;
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image,
  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c {
    width: 100%;
    height: auto;
  }

  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image {
    
    
  }


.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container {
      position: relative;
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image,
  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c {
    width: 100%;
    height: auto;
  }

  #s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image {
    
    
  }


.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container {
      position: relative;
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a955f65f-67a0-4e2d-aabf-3fb579183b0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cff078c2-596b-492f-a743-9cfd01c7de91 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
max-width: 100px;
aspect-ratio: 375/94;
text-align: center;
}





  #s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image,
  #s-cff078c2-596b-492f-a743-9cfd01c7de91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cff078c2-596b-492f-a743-9cfd01c7de91 {
    width: 100%;
    height: auto;
  }

  #s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image {
    
    
  }


.s-cff078c2-596b-492f-a743-9cfd01c7de91 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff078c2-596b-492f-a743-9cfd01c7de91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cff078c2-596b-492f-a743-9cfd01c7de91 {
      --shg-aspect-ratio: calc(375/94); 
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container {
      position: relative;
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image,
  #s-cff078c2-596b-492f-a743-9cfd01c7de91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cff078c2-596b-492f-a743-9cfd01c7de91 {
    width: 100%;
    height: auto;
  }

  #s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image {
    
    
  }


.s-cff078c2-596b-492f-a743-9cfd01c7de91 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff078c2-596b-492f-a743-9cfd01c7de91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cff078c2-596b-492f-a743-9cfd01c7de91 {
      --shg-aspect-ratio: calc(375/94); 
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container {
      position: relative;
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image,
  #s-cff078c2-596b-492f-a743-9cfd01c7de91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cff078c2-596b-492f-a743-9cfd01c7de91 {
    width: 100%;
    height: auto;
  }

  #s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image {
    
    
  }


.s-cff078c2-596b-492f-a743-9cfd01c7de91 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff078c2-596b-492f-a743-9cfd01c7de91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cff078c2-596b-492f-a743-9cfd01c7de91 {
      --shg-aspect-ratio: calc(375/94); 
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container {
      position: relative;
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image,
  #s-cff078c2-596b-492f-a743-9cfd01c7de91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cff078c2-596b-492f-a743-9cfd01c7de91 {
    width: 100%;
    height: auto;
  }

  #s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image {
    
    
  }


.s-cff078c2-596b-492f-a743-9cfd01c7de91 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff078c2-596b-492f-a743-9cfd01c7de91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cff078c2-596b-492f-a743-9cfd01c7de91 {
      --shg-aspect-ratio: calc(375/94); 
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container {
      position: relative;
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image,
  #s-cff078c2-596b-492f-a743-9cfd01c7de91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cff078c2-596b-492f-a743-9cfd01c7de91 {
    width: 100%;
    height: auto;
  }

  #s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image {
    
    
  }


.s-cff078c2-596b-492f-a743-9cfd01c7de91 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff078c2-596b-492f-a743-9cfd01c7de91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cff078c2-596b-492f-a743-9cfd01c7de91 {
      --shg-aspect-ratio: calc(375/94); 
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container {
      position: relative;
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cff078c2-596b-492f-a743-9cfd01c7de91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-091793c9-b6d1-45f7-9393-82864cb6879a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-091793c9-b6d1-45f7-9393-82864cb6879a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-091793c9-b6d1-45f7-9393-82864cb6879a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-091793c9-b6d1-45f7-9393-82864cb6879a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c1cd226a-e972-4a6a-a123-7ce947436fd5 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0px;
padding-right: 0px;
max-width: 289px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image,
  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 {
    width: 100%;
    height: auto;
  }

  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image {
    
    
  }


.s-c1cd226a-e972-4a6a-a123-7ce947436fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container {
      position: relative;
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image,
  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 {
    width: 100%;
    height: auto;
  }

  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image {
    
    
  }


.s-c1cd226a-e972-4a6a-a123-7ce947436fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container {
      position: relative;
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image,
  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 {
    width: 100%;
    height: auto;
  }

  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image {
    
    
  }


.s-c1cd226a-e972-4a6a-a123-7ce947436fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container {
      position: relative;
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image,
  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 {
    width: 100%;
    height: auto;
  }

  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image {
    
    
  }


.s-c1cd226a-e972-4a6a-a123-7ce947436fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container {
      position: relative;
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image,
  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 {
    width: 100%;
    height: auto;
  }

  #s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image {
    
    
  }


.s-c1cd226a-e972-4a6a-a123-7ce947436fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container {
      position: relative;
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cd226a-e972-4a6a-a123-7ce947436fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-dafea3d3-f36e-4324-99c7-b5a75e24df07 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100px;
aspect-ratio: 375/131;
text-align: center;
}





  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image,
  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 {
    width: 100%;
    height: auto;
  }

  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image {
    
    
  }


.s-dafea3d3-f36e-4324-99c7-b5a75e24df07 .shogun-image-content {
  
    align-items: center;
  
}

.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07 {
      --shg-aspect-ratio: calc(375/131); 
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container {
      position: relative;
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image,
  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 {
    width: 100%;
    height: auto;
  }

  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image {
    
    
  }


.s-dafea3d3-f36e-4324-99c7-b5a75e24df07 .shogun-image-content {
  
    align-items: center;
  
}

.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07 {
      --shg-aspect-ratio: calc(375/131); 
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container {
      position: relative;
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image,
  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 {
    width: 100%;
    height: auto;
  }

  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image {
    
    
  }


.s-dafea3d3-f36e-4324-99c7-b5a75e24df07 .shogun-image-content {
  
    align-items: center;
  
}

.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07 {
      --shg-aspect-ratio: calc(375/131); 
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container {
      position: relative;
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image,
  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 {
    width: 100%;
    height: auto;
  }

  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image {
    
    
  }


.s-dafea3d3-f36e-4324-99c7-b5a75e24df07 .shogun-image-content {
  
    align-items: center;
  
}

.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07 {
      --shg-aspect-ratio: calc(375/131); 
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container {
      position: relative;
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image,
  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 {
    width: 100%;
    height: auto;
  }

  #s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image {
    
    
  }


.s-dafea3d3-f36e-4324-99c7-b5a75e24df07 .shogun-image-content {
  
    align-items: center;
  
}

.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07 {
      --shg-aspect-ratio: calc(375/131); 
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container {
      position: relative;
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dafea3d3-f36e-4324-99c7-b5a75e24df07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-16c059b0-c227-4d48-974b-c498a83af689"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-16c059b0-c227-4d48-974b-c498a83af689"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-16c059b0-c227-4d48-974b-c498a83af689"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-16c059b0-c227-4d48-974b-c498a83af689"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d82570ac-6a98-42d5-8c51-42de56823c9b {
  max-width: 289px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image,
  #s-d82570ac-6a98-42d5-8c51-42de56823c9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d82570ac-6a98-42d5-8c51-42de56823c9b {
    width: 100%;
    height: auto;
  }

  #s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image {
    
    
  }


.s-d82570ac-6a98-42d5-8c51-42de56823c9b .shogun-image-content {
  
    align-items: center;
  
}

.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d82570ac-6a98-42d5-8c51-42de56823c9b {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container {
      position: relative;
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image,
  #s-d82570ac-6a98-42d5-8c51-42de56823c9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d82570ac-6a98-42d5-8c51-42de56823c9b {
    width: 100%;
    height: auto;
  }

  #s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image {
    
    
  }


.s-d82570ac-6a98-42d5-8c51-42de56823c9b .shogun-image-content {
  
    align-items: center;
  
}

.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d82570ac-6a98-42d5-8c51-42de56823c9b {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container {
      position: relative;
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image,
  #s-d82570ac-6a98-42d5-8c51-42de56823c9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d82570ac-6a98-42d5-8c51-42de56823c9b {
    width: 100%;
    height: auto;
  }

  #s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image {
    
    
  }


.s-d82570ac-6a98-42d5-8c51-42de56823c9b .shogun-image-content {
  
    align-items: center;
  
}

.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d82570ac-6a98-42d5-8c51-42de56823c9b {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container {
      position: relative;
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image,
  #s-d82570ac-6a98-42d5-8c51-42de56823c9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d82570ac-6a98-42d5-8c51-42de56823c9b {
    width: 100%;
    height: auto;
  }

  #s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image {
    
    
  }


.s-d82570ac-6a98-42d5-8c51-42de56823c9b .shogun-image-content {
  
    align-items: center;
  
}

.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d82570ac-6a98-42d5-8c51-42de56823c9b {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container {
      position: relative;
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image,
  #s-d82570ac-6a98-42d5-8c51-42de56823c9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d82570ac-6a98-42d5-8c51-42de56823c9b {
    width: 100%;
    height: auto;
  }

  #s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image {
    
    
  }


.s-d82570ac-6a98-42d5-8c51-42de56823c9b .shogun-image-content {
  
    align-items: center;
  
}

.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d82570ac-6a98-42d5-8c51-42de56823c9b {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container {
      position: relative;
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d82570ac-6a98-42d5-8c51-42de56823c9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-96f66287-8e86-47ac-9d51-085032a08741 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 375/117;
text-align: center;
}





  #s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image,
  #s-96f66287-8e86-47ac-9d51-085032a08741 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96f66287-8e86-47ac-9d51-085032a08741 {
    width: 100%;
    height: auto;
  }

  #s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image {
    
    
  }


.s-96f66287-8e86-47ac-9d51-085032a08741 .shogun-image-content {
  
    align-items: center;
  
}

.s-96f66287-8e86-47ac-9d51-085032a08741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96f66287-8e86-47ac-9d51-085032a08741 {
      --shg-aspect-ratio: calc(375/117); 
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container {
      position: relative;
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image,
  #s-96f66287-8e86-47ac-9d51-085032a08741 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96f66287-8e86-47ac-9d51-085032a08741 {
    width: 100%;
    height: auto;
  }

  #s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image {
    
    
  }


.s-96f66287-8e86-47ac-9d51-085032a08741 .shogun-image-content {
  
    align-items: center;
  
}

.s-96f66287-8e86-47ac-9d51-085032a08741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96f66287-8e86-47ac-9d51-085032a08741 {
      --shg-aspect-ratio: calc(375/117); 
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container {
      position: relative;
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image,
  #s-96f66287-8e86-47ac-9d51-085032a08741 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96f66287-8e86-47ac-9d51-085032a08741 {
    width: 100%;
    height: auto;
  }

  #s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image {
    
    
  }


.s-96f66287-8e86-47ac-9d51-085032a08741 .shogun-image-content {
  
    align-items: center;
  
}

.s-96f66287-8e86-47ac-9d51-085032a08741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96f66287-8e86-47ac-9d51-085032a08741 {
      --shg-aspect-ratio: calc(375/117); 
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container {
      position: relative;
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image,
  #s-96f66287-8e86-47ac-9d51-085032a08741 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96f66287-8e86-47ac-9d51-085032a08741 {
    width: 100%;
    height: auto;
  }

  #s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image {
    
    
  }


.s-96f66287-8e86-47ac-9d51-085032a08741 .shogun-image-content {
  
    align-items: center;
  
}

.s-96f66287-8e86-47ac-9d51-085032a08741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96f66287-8e86-47ac-9d51-085032a08741 {
      --shg-aspect-ratio: calc(375/117); 
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container {
      position: relative;
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image,
  #s-96f66287-8e86-47ac-9d51-085032a08741 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96f66287-8e86-47ac-9d51-085032a08741 {
    width: 100%;
    height: auto;
  }

  #s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image {
    
    
  }


.s-96f66287-8e86-47ac-9d51-085032a08741 .shogun-image-content {
  
    align-items: center;
  
}

.s-96f66287-8e86-47ac-9d51-085032a08741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96f66287-8e86-47ac-9d51-085032a08741 {
      --shg-aspect-ratio: calc(375/117); 
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container {
      position: relative;
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96f66287-8e86-47ac-9d51-085032a08741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
max-width: 289px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image,
  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e {
    width: 100%;
    height: auto;
  }

  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image {
    
    
  }


.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container {
      position: relative;
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image,
  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e {
    width: 100%;
    height: auto;
  }

  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image {
    
    
  }


.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container {
      position: relative;
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image,
  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e {
    width: 100%;
    height: auto;
  }

  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image {
    
    
  }


.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container {
      position: relative;
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image,
  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e {
    width: 100%;
    height: auto;
  }

  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image {
    
    
  }


.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container {
      position: relative;
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image,
  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e {
    width: 100%;
    height: auto;
  }

  #s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image {
    
    
  }


.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container {
      position: relative;
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe8e0e8-7ae0-4e4d-b74f-bb667d54046e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 80px;
aspect-ratio: 375/138;
text-align: center;
}





  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image,
  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 {
    width: 100%;
    height: auto;
  }

  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image {
    
    
  }


.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 {
      --shg-aspect-ratio: calc(375/138); 
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container {
      position: relative;
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image,
  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 {
    width: 100%;
    height: auto;
  }

  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image {
    
    
  }


.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 {
      --shg-aspect-ratio: calc(375/138); 
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container {
      position: relative;
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image,
  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 {
    width: 100%;
    height: auto;
  }

  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image {
    
    
  }


.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 {
      --shg-aspect-ratio: calc(375/138); 
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container {
      position: relative;
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image,
  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 {
    width: 100%;
    height: auto;
  }

  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image {
    
    
  }


.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 {
      --shg-aspect-ratio: calc(375/138); 
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container {
      position: relative;
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image,
  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 {
    width: 100%;
    height: auto;
  }

  #s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image {
    
    
  }


.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 {
      --shg-aspect-ratio: calc(375/138); 
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container {
      position: relative;
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bcd9ade-45d0-4135-8f17-0dd59bfbc458 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e5eb8bc1-08f0-4ca2-920f-4e6c47020df0 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-e5eb8bc1-08f0-4ca2-920f-4e6c47020df0 {
  display: none;
}
#s-e5eb8bc1-08f0-4ca2-920f-4e6c47020df0, #wrap-s-e5eb8bc1-08f0-4ca2-920f-4e6c47020df0 { display: none !important; }}







#s-e5eb8bc1-08f0-4ca2-920f-4e6c47020df0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5eb8bc1-08f0-4ca2-920f-4e6c47020df0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3961c9c3-0d5b-4f36-b32f-3025b67bd581 {
  margin-top: 50px;
margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-3961c9c3-0d5b-4f36-b32f-3025b67bd581"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3961c9c3-0d5b-4f36-b32f-3025b67bd581"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3961c9c3-0d5b-4f36-b32f-3025b67bd581"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3961c9c3-0d5b-4f36-b32f-3025b67bd581"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-92383341-d10b-4a8d-846f-61b178bc88fb {
  margin-bottom: 10px;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-92383341-d10b-4a8d-846f-61b178bc88fb {
  display: none;
}
#s-92383341-d10b-4a8d-846f-61b178bc88fb, #wrap-s-92383341-d10b-4a8d-846f-61b178bc88fb { display: none !important; }}




  #s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image,
  #s-92383341-d10b-4a8d-846f-61b178bc88fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92383341-d10b-4a8d-846f-61b178bc88fb {
    width: 100%;
    height: auto;
  }

  #s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image {
    
    
  }


.s-92383341-d10b-4a8d-846f-61b178bc88fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-92383341-d10b-4a8d-846f-61b178bc88fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92383341-d10b-4a8d-846f-61b178bc88fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container {
      position: relative;
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image,
  #s-92383341-d10b-4a8d-846f-61b178bc88fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92383341-d10b-4a8d-846f-61b178bc88fb {
    width: 100%;
    height: auto;
  }

  #s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image {
    
    
  }


.s-92383341-d10b-4a8d-846f-61b178bc88fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-92383341-d10b-4a8d-846f-61b178bc88fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92383341-d10b-4a8d-846f-61b178bc88fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container {
      position: relative;
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image,
  #s-92383341-d10b-4a8d-846f-61b178bc88fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92383341-d10b-4a8d-846f-61b178bc88fb {
    width: 100%;
    height: auto;
  }

  #s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image {
    
    
  }


.s-92383341-d10b-4a8d-846f-61b178bc88fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-92383341-d10b-4a8d-846f-61b178bc88fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92383341-d10b-4a8d-846f-61b178bc88fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container {
      position: relative;
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image,
  #s-92383341-d10b-4a8d-846f-61b178bc88fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92383341-d10b-4a8d-846f-61b178bc88fb {
    width: 100%;
    height: auto;
  }

  #s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image {
    
    
  }


.s-92383341-d10b-4a8d-846f-61b178bc88fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-92383341-d10b-4a8d-846f-61b178bc88fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92383341-d10b-4a8d-846f-61b178bc88fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container {
      position: relative;
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image,
  #s-92383341-d10b-4a8d-846f-61b178bc88fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92383341-d10b-4a8d-846f-61b178bc88fb {
    width: 100%;
    height: auto;
  }

  #s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image {
    
    
  }


.s-92383341-d10b-4a8d-846f-61b178bc88fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-92383341-d10b-4a8d-846f-61b178bc88fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92383341-d10b-4a8d-846f-61b178bc88fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container {
      position: relative;
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92383341-d10b-4a8d-846f-61b178bc88fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d4d4b1ae-64b2-4658-bbd8-9820eef66bcf {
  margin-bottom: 5px;
}

#s-cd247ca1-1568-479b-9ee2-725eed211252 {
  margin-bottom: 10px;
}

#s-f2d83b49-c6d0-4cb5-9892-ae64192e85a7 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f2d83b49-c6d0-4cb5-9892-ae64192e85a7:hover {background-color: rgba(241, 240, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f2d83b49-c6d0-4cb5-9892-ae64192e85a7:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f2d83b49-c6d0-4cb5-9892-ae64192e85a7-root {
    text-align: center;
  }


#s-f2d83b49-c6d0-4cb5-9892-ae64192e85a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f2d83b49-c6d0-4cb5-9892-ae64192e85a7-root {
    text-align: center;
  }


#s-f2d83b49-c6d0-4cb5-9892-ae64192e85a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2d83b49-c6d0-4cb5-9892-ae64192e85a7-root {
    text-align: center;
  }


#s-f2d83b49-c6d0-4cb5-9892-ae64192e85a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2d83b49-c6d0-4cb5-9892-ae64192e85a7-root {
    text-align: center;
  }


#s-f2d83b49-c6d0-4cb5-9892-ae64192e85a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f2d83b49-c6d0-4cb5-9892-ae64192e85a7-root {
    text-align: center;
  }


#s-f2d83b49-c6d0-4cb5-9892-ae64192e85a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-d8921324-dcc8-4d76-a300-033cd4abe46e {
  margin-bottom: 10px;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image,
  #s-d8921324-dcc8-4d76-a300-033cd4abe46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8921324-dcc8-4d76-a300-033cd4abe46e {
    width: 100%;
    height: auto;
  }

  #s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image {
    
    
  }


.s-d8921324-dcc8-4d76-a300-033cd4abe46e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d8921324-dcc8-4d76-a300-033cd4abe46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container {
      position: relative;
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image,
  #s-d8921324-dcc8-4d76-a300-033cd4abe46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8921324-dcc8-4d76-a300-033cd4abe46e {
    width: 100%;
    height: auto;
  }

  #s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image {
    
    
  }


.s-d8921324-dcc8-4d76-a300-033cd4abe46e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d8921324-dcc8-4d76-a300-033cd4abe46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container {
      position: relative;
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image,
  #s-d8921324-dcc8-4d76-a300-033cd4abe46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8921324-dcc8-4d76-a300-033cd4abe46e {
    width: 100%;
    height: auto;
  }

  #s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image {
    
    
  }


.s-d8921324-dcc8-4d76-a300-033cd4abe46e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d8921324-dcc8-4d76-a300-033cd4abe46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container {
      position: relative;
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image,
  #s-d8921324-dcc8-4d76-a300-033cd4abe46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8921324-dcc8-4d76-a300-033cd4abe46e {
    width: 100%;
    height: auto;
  }

  #s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image {
    
    
  }


.s-d8921324-dcc8-4d76-a300-033cd4abe46e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d8921324-dcc8-4d76-a300-033cd4abe46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container {
      position: relative;
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image,
  #s-d8921324-dcc8-4d76-a300-033cd4abe46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8921324-dcc8-4d76-a300-033cd4abe46e {
    width: 100%;
    height: auto;
  }

  #s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image {
    
    
  }


.s-d8921324-dcc8-4d76-a300-033cd4abe46e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d8921324-dcc8-4d76-a300-033cd4abe46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container {
      position: relative;
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8921324-dcc8-4d76-a300-033cd4abe46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ffe68b27-a46a-4924-972d-a9700bddc727 {
  margin-bottom: 5px;
}

#s-5d2b2658-862e-4120-a973-61a00bac4fbf {
  margin-bottom: 10px;
}

#s-55571a7a-f9eb-4121-a219-388412d4afb5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-55571a7a-f9eb-4121-a219-388412d4afb5:hover {background-color: rgba(241, 240, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-55571a7a-f9eb-4121-a219-388412d4afb5:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-55571a7a-f9eb-4121-a219-388412d4afb5-root {
    text-align: center;
  }


#s-55571a7a-f9eb-4121-a219-388412d4afb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55571a7a-f9eb-4121-a219-388412d4afb5-root {
    text-align: center;
  }


#s-55571a7a-f9eb-4121-a219-388412d4afb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55571a7a-f9eb-4121-a219-388412d4afb5-root {
    text-align: center;
  }


#s-55571a7a-f9eb-4121-a219-388412d4afb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55571a7a-f9eb-4121-a219-388412d4afb5-root {
    text-align: center;
  }


#s-55571a7a-f9eb-4121-a219-388412d4afb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55571a7a-f9eb-4121-a219-388412d4afb5-root {
    text-align: center;
  }


#s-55571a7a-f9eb-4121-a219-388412d4afb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 {
  margin-bottom: 10px;
max-width: 767px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image,
  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 {
    width: 100%;
    height: auto;
  }

  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image {
    
    
  }


.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container {
      position: relative;
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image,
  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 {
    width: 100%;
    height: auto;
  }

  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image {
    
    
  }


.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container {
      position: relative;
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image,
  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 {
    width: 100%;
    height: auto;
  }

  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image {
    
    
  }


.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container {
      position: relative;
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image,
  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 {
    width: 100%;
    height: auto;
  }

  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image {
    
    
  }


.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container {
      position: relative;
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image,
  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 {
    width: 100%;
    height: auto;
  }

  #s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image {
    
    
  }


.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container {
      position: relative;
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d98cfc8-4671-4f26-91c0-87fe0cf808a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f60e89bb-3942-4ccb-ac80-b7f8550c69ea {
  margin-bottom: 5px;
}

#s-f3001539-2e9f-4d27-9989-8a68c11faf7e {
  margin-bottom: 10px;
}

#s-f7af0f48-25b4-448b-bd2c-bc39a0a9ed3b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f7af0f48-25b4-448b-bd2c-bc39a0a9ed3b:hover {background-color: rgba(241, 240, 240, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f7af0f48-25b4-448b-bd2c-bc39a0a9ed3b:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f7af0f48-25b4-448b-bd2c-bc39a0a9ed3b-root {
    text-align: center;
  }


#s-f7af0f48-25b4-448b-bd2c-bc39a0a9ed3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7af0f48-25b4-448b-bd2c-bc39a0a9ed3b-root {
    text-align: center;
  }


#s-f7af0f48-25b4-448b-bd2c-bc39a0a9ed3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7af0f48-25b4-448b-bd2c-bc39a0a9ed3b-root {
    text-align: center;
  }


#s-f7af0f48-25b4-448b-bd2c-bc39a0a9ed3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7af0f48-25b4-448b-bd2c-bc39a0a9ed3b-root {
    text-align: center;
  }


#s-f7af0f48-25b4-448b-bd2c-bc39a0a9ed3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7af0f48-25b4-448b-bd2c-bc39a0a9ed3b-root {
    text-align: center;
  }


#s-f7af0f48-25b4-448b-bd2c-bc39a0a9ed3b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-ccce6e80-21aa-4a49-af35-b7b60f5bf196 {
  margin-bottom: 70px;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(241, 240, 240, 1);
}
@media (max-width: 767px){#s-ccce6e80-21aa-4a49-af35-b7b60f5bf196 {
  display: none;
}
#s-ccce6e80-21aa-4a49-af35-b7b60f5bf196, #wrap-s-ccce6e80-21aa-4a49-af35-b7b60f5bf196 { display: none !important; }}







#s-ccce6e80-21aa-4a49-af35-b7b60f5bf196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccce6e80-21aa-4a49-af35-b7b60f5bf196.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d5b4ef3-78d6-4f22-9633-6fff7f9a97e2 {
  padding-top: 30px;
}
@media (max-width: 767px){#s-0d5b4ef3-78d6-4f22-9633-6fff7f9a97e2 {
  display: none;
}
#s-0d5b4ef3-78d6-4f22-9633-6fff7f9a97e2, #wrap-s-0d5b4ef3-78d6-4f22-9633-6fff7f9a97e2 { display: none !important; }}
#s-12836dca-968b-4568-8cf4-8e7478a1431a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1680px;
}
@media (max-width: 767px){#s-12836dca-968b-4568-8cf4-8e7478a1431a {
  display: none;
}
#s-12836dca-968b-4568-8cf4-8e7478a1431a, #wrap-s-12836dca-968b-4568-8cf4-8e7478a1431a { display: none !important; }}
@media (min-width: 0px) {
[id="s-12836dca-968b-4568-8cf4-8e7478a1431a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-12836dca-968b-4568-8cf4-8e7478a1431a"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-12836dca-968b-4568-8cf4-8e7478a1431a"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-12836dca-968b-4568-8cf4-8e7478a1431a"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-e15e5ebb-46c0-4acc-8930-48773916f9a9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
min-height: 50px;
}








#s-e15e5ebb-46c0-4acc-8930-48773916f9a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e15e5ebb-46c0-4acc-8930-48773916f9a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f {
  max-width: 289px;
aspect-ratio: 2/3;
text-align: center;
}
@media (max-width: 767px){#s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f {
  display: none;
}
#s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f, #wrap-s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f { display: none !important; }}




  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image,
  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f {
    width: 100%;
    height: auto;
  }

  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image {
    
    
  }


.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container {
      position: relative;
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image,
  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f {
    width: 100%;
    height: auto;
  }

  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image {
    
    
  }


.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container {
      position: relative;
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image,
  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f {
    width: 100%;
    height: auto;
  }

  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image {
    
    
  }


.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container {
      position: relative;
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image,
  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f {
    width: 100%;
    height: auto;
  }

  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image {
    
    
  }


.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container {
      position: relative;
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image,
  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f {
    width: 100%;
    height: auto;
  }

  #s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image {
    
    
  }


.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container {
      position: relative;
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ff018ff-4ef2-4e0b-a72f-f9ac4634565f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ec9de122-1504-4cfa-96b8-e185597f2eb3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
max-width: 150px;
aspect-ratio: 375/93;
text-align: center;
}
@media (max-width: 767px){#s-ec9de122-1504-4cfa-96b8-e185597f2eb3 {
  display: none;
}
#s-ec9de122-1504-4cfa-96b8-e185597f2eb3, #wrap-s-ec9de122-1504-4cfa-96b8-e185597f2eb3 { display: none !important; }}




  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image,
  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 {
    width: 100%;
    height: auto;
  }

  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image {
    
    
  }


.s-ec9de122-1504-4cfa-96b8-e185597f2eb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3 {
      --shg-aspect-ratio: calc(375/93); 
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container {
      position: relative;
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image,
  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 {
    width: 100%;
    height: auto;
  }

  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image {
    
    
  }


.s-ec9de122-1504-4cfa-96b8-e185597f2eb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3 {
      --shg-aspect-ratio: calc(375/93); 
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container {
      position: relative;
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image,
  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 {
    width: 100%;
    height: auto;
  }

  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image {
    
    
  }


.s-ec9de122-1504-4cfa-96b8-e185597f2eb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3 {
      --shg-aspect-ratio: calc(375/93); 
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container {
      position: relative;
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image,
  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 {
    width: 100%;
    height: auto;
  }

  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image {
    
    
  }


.s-ec9de122-1504-4cfa-96b8-e185597f2eb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3 {
      --shg-aspect-ratio: calc(375/93); 
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container {
      position: relative;
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image,
  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 {
    width: 100%;
    height: auto;
  }

  #s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image {
    
    
  }


.s-ec9de122-1504-4cfa-96b8-e185597f2eb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3 {
      --shg-aspect-ratio: calc(375/93); 
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container {
      position: relative;
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec9de122-1504-4cfa-96b8-e185597f2eb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9df1e29c-70f6-4ee8-81f2-34d58c63542e {
  max-width: 289px;
aspect-ratio: 2/3;
text-align: center;
}
@media (max-width: 767px){#s-9df1e29c-70f6-4ee8-81f2-34d58c63542e {
  display: none;
}
#s-9df1e29c-70f6-4ee8-81f2-34d58c63542e, #wrap-s-9df1e29c-70f6-4ee8-81f2-34d58c63542e { display: none !important; }}




  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image,
  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e {
    width: 100%;
    height: auto;
  }

  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image {
    
    
  }


.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e .shogun-image-content {
  
    align-items: center;
  
}

.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container {
      position: relative;
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image,
  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e {
    width: 100%;
    height: auto;
  }

  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image {
    
    
  }


.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e .shogun-image-content {
  
    align-items: center;
  
}

.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container {
      position: relative;
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image,
  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e {
    width: 100%;
    height: auto;
  }

  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image {
    
    
  }


.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e .shogun-image-content {
  
    align-items: center;
  
}

.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container {
      position: relative;
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image,
  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e {
    width: 100%;
    height: auto;
  }

  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image {
    
    
  }


.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e .shogun-image-content {
  
    align-items: center;
  
}

.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container {
      position: relative;
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image,
  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e {
    width: 100%;
    height: auto;
  }

  #s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image {
    
    
  }


.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e .shogun-image-content {
  
    align-items: center;
  
}

.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container {
      position: relative;
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9df1e29c-70f6-4ee8-81f2-34d58c63542e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b08bbfba-de7e-47e3-b6ed-d8066c993864 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 150px;
aspect-ratio: 375/94;
text-align: center;
}
@media (max-width: 767px){#s-b08bbfba-de7e-47e3-b6ed-d8066c993864 {
  display: none;
}
#s-b08bbfba-de7e-47e3-b6ed-d8066c993864, #wrap-s-b08bbfba-de7e-47e3-b6ed-d8066c993864 { display: none !important; }}




  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image,
  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 {
    width: 100%;
    height: auto;
  }

  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image {
    
    
  }


.s-b08bbfba-de7e-47e3-b6ed-d8066c993864 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864 {
      --shg-aspect-ratio: calc(375/94); 
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container {
      position: relative;
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image,
  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 {
    width: 100%;
    height: auto;
  }

  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image {
    
    
  }


.s-b08bbfba-de7e-47e3-b6ed-d8066c993864 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864 {
      --shg-aspect-ratio: calc(375/94); 
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container {
      position: relative;
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image,
  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 {
    width: 100%;
    height: auto;
  }

  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image {
    
    
  }


.s-b08bbfba-de7e-47e3-b6ed-d8066c993864 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864 {
      --shg-aspect-ratio: calc(375/94); 
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container {
      position: relative;
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image,
  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 {
    width: 100%;
    height: auto;
  }

  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image {
    
    
  }


.s-b08bbfba-de7e-47e3-b6ed-d8066c993864 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864 {
      --shg-aspect-ratio: calc(375/94); 
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container {
      position: relative;
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image,
  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 {
    width: 100%;
    height: auto;
  }

  #s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image {
    
    
  }


.s-b08bbfba-de7e-47e3-b6ed-d8066c993864 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864 {
      --shg-aspect-ratio: calc(375/94); 
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container {
      position: relative;
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08bbfba-de7e-47e3-b6ed-d8066c993864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed {
  max-width: 289px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image,
  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed {
    width: 100%;
    height: auto;
  }

  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image {
    
    
  }


.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed .shogun-image-content {
  
    align-items: center;
  
}

.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container {
      position: relative;
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image,
  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed {
    width: 100%;
    height: auto;
  }

  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image {
    
    
  }


.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed .shogun-image-content {
  
    align-items: center;
  
}

.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container {
      position: relative;
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image,
  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed {
    width: 100%;
    height: auto;
  }

  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image {
    
    
  }


.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed .shogun-image-content {
  
    align-items: center;
  
}

.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container {
      position: relative;
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image,
  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed {
    width: 100%;
    height: auto;
  }

  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image {
    
    
  }


.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed .shogun-image-content {
  
    align-items: center;
  
}

.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container {
      position: relative;
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image,
  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed {
    width: 100%;
    height: auto;
  }

  #s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image {
    
    
  }


.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed .shogun-image-content {
  
    align-items: center;
  
}

.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container {
      position: relative;
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e3d7aeb-a2e4-48fe-a5b2-b2a63cb1d5ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6fb7a036-14a1-48e0-8352-320a7701c02b {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 150px;
aspect-ratio: 375/117;
text-align: center;
}





  #s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image,
  #s-6fb7a036-14a1-48e0-8352-320a7701c02b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fb7a036-14a1-48e0-8352-320a7701c02b {
    width: 100%;
    height: auto;
  }

  #s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image {
    
    
  }


.s-6fb7a036-14a1-48e0-8352-320a7701c02b .shogun-image-content {
  
    align-items: center;
  
}

.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fb7a036-14a1-48e0-8352-320a7701c02b {
      --shg-aspect-ratio: calc(375/117); 
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container {
      position: relative;
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image,
  #s-6fb7a036-14a1-48e0-8352-320a7701c02b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fb7a036-14a1-48e0-8352-320a7701c02b {
    width: 100%;
    height: auto;
  }

  #s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image {
    
    
  }


.s-6fb7a036-14a1-48e0-8352-320a7701c02b .shogun-image-content {
  
    align-items: center;
  
}

.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fb7a036-14a1-48e0-8352-320a7701c02b {
      --shg-aspect-ratio: calc(375/117); 
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container {
      position: relative;
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image,
  #s-6fb7a036-14a1-48e0-8352-320a7701c02b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fb7a036-14a1-48e0-8352-320a7701c02b {
    width: 100%;
    height: auto;
  }

  #s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image {
    
    
  }


.s-6fb7a036-14a1-48e0-8352-320a7701c02b .shogun-image-content {
  
    align-items: center;
  
}

.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fb7a036-14a1-48e0-8352-320a7701c02b {
      --shg-aspect-ratio: calc(375/117); 
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container {
      position: relative;
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image,
  #s-6fb7a036-14a1-48e0-8352-320a7701c02b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fb7a036-14a1-48e0-8352-320a7701c02b {
    width: 100%;
    height: auto;
  }

  #s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image {
    
    
  }


.s-6fb7a036-14a1-48e0-8352-320a7701c02b .shogun-image-content {
  
    align-items: center;
  
}

.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fb7a036-14a1-48e0-8352-320a7701c02b {
      --shg-aspect-ratio: calc(375/117); 
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container {
      position: relative;
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image,
  #s-6fb7a036-14a1-48e0-8352-320a7701c02b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fb7a036-14a1-48e0-8352-320a7701c02b {
    width: 100%;
    height: auto;
  }

  #s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image {
    
    
  }


.s-6fb7a036-14a1-48e0-8352-320a7701c02b .shogun-image-content {
  
    align-items: center;
  
}

.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fb7a036-14a1-48e0-8352-320a7701c02b {
      --shg-aspect-ratio: calc(375/117); 
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container {
      position: relative;
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fb7a036-14a1-48e0-8352-320a7701c02b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6afbae7d-fa33-459c-987c-76ee48baaf58 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 289px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image,
  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 {
    width: 100%;
    height: auto;
  }

  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image {
    
    
  }


.s-6afbae7d-fa33-459c-987c-76ee48baaf58 .shogun-image-content {
  
    align-items: center;
  
}

.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6afbae7d-fa33-459c-987c-76ee48baaf58 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container {
      position: relative;
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image,
  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 {
    width: 100%;
    height: auto;
  }

  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image {
    
    
  }


.s-6afbae7d-fa33-459c-987c-76ee48baaf58 .shogun-image-content {
  
    align-items: center;
  
}

.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6afbae7d-fa33-459c-987c-76ee48baaf58 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container {
      position: relative;
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image,
  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 {
    width: 100%;
    height: auto;
  }

  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image {
    
    
  }


.s-6afbae7d-fa33-459c-987c-76ee48baaf58 .shogun-image-content {
  
    align-items: center;
  
}

.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6afbae7d-fa33-459c-987c-76ee48baaf58 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container {
      position: relative;
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image,
  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 {
    width: 100%;
    height: auto;
  }

  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image {
    
    
  }


.s-6afbae7d-fa33-459c-987c-76ee48baaf58 .shogun-image-content {
  
    align-items: center;
  
}

.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6afbae7d-fa33-459c-987c-76ee48baaf58 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container {
      position: relative;
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image,
  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 {
    width: 100%;
    height: auto;
  }

  #s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image {
    
    
  }


.s-6afbae7d-fa33-459c-987c-76ee48baaf58 .shogun-image-content {
  
    align-items: center;
  
}

.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6afbae7d-fa33-459c-987c-76ee48baaf58 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container {
      position: relative;
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afbae7d-fa33-459c-987c-76ee48baaf58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 120px;
aspect-ratio: 375/138;
text-align: center;
}





  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image,
  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 {
    width: 100%;
    height: auto;
  }

  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image {
    
    
  }


.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 {
      --shg-aspect-ratio: calc(375/138); 
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container {
      position: relative;
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image,
  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 {
    width: 100%;
    height: auto;
  }

  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image {
    
    
  }


.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 {
      --shg-aspect-ratio: calc(375/138); 
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container {
      position: relative;
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image,
  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 {
    width: 100%;
    height: auto;
  }

  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image {
    
    
  }


.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 {
      --shg-aspect-ratio: calc(375/138); 
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container {
      position: relative;
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image,
  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 {
    width: 100%;
    height: auto;
  }

  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image {
    
    
  }


.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 {
      --shg-aspect-ratio: calc(375/138); 
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container {
      position: relative;
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image,
  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 {
    width: 100%;
    height: auto;
  }

  #s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image {
    
    
  }


.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 {
      --shg-aspect-ratio: calc(375/138); 
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container {
      position: relative;
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ce315d-f2c2-4914-8fbd-bfdd851a4462 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-dcdde0c6-5ed1-4766-a684-34d0f26842ca {
  max-width: 289px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image,
  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca {
    width: 100%;
    height: auto;
  }

  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image {
    
    
  }


.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca .shogun-image-content {
  
    align-items: center;
  
}

.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container {
      position: relative;
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image,
  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca {
    width: 100%;
    height: auto;
  }

  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image {
    
    
  }


.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca .shogun-image-content {
  
    align-items: center;
  
}

.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container {
      position: relative;
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image,
  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca {
    width: 100%;
    height: auto;
  }

  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image {
    
    
  }


.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca .shogun-image-content {
  
    align-items: center;
  
}

.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container {
      position: relative;
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image,
  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca {
    width: 100%;
    height: auto;
  }

  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image {
    
    
  }


.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca .shogun-image-content {
  
    align-items: center;
  
}

.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container {
      position: relative;
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image,
  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca {
    width: 100%;
    height: auto;
  }

  #s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image {
    
    
  }


.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca .shogun-image-content {
  
    align-items: center;
  
}

.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container {
      position: relative;
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcdde0c6-5ed1-4766-a684-34d0f26842ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 150px;
aspect-ratio: 375/131;
text-align: center;
}





  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image,
  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 {
    width: 100%;
    height: auto;
  }

  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image {
    
    
  }


.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 {
      --shg-aspect-ratio: calc(375/131); 
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container {
      position: relative;
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image,
  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 {
    width: 100%;
    height: auto;
  }

  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image {
    
    
  }


.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 {
      --shg-aspect-ratio: calc(375/131); 
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container {
      position: relative;
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image,
  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 {
    width: 100%;
    height: auto;
  }

  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image {
    
    
  }


.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 {
      --shg-aspect-ratio: calc(375/131); 
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container {
      position: relative;
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image,
  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 {
    width: 100%;
    height: auto;
  }

  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image {
    
    
  }


.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 {
      --shg-aspect-ratio: calc(375/131); 
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container {
      position: relative;
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image,
  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 {
    width: 100%;
    height: auto;
  }

  #s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image {
    
    
  }


.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 {
      --shg-aspect-ratio: calc(375/131); 
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container {
      position: relative;
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee7cd8cb-6d02-40aa-8901-c395cdfed6e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f51438ac-6142-4915-9983-73afd836ffd6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 20px;
min-height: 50px;
background-color: rgba(241, 240, 240, 1);
}
@media (min-width: 1200px){#s-f51438ac-6142-4915-9983-73afd836ffd6 {
  display: none;
}
#s-f51438ac-6142-4915-9983-73afd836ffd6, #wrap-s-f51438ac-6142-4915-9983-73afd836ffd6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f51438ac-6142-4915-9983-73afd836ffd6 {
  display: none;
}
#s-f51438ac-6142-4915-9983-73afd836ffd6, #wrap-s-f51438ac-6142-4915-9983-73afd836ffd6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f51438ac-6142-4915-9983-73afd836ffd6 {
  display: none;
}
#s-f51438ac-6142-4915-9983-73afd836ffd6, #wrap-s-f51438ac-6142-4915-9983-73afd836ffd6 { display: none !important; }}







#s-f51438ac-6142-4915-9983-73afd836ffd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f51438ac-6142-4915-9983-73afd836ffd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38c45e57-1c47-436c-a00a-2e200c7fda64 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1680px;
}

@media (min-width: 0px) {
[id="s-38c45e57-1c47-436c-a00a-2e200c7fda64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38c45e57-1c47-436c-a00a-2e200c7fda64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-38c45e57-1c47-436c-a00a-2e200c7fda64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-38c45e57-1c47-436c-a00a-2e200c7fda64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3bbcf486-a3e4-4472-8716-9d7b19bf7be5 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
}

#s-a76d969f-3cee-4e1c-ab19-39daa02eaf58 {
  margin-top: 10px;
margin-bottom: 20px;
padding-left: 9%;
padding-right: 9%;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-e5fd975f-9620-46e2-a923-1cd636249aa1 {
  padding-left: 4%;
padding-right: 4%;
}

#s-b9967467-261f-40b2-98e8-44cc01958807 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-4580bf0b-efec-4ca6-a031-70a824af66f8 {
  padding-left: 4%;
padding-right: 4%;
}

#s-98b9a457-f752-430a-ae10-52e95a229c34 {
  margin-top: 10px;
}

#s-acbe7187-8085-49d4-a069-8a09d795257f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1680px;
}
@media (max-width: 767px){#s-acbe7187-8085-49d4-a069-8a09d795257f {
  display: none;
}
#s-acbe7187-8085-49d4-a069-8a09d795257f, #wrap-s-acbe7187-8085-49d4-a069-8a09d795257f { display: none !important; }}







#s-acbe7187-8085-49d4-a069-8a09d795257f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acbe7187-8085-49d4-a069-8a09d795257f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08ced167-e16e-4ef8-9a9e-fccfb9bca23a {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1680px;
}

@media (min-width: 0px) {
[id="s-08ced167-e16e-4ef8-9a9e-fccfb9bca23a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08ced167-e16e-4ef8-9a9e-fccfb9bca23a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-08ced167-e16e-4ef8-9a9e-fccfb9bca23a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-08ced167-e16e-4ef8-9a9e-fccfb9bca23a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1fa3ea09-5189-4a6d-a7f3-29872e45764c {
  margin-top: auto;
margin-bottom: auto;
padding-left: 10%;
}

#s-21133712-5e2d-40e8-863f-7a31ef4b9733 {
  margin-top: 10px;
padding-left: 10%;
}

#s-42e3323e-5e34-45c4-b3ba-01563c5de142 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1680px;
}
@media (max-width: 767px){#s-42e3323e-5e34-45c4-b3ba-01563c5de142 {
  display: none;
}
#s-42e3323e-5e34-45c4-b3ba-01563c5de142, #wrap-s-42e3323e-5e34-45c4-b3ba-01563c5de142 { display: none !important; }}







#s-42e3323e-5e34-45c4-b3ba-01563c5de142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42e3323e-5e34-45c4-b3ba-01563c5de142.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae563b62-53af-4d8f-9bd7-2e37b4c707c1 {
  margin-bottom: 20px;
}

#s-9b0cdfd0-0f01-42c2-a24b-232d661e32bd {
  margin-left: 2%;
margin-right: 2%;
max-width: 1680px;
}

@media (min-width: 0px) {
[id="s-9b0cdfd0-0f01-42c2-a24b-232d661e32bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b0cdfd0-0f01-42c2-a24b-232d661e32bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9b0cdfd0-0f01-42c2-a24b-232d661e32bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b0cdfd0-0f01-42c2-a24b-232d661e32bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e {
  margin-bottom: 30px;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image,
  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e {
    width: 100%;
    height: auto;
  }

  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image {
    
    
  }


.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container {
      position: relative;
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image,
  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e {
    width: 100%;
    height: auto;
  }

  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image {
    
    
  }


.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container {
      position: relative;
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image,
  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e {
    width: 100%;
    height: auto;
  }

  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image {
    
    
  }


.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container {
      position: relative;
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image,
  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e {
    width: 100%;
    height: auto;
  }

  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image {
    
    
  }


.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container {
      position: relative;
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image,
  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e {
    width: 100%;
    height: auto;
  }

  #s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image {
    
    
  }


.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container {
      position: relative;
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c7b5a3c-4e1a-4e05-ae4a-b1f80ba3540e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5e1ae0c0-8661-4024-b64e-8754fa045e5d {
  margin-bottom: 30px;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image,
  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d {
    width: 100%;
    height: auto;
  }

  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image {
    
    
  }


.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container {
      position: relative;
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image,
  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d {
    width: 100%;
    height: auto;
  }

  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image {
    
    
  }


.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container {
      position: relative;
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image,
  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d {
    width: 100%;
    height: auto;
  }

  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image {
    
    
  }


.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container {
      position: relative;
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image,
  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d {
    width: 100%;
    height: auto;
  }

  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image {
    
    
  }


.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container {
      position: relative;
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image,
  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d {
    width: 100%;
    height: auto;
  }

  #s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image {
    
    
  }


.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container {
      position: relative;
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1ae0c0-8661-4024-b64e-8754fa045e5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d2d05844-ec1b-4261-b550-ec39d28490c7 {
  max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image,
  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 {
    width: 100%;
    height: auto;
  }

  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image {
    
    
  }


.s-d2d05844-ec1b-4261-b550-ec39d28490c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2d05844-ec1b-4261-b550-ec39d28490c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container {
      position: relative;
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image,
  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 {
    width: 100%;
    height: auto;
  }

  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image {
    
    
  }


.s-d2d05844-ec1b-4261-b550-ec39d28490c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2d05844-ec1b-4261-b550-ec39d28490c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container {
      position: relative;
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image,
  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 {
    width: 100%;
    height: auto;
  }

  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image {
    
    
  }


.s-d2d05844-ec1b-4261-b550-ec39d28490c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2d05844-ec1b-4261-b550-ec39d28490c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container {
      position: relative;
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image,
  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 {
    width: 100%;
    height: auto;
  }

  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image {
    
    
  }


.s-d2d05844-ec1b-4261-b550-ec39d28490c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2d05844-ec1b-4261-b550-ec39d28490c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container {
      position: relative;
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image,
  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 {
    width: 100%;
    height: auto;
  }

  #s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image {
    
    
  }


.s-d2d05844-ec1b-4261-b550-ec39d28490c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2d05844-ec1b-4261-b550-ec39d28490c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container {
      position: relative;
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2d05844-ec1b-4261-b550-ec39d28490c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-aa6756aa-cb80-4980-9c26-444047a1facf {
  min-height: 50px;
}








#s-aa6756aa-cb80-4980-9c26-444047a1facf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa6756aa-cb80-4980-9c26-444047a1facf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8067ff73-6f7d-44e7-b4c9-41785afde787 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-8067ff73-6f7d-44e7-b4c9-41785afde787"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8067ff73-6f7d-44e7-b4c9-41785afde787"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8067ff73-6f7d-44e7-b4c9-41785afde787"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8067ff73-6f7d-44e7-b4c9-41785afde787"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d {
  max-width: 900px;
aspect-ratio: 900/654;
text-align: center;
}





  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image,
  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d {
    width: 100%;
    height: auto;
  }

  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image {
    
    
  }


.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d {
      --shg-aspect-ratio: calc(900/654); 
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container {
      position: relative;
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image,
  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d {
    width: 100%;
    height: auto;
  }

  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image {
    
    
  }


.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d {
      --shg-aspect-ratio: calc(900/654); 
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container {
      position: relative;
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image,
  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d {
    width: 100%;
    height: auto;
  }

  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image {
    
    
  }


.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d {
      --shg-aspect-ratio: calc(900/654); 
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container {
      position: relative;
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image,
  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d {
    width: 100%;
    height: auto;
  }

  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image {
    
    
  }


.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d {
      --shg-aspect-ratio: calc(900/654); 
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container {
      position: relative;
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image,
  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d {
    width: 100%;
    height: auto;
  }

  #s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image {
    
    
  }


.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d {
      --shg-aspect-ratio: calc(900/654); 
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container {
      position: relative;
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d412f5c6-497c-4fdc-90b8-b7a73119fc6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a {
  max-width: 960px;
aspect-ratio: 960/698;
text-align: center;
}





  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image,
  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a {
    width: 100%;
    height: auto;
  }

  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image {
    
    
  }


.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a .shogun-image-content {
  
    align-items: center;
  
}

.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a {
      --shg-aspect-ratio: calc(960/698); 
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container {
      position: relative;
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image,
  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a {
    width: 100%;
    height: auto;
  }

  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image {
    
    
  }


.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a .shogun-image-content {
  
    align-items: center;
  
}

.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a {
      --shg-aspect-ratio: calc(960/698); 
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container {
      position: relative;
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image,
  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a {
    width: 100%;
    height: auto;
  }

  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image {
    
    
  }


.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a .shogun-image-content {
  
    align-items: center;
  
}

.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a {
      --shg-aspect-ratio: calc(960/698); 
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container {
      position: relative;
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image,
  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a {
    width: 100%;
    height: auto;
  }

  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image {
    
    
  }


.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a .shogun-image-content {
  
    align-items: center;
  
}

.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a {
      --shg-aspect-ratio: calc(960/698); 
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container {
      position: relative;
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image,
  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a {
    width: 100%;
    height: auto;
  }

  #s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image {
    
    
  }


.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a .shogun-image-content {
  
    align-items: center;
  
}

.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a {
      --shg-aspect-ratio: calc(960/698); 
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container {
      position: relative;
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f3b9d45-7c18-46c7-9560-d92f1712fe3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fcbe0531-fc88-47b0-a643-dfec1ee9fe51 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fcbe0531-fc88-47b0-a643-dfec1ee9fe51 {
  display: none;
}
#s-fcbe0531-fc88-47b0-a643-dfec1ee9fe51, #wrap-s-fcbe0531-fc88-47b0-a643-dfec1ee9fe51 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcbe0531-fc88-47b0-a643-dfec1ee9fe51 {
  display: none;
}
#s-fcbe0531-fc88-47b0-a643-dfec1ee9fe51, #wrap-s-fcbe0531-fc88-47b0-a643-dfec1ee9fe51 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fcbe0531-fc88-47b0-a643-dfec1ee9fe51 {
  display: none;
}
#s-fcbe0531-fc88-47b0-a643-dfec1ee9fe51, #wrap-s-fcbe0531-fc88-47b0-a643-dfec1ee9fe51 { display: none !important; }}







#s-fcbe0531-fc88-47b0-a643-dfec1ee9fe51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcbe0531-fc88-47b0-a643-dfec1ee9fe51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00571ac3-c399-4aca-9509-69f94fce49a8 {
  margin-bottom: 15px;
}

#s-f9b2287e-1a6d-4808-a131-fd2b6f5a9be1 {
  margin-left: auto;
margin-right: auto;
max-width: 1680px;
}

@media (min-width: 0px) {
[id="s-f9b2287e-1a6d-4808-a131-fd2b6f5a9be1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9b2287e-1a6d-4808-a131-fd2b6f5a9be1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f9b2287e-1a6d-4808-a131-fd2b6f5a9be1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9b2287e-1a6d-4808-a131-fd2b6f5a9be1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 {
  margin-bottom: 15px;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image,
  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 {
    width: 100%;
    height: auto;
  }

  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image {
    
    
  }


.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container {
      position: relative;
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image,
  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 {
    width: 100%;
    height: auto;
  }

  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image {
    
    
  }


.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container {
      position: relative;
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image,
  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 {
    width: 100%;
    height: auto;
  }

  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image {
    
    
  }


.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container {
      position: relative;
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image,
  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 {
    width: 100%;
    height: auto;
  }

  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image {
    
    
  }


.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container {
      position: relative;
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image,
  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 {
    width: 100%;
    height: auto;
  }

  #s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image {
    
    
  }


.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container {
      position: relative;
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92fab7b5-7e31-4ecb-abf0-193340f3d0a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-00e79e86-6cf6-4629-b61e-4642e949be42 {
  margin-bottom: 15px;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image,
  #s-00e79e86-6cf6-4629-b61e-4642e949be42 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00e79e86-6cf6-4629-b61e-4642e949be42 {
    width: 100%;
    height: auto;
  }

  #s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image {
    
    
  }


.s-00e79e86-6cf6-4629-b61e-4642e949be42 .shogun-image-content {
  
    align-items: center;
  
}

.s-00e79e86-6cf6-4629-b61e-4642e949be42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00e79e86-6cf6-4629-b61e-4642e949be42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container {
      position: relative;
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image,
  #s-00e79e86-6cf6-4629-b61e-4642e949be42 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00e79e86-6cf6-4629-b61e-4642e949be42 {
    width: 100%;
    height: auto;
  }

  #s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image {
    
    
  }


.s-00e79e86-6cf6-4629-b61e-4642e949be42 .shogun-image-content {
  
    align-items: center;
  
}

.s-00e79e86-6cf6-4629-b61e-4642e949be42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00e79e86-6cf6-4629-b61e-4642e949be42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container {
      position: relative;
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image,
  #s-00e79e86-6cf6-4629-b61e-4642e949be42 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00e79e86-6cf6-4629-b61e-4642e949be42 {
    width: 100%;
    height: auto;
  }

  #s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image {
    
    
  }


.s-00e79e86-6cf6-4629-b61e-4642e949be42 .shogun-image-content {
  
    align-items: center;
  
}

.s-00e79e86-6cf6-4629-b61e-4642e949be42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00e79e86-6cf6-4629-b61e-4642e949be42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container {
      position: relative;
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image,
  #s-00e79e86-6cf6-4629-b61e-4642e949be42 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00e79e86-6cf6-4629-b61e-4642e949be42 {
    width: 100%;
    height: auto;
  }

  #s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image {
    
    
  }


.s-00e79e86-6cf6-4629-b61e-4642e949be42 .shogun-image-content {
  
    align-items: center;
  
}

.s-00e79e86-6cf6-4629-b61e-4642e949be42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00e79e86-6cf6-4629-b61e-4642e949be42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container {
      position: relative;
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image,
  #s-00e79e86-6cf6-4629-b61e-4642e949be42 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00e79e86-6cf6-4629-b61e-4642e949be42 {
    width: 100%;
    height: auto;
  }

  #s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image {
    
    
  }


.s-00e79e86-6cf6-4629-b61e-4642e949be42 .shogun-image-content {
  
    align-items: center;
  
}

.s-00e79e86-6cf6-4629-b61e-4642e949be42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00e79e86-6cf6-4629-b61e-4642e949be42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container {
      position: relative;
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00e79e86-6cf6-4629-b61e-4642e949be42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-59380f97-135e-4d01-a7cb-0d614d26da5d {
  margin-bottom: 15px;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image,
  #s-59380f97-135e-4d01-a7cb-0d614d26da5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59380f97-135e-4d01-a7cb-0d614d26da5d {
    width: 100%;
    height: auto;
  }

  #s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image {
    
    
  }


.s-59380f97-135e-4d01-a7cb-0d614d26da5d .shogun-image-content {
  
    align-items: center;
  
}

.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59380f97-135e-4d01-a7cb-0d614d26da5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container {
      position: relative;
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image,
  #s-59380f97-135e-4d01-a7cb-0d614d26da5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59380f97-135e-4d01-a7cb-0d614d26da5d {
    width: 100%;
    height: auto;
  }

  #s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image {
    
    
  }


.s-59380f97-135e-4d01-a7cb-0d614d26da5d .shogun-image-content {
  
    align-items: center;
  
}

.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59380f97-135e-4d01-a7cb-0d614d26da5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container {
      position: relative;
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image,
  #s-59380f97-135e-4d01-a7cb-0d614d26da5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59380f97-135e-4d01-a7cb-0d614d26da5d {
    width: 100%;
    height: auto;
  }

  #s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image {
    
    
  }


.s-59380f97-135e-4d01-a7cb-0d614d26da5d .shogun-image-content {
  
    align-items: center;
  
}

.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59380f97-135e-4d01-a7cb-0d614d26da5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container {
      position: relative;
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image,
  #s-59380f97-135e-4d01-a7cb-0d614d26da5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59380f97-135e-4d01-a7cb-0d614d26da5d {
    width: 100%;
    height: auto;
  }

  #s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image {
    
    
  }


.s-59380f97-135e-4d01-a7cb-0d614d26da5d .shogun-image-content {
  
    align-items: center;
  
}

.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59380f97-135e-4d01-a7cb-0d614d26da5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container {
      position: relative;
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image,
  #s-59380f97-135e-4d01-a7cb-0d614d26da5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59380f97-135e-4d01-a7cb-0d614d26da5d {
    width: 100%;
    height: auto;
  }

  #s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image {
    
    
  }


.s-59380f97-135e-4d01-a7cb-0d614d26da5d .shogun-image-content {
  
    align-items: center;
  
}

.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59380f97-135e-4d01-a7cb-0d614d26da5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container {
      position: relative;
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59380f97-135e-4d01-a7cb-0d614d26da5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 {
  margin-bottom: 15px;
max-width: 900px;
aspect-ratio: 900/654;
text-align: center;
}





  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image,
  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 {
    width: 100%;
    height: auto;
  }

  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image {
    
    
  }


.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 {
      --shg-aspect-ratio: calc(900/654); 
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container {
      position: relative;
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image,
  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 {
    width: 100%;
    height: auto;
  }

  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image {
    
    
  }


.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 {
      --shg-aspect-ratio: calc(900/654); 
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container {
      position: relative;
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image,
  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 {
    width: 100%;
    height: auto;
  }

  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image {
    
    
  }


.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 {
      --shg-aspect-ratio: calc(900/654); 
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container {
      position: relative;
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image,
  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 {
    width: 100%;
    height: auto;
  }

  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image {
    
    
  }


.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 {
      --shg-aspect-ratio: calc(900/654); 
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container {
      position: relative;
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image,
  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 {
    width: 100%;
    height: auto;
  }

  #s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image {
    
    
  }


.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 {
      --shg-aspect-ratio: calc(900/654); 
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container {
      position: relative;
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6afa17a-f06c-4865-b7bc-840505a5c3f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd {
  max-width: 960px;
aspect-ratio: 960/698;
text-align: center;
}





  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image,
  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd {
    width: 100%;
    height: auto;
  }

  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image {
    
    
  }


.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd .shogun-image-content {
  
    align-items: center;
  
}

.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd {
      --shg-aspect-ratio: calc(960/698); 
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container {
      position: relative;
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image,
  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd {
    width: 100%;
    height: auto;
  }

  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image {
    
    
  }


.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd .shogun-image-content {
  
    align-items: center;
  
}

.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd {
      --shg-aspect-ratio: calc(960/698); 
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container {
      position: relative;
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image,
  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd {
    width: 100%;
    height: auto;
  }

  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image {
    
    
  }


.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd .shogun-image-content {
  
    align-items: center;
  
}

.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd {
      --shg-aspect-ratio: calc(960/698); 
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container {
      position: relative;
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image,
  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd {
    width: 100%;
    height: auto;
  }

  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image {
    
    
  }


.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd .shogun-image-content {
  
    align-items: center;
  
}

.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd {
      --shg-aspect-ratio: calc(960/698); 
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container {
      position: relative;
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image,
  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd {
    width: 100%;
    height: auto;
  }

  #s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image {
    
    
  }


.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd .shogun-image-content {
  
    align-items: center;
  
}

.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd {
      --shg-aspect-ratio: calc(960/698); 
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container {
      position: relative;
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92fb08e4-68f8-46f7-8cc4-8ab3d0441afd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
