.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-f2ef1ec3-e345-401d-9e7f-fad289f8e87b {
  max-width: 6250px;
aspect-ratio: 6250/3455;
text-align: center;
}
@media (max-width: 767px){#s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b {
  display: none;
}
#s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b, #wrap-s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b { display: none !important; }}




  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image,
  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b {
    width: 100%;
    height: auto;
  }

  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image {
    
    
  }


.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b .shogun-image-content {
  
    align-items: center;
  
}

.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b {
      --shg-aspect-ratio: calc(6250/3455); 
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container {
      position: relative;
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image,
  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b {
    width: 100%;
    height: auto;
  }

  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image {
    
    
  }


.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b .shogun-image-content {
  
    align-items: center;
  
}

.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b {
      --shg-aspect-ratio: calc(6250/3455); 
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container {
      position: relative;
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image,
  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b {
    width: 100%;
    height: auto;
  }

  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image {
    
    
  }


.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b .shogun-image-content {
  
    align-items: center;
  
}

.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b {
      --shg-aspect-ratio: calc(6250/3455); 
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container {
      position: relative;
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image,
  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b {
    width: 100%;
    height: auto;
  }

  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image {
    
    
  }


.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b .shogun-image-content {
  
    align-items: center;
  
}

.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b {
      --shg-aspect-ratio: calc(6250/3455); 
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container {
      position: relative;
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image,
  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b {
    width: 100%;
    height: auto;
  }

  #s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image {
    
    
  }


.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b .shogun-image-content {
  
    align-items: center;
  
}

.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b {
      --shg-aspect-ratio: calc(6250/3455); 
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container {
      position: relative;
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2ef1ec3-e345-401d-9e7f-fad289f8e87b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-b982fccc-f26c-4182-ada9-2ac9305a0002 {
  min-height: 50px;
background-color: rgba(224, 242, 251, 1);
}








#s-b982fccc-f26c-4182-ada9-2ac9305a0002 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b982fccc-f26c-4182-ada9-2ac9305a0002.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f6e1ae3-4027-4413-b6df-448bb5777cb7 {
  padding-top: 75px;
max-width: 1563px;
text-align: center;
}
@media (min-width: 1200px){#s-2f6e1ae3-4027-4413-b6df-448bb5777cb7 {
  display: none;
}
#s-2f6e1ae3-4027-4413-b6df-448bb5777cb7, #wrap-s-2f6e1ae3-4027-4413-b6df-448bb5777cb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f6e1ae3-4027-4413-b6df-448bb5777cb7 {
  display: none;
}
#s-2f6e1ae3-4027-4413-b6df-448bb5777cb7, #wrap-s-2f6e1ae3-4027-4413-b6df-448bb5777cb7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f6e1ae3-4027-4413-b6df-448bb5777cb7 {
  display: none;
}
#s-2f6e1ae3-4027-4413-b6df-448bb5777cb7, #wrap-s-2f6e1ae3-4027-4413-b6df-448bb5777cb7 { display: none !important; }}






  img.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image {
    
    
  }


.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image {
    
    
  }


.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image {
    
    
  }


.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image {
    
    
  }


.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image {
    
    
  }


.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6e1ae3-4027-4413-b6df-448bb5777cb7.shogun-image {
  box-sizing: border-box;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-43485a6a-16b2-4681-a86e-a1713c835874 {
  margin-left: 15%;
margin-right: 15%;
}

#s-f3d8e932-aeba-4e02-9608-708aabc656e5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f3d8e932-aeba-4e02-9608-708aabc656e5 {
  display: unset;
}
#s-f3d8e932-aeba-4e02-9608-708aabc656e5, #wrap-s-f3d8e932-aeba-4e02-9608-708aabc656e5 { display: unset !important; }}@media (max-width: 767px){#s-f3d8e932-aeba-4e02-9608-708aabc656e5 {
  display: none;
}
#s-f3d8e932-aeba-4e02-9608-708aabc656e5, #wrap-s-f3d8e932-aeba-4e02-9608-708aabc656e5 { display: none !important; }}







#s-f3d8e932-aeba-4e02-9608-708aabc656e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3d8e932-aeba-4e02-9608-708aabc656e5.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-ca931b18-dbbb-489e-949f-6c3833c8fb97 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-ca931b18-dbbb-489e-949f-6c3833c8fb97 {
  display: none;
}
#s-ca931b18-dbbb-489e-949f-6c3833c8fb97, #wrap-s-ca931b18-dbbb-489e-949f-6c3833c8fb97 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca931b18-dbbb-489e-949f-6c3833c8fb97 {
  display: none;
}
#s-ca931b18-dbbb-489e-949f-6c3833c8fb97, #wrap-s-ca931b18-dbbb-489e-949f-6c3833c8fb97 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca931b18-dbbb-489e-949f-6c3833c8fb97 {
  display: none;
}
#s-ca931b18-dbbb-489e-949f-6c3833c8fb97, #wrap-s-ca931b18-dbbb-489e-949f-6c3833c8fb97 { display: none !important; }}@media (max-width: 767px){#s-ca931b18-dbbb-489e-949f-6c3833c8fb97 {
  display: none;
}
#s-ca931b18-dbbb-489e-949f-6c3833c8fb97, #wrap-s-ca931b18-dbbb-489e-949f-6c3833c8fb97 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ca931b18-dbbb-489e-949f-6c3833c8fb97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ca931b18-dbbb-489e-949f-6c3833c8fb97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ca931b18-dbbb-489e-949f-6c3833c8fb97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ca931b18-dbbb-489e-949f-6c3833c8fb97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-23d7194c-3e69-4c46-a052-745c65bbcd0f {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image,
  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f {
    width: 100%;
    height: auto;
  }

  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image {
    
    
  }


.s-23d7194c-3e69-4c46-a052-745c65bbcd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container {
      position: relative;
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image,
  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f {
    width: 100%;
    height: auto;
  }

  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image {
    
    
  }


.s-23d7194c-3e69-4c46-a052-745c65bbcd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container {
      position: relative;
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image,
  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f {
    width: 100%;
    height: auto;
  }

  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image {
    
    
  }


.s-23d7194c-3e69-4c46-a052-745c65bbcd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container {
      position: relative;
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image,
  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f {
    width: 100%;
    height: auto;
  }

  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image {
    
    
  }


.s-23d7194c-3e69-4c46-a052-745c65bbcd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container {
      position: relative;
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image,
  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f {
    width: 100%;
    height: auto;
  }

  #s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image {
    
    
  }


.s-23d7194c-3e69-4c46-a052-745c65bbcd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container {
      position: relative;
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23d7194c-3e69-4c46-a052-745c65bbcd0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f39a086d-7dc5-4009-b636-664461b6f5cf {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image,
  #s-f39a086d-7dc5-4009-b636-664461b6f5cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f39a086d-7dc5-4009-b636-664461b6f5cf {
    width: 100%;
    height: auto;
  }

  #s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image {
    
    
  }


.s-f39a086d-7dc5-4009-b636-664461b6f5cf .shogun-image-content {
  
    align-items: center;
  
}

.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39a086d-7dc5-4009-b636-664461b6f5cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container {
      position: relative;
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image,
  #s-f39a086d-7dc5-4009-b636-664461b6f5cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f39a086d-7dc5-4009-b636-664461b6f5cf {
    width: 100%;
    height: auto;
  }

  #s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image {
    
    
  }


.s-f39a086d-7dc5-4009-b636-664461b6f5cf .shogun-image-content {
  
    align-items: center;
  
}

.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39a086d-7dc5-4009-b636-664461b6f5cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container {
      position: relative;
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image,
  #s-f39a086d-7dc5-4009-b636-664461b6f5cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f39a086d-7dc5-4009-b636-664461b6f5cf {
    width: 100%;
    height: auto;
  }

  #s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image {
    
    
  }


.s-f39a086d-7dc5-4009-b636-664461b6f5cf .shogun-image-content {
  
    align-items: center;
  
}

.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39a086d-7dc5-4009-b636-664461b6f5cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container {
      position: relative;
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image,
  #s-f39a086d-7dc5-4009-b636-664461b6f5cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f39a086d-7dc5-4009-b636-664461b6f5cf {
    width: 100%;
    height: auto;
  }

  #s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image {
    
    
  }


.s-f39a086d-7dc5-4009-b636-664461b6f5cf .shogun-image-content {
  
    align-items: center;
  
}

.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39a086d-7dc5-4009-b636-664461b6f5cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container {
      position: relative;
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image,
  #s-f39a086d-7dc5-4009-b636-664461b6f5cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f39a086d-7dc5-4009-b636-664461b6f5cf {
    width: 100%;
    height: auto;
  }

  #s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image {
    
    
  }


.s-f39a086d-7dc5-4009-b636-664461b6f5cf .shogun-image-content {
  
    align-items: center;
  
}

.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39a086d-7dc5-4009-b636-664461b6f5cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container {
      position: relative;
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39a086d-7dc5-4009-b636-664461b6f5cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-38fe0621-b0f8-440d-9bf5-6e117392a261 {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image,
  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 {
    width: 100%;
    height: auto;
  }

  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image {
    
    
  }


.s-38fe0621-b0f8-440d-9bf5-6e117392a261 .shogun-image-content {
  
    align-items: center;
  
}

.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38fe0621-b0f8-440d-9bf5-6e117392a261 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container {
      position: relative;
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image,
  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 {
    width: 100%;
    height: auto;
  }

  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image {
    
    
  }


.s-38fe0621-b0f8-440d-9bf5-6e117392a261 .shogun-image-content {
  
    align-items: center;
  
}

.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38fe0621-b0f8-440d-9bf5-6e117392a261 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container {
      position: relative;
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image,
  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 {
    width: 100%;
    height: auto;
  }

  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image {
    
    
  }


.s-38fe0621-b0f8-440d-9bf5-6e117392a261 .shogun-image-content {
  
    align-items: center;
  
}

.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38fe0621-b0f8-440d-9bf5-6e117392a261 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container {
      position: relative;
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image,
  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 {
    width: 100%;
    height: auto;
  }

  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image {
    
    
  }


.s-38fe0621-b0f8-440d-9bf5-6e117392a261 .shogun-image-content {
  
    align-items: center;
  
}

.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38fe0621-b0f8-440d-9bf5-6e117392a261 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container {
      position: relative;
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image,
  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 {
    width: 100%;
    height: auto;
  }

  #s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image {
    
    
  }


.s-38fe0621-b0f8-440d-9bf5-6e117392a261 .shogun-image-content {
  
    align-items: center;
  
}

.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38fe0621-b0f8-440d-9bf5-6e117392a261 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container {
      position: relative;
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fe0621-b0f8-440d-9bf5-6e117392a261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image,
  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a {
    width: 100%;
    height: auto;
  }

  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image {
    
    
  }


.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container {
      position: relative;
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image,
  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a {
    width: 100%;
    height: auto;
  }

  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image {
    
    
  }


.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container {
      position: relative;
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image,
  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a {
    width: 100%;
    height: auto;
  }

  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image {
    
    
  }


.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container {
      position: relative;
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image,
  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a {
    width: 100%;
    height: auto;
  }

  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image {
    
    
  }


.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container {
      position: relative;
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image,
  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a {
    width: 100%;
    height: auto;
  }

  #s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image {
    
    
  }


.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container {
      position: relative;
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebfee780-49c9-48de-bb7d-a375dd6c2c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f272c35d-9520-461e-99e0-8212e3259101 {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-f272c35d-9520-461e-99e0-8212e3259101 {
  display: unset;
}
#s-f272c35d-9520-461e-99e0-8212e3259101, #wrap-s-f272c35d-9520-461e-99e0-8212e3259101 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-f272c35d-9520-461e-99e0-8212e3259101"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f272c35d-9520-461e-99e0-8212e3259101"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f272c35d-9520-461e-99e0-8212e3259101"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f272c35d-9520-461e-99e0-8212e3259101"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d {
  max-width: 2184px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d {
  display: none;
}
#s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d, #wrap-s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d { display: none !important; }}




  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image,
  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d {
    width: 100%;
    height: auto;
  }

  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image {
    
    
  }


.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d .shogun-image-content {
  
    align-items: center;
  
}

.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container {
      position: relative;
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image,
  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d {
    width: 100%;
    height: auto;
  }

  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image {
    
    
  }


.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d .shogun-image-content {
  
    align-items: center;
  
}

.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container {
      position: relative;
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image,
  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d {
    width: 100%;
    height: auto;
  }

  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image {
    
    
  }


.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d .shogun-image-content {
  
    align-items: center;
  
}

.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container {
      position: relative;
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image,
  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d {
    width: 100%;
    height: auto;
  }

  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image {
    
    
  }


.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d .shogun-image-content {
  
    align-items: center;
  
}

.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container {
      position: relative;
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image,
  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d {
    width: 100%;
    height: auto;
  }

  #s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image {
    
    
  }


.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d .shogun-image-content {
  
    align-items: center;
  
}

.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container {
      position: relative;
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22cba7d6-31ad-46df-b9c3-1dfd9424a50d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 {
  margin-left: 10%;
margin-right: 10%;
max-width: 1088px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 {
  display: none;
}
#s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36, #wrap-s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 {
  display: none;
}
#s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36, #wrap-s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 {
  display: none;
}
#s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36, #wrap-s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 { display: none !important; }}




  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image,
  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 {
    width: 100%;
    height: auto;
  }

  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image {
    
    
  }


.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 .shogun-image-content {
  
    align-items: center;
  
}

.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container {
      position: relative;
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image,
  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 {
    width: 100%;
    height: auto;
  }

  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image {
    
    
  }


.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 .shogun-image-content {
  
    align-items: center;
  
}

.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container {
      position: relative;
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image,
  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 {
    width: 100%;
    height: auto;
  }

  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image {
    
    
  }


.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 .shogun-image-content {
  
    align-items: center;
  
}

.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container {
      position: relative;
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image,
  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 {
    width: 100%;
    height: auto;
  }

  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image {
    
    
  }


.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 .shogun-image-content {
  
    align-items: center;
  
}

.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container {
      position: relative;
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image,
  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 {
    width: 100%;
    height: auto;
  }

  #s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image {
    
    
  }


.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 .shogun-image-content {
  
    align-items: center;
  
}

.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container {
      position: relative;
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c22ab90d-5fe2-46ff-b286-f0eb61c0bd36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (max-width: 767px){#s-9b8d9e13-f8aa-4ef2-81eb-b3028e1edd24 {
  display: none;
}
#s-9b8d9e13-f8aa-4ef2-81eb-b3028e1edd24, #wrap-s-9b8d9e13-f8aa-4ef2-81eb-b3028e1edd24 { display: none !important; }}
#s-a3dd6e6e-f04c-4f58-8a55-e407cf352c98 {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-a3dd6e6e-f04c-4f58-8a55-e407cf352c98 {
  display: none;
}
#s-a3dd6e6e-f04c-4f58-8a55-e407cf352c98, #wrap-s-a3dd6e6e-f04c-4f58-8a55-e407cf352c98 { display: none !important; }}
#s-81446632-94fb-47b5-85f3-9a8b152c19d8 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-81446632-94fb-47b5-85f3-9a8b152c19d8 {
  display: none;
}
#s-81446632-94fb-47b5-85f3-9a8b152c19d8, #wrap-s-81446632-94fb-47b5-85f3-9a8b152c19d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81446632-94fb-47b5-85f3-9a8b152c19d8 {
  display: none;
}
#s-81446632-94fb-47b5-85f3-9a8b152c19d8, #wrap-s-81446632-94fb-47b5-85f3-9a8b152c19d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81446632-94fb-47b5-85f3-9a8b152c19d8 {
  display: none;
}
#s-81446632-94fb-47b5-85f3-9a8b152c19d8, #wrap-s-81446632-94fb-47b5-85f3-9a8b152c19d8 { display: none !important; }}
.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: ;
  font-family: ;
}

.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-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 177, 233, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 177, 233, 1);
background-image: none;
hover-type: color;
}
#s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 177, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(110, 166, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(110, 166, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca {
  display: unset;
}
#s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca, #wrap-s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca { display: unset !important; }}@media (max-width: 767px){#s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca {
  display: none;
}
#s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca, #wrap-s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca { display: none !important; }}

  #s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca-root {
    text-align: left;
  }


#s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca-root {
    text-align: left;
  }


#s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca-root {
    text-align: left;
  }


#s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca-root {
    text-align: left;
  }


#s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca-root {
    text-align: left;
  }


#s-79d3a5e7-ab6c-4fb0-83db-086d393fb2ca.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 177, 233, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 177, 233, 1);
background-image: none;
hover-type: color;
}
#s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 177, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(110, 166, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(110, 166, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951 {
  display: none;
}
#s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951, #wrap-s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951 {
  display: none;
}
#s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951, #wrap-s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951 {
  display: none;
}
#s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951, #wrap-s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951 { display: none !important; }}

  #s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951-root {
    text-align: center;
  }


#s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951-root {
    text-align: center;
  }


#s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951-root {
    text-align: center;
  }


#s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951-root {
    text-align: center;
  }


#s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951-root {
    text-align: center;
  }


#s-c9bfc0d9-14a2-4a03-bb5e-5c59de652951.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1f3c691a-f28e-43f0-839b-8646b7283c7f {
  margin-left: 10%;
margin-right: 10%;
}

#s-c0fbe320-adfc-4e02-afbc-0fdb943cdef4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c0fbe320-adfc-4e02-afbc-0fdb943cdef4 {
  display: none;
}
#s-c0fbe320-adfc-4e02-afbc-0fdb943cdef4, #wrap-s-c0fbe320-adfc-4e02-afbc-0fdb943cdef4 { display: none !important; }}







#s-c0fbe320-adfc-4e02-afbc-0fdb943cdef4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0fbe320-adfc-4e02-afbc-0fdb943cdef4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ab44160-6b29-4a91-8cfe-e198abe59472 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-9ab44160-6b29-4a91-8cfe-e198abe59472 {
  display: none;
}
#s-9ab44160-6b29-4a91-8cfe-e198abe59472, #wrap-s-9ab44160-6b29-4a91-8cfe-e198abe59472 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ab44160-6b29-4a91-8cfe-e198abe59472 {
  display: none;
}
#s-9ab44160-6b29-4a91-8cfe-e198abe59472, #wrap-s-9ab44160-6b29-4a91-8cfe-e198abe59472 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ab44160-6b29-4a91-8cfe-e198abe59472 {
  display: none;
}
#s-9ab44160-6b29-4a91-8cfe-e198abe59472, #wrap-s-9ab44160-6b29-4a91-8cfe-e198abe59472 { display: none !important; }}@media (max-width: 767px){#s-9ab44160-6b29-4a91-8cfe-e198abe59472 {
  display: none;
}
#s-9ab44160-6b29-4a91-8cfe-e198abe59472, #wrap-s-9ab44160-6b29-4a91-8cfe-e198abe59472 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9ab44160-6b29-4a91-8cfe-e198abe59472"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9ab44160-6b29-4a91-8cfe-e198abe59472"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9ab44160-6b29-4a91-8cfe-e198abe59472"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9ab44160-6b29-4a91-8cfe-e198abe59472"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-eb04ae79-6060-4a29-8671-551d574e2a70 {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image,
  #s-eb04ae79-6060-4a29-8671-551d574e2a70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb04ae79-6060-4a29-8671-551d574e2a70 {
    width: 100%;
    height: auto;
  }

  #s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image {
    
    
  }


.s-eb04ae79-6060-4a29-8671-551d574e2a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb04ae79-6060-4a29-8671-551d574e2a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb04ae79-6060-4a29-8671-551d574e2a70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container {
      position: relative;
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image,
  #s-eb04ae79-6060-4a29-8671-551d574e2a70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb04ae79-6060-4a29-8671-551d574e2a70 {
    width: 100%;
    height: auto;
  }

  #s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image {
    
    
  }


.s-eb04ae79-6060-4a29-8671-551d574e2a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb04ae79-6060-4a29-8671-551d574e2a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb04ae79-6060-4a29-8671-551d574e2a70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container {
      position: relative;
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image,
  #s-eb04ae79-6060-4a29-8671-551d574e2a70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb04ae79-6060-4a29-8671-551d574e2a70 {
    width: 100%;
    height: auto;
  }

  #s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image {
    
    
  }


.s-eb04ae79-6060-4a29-8671-551d574e2a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb04ae79-6060-4a29-8671-551d574e2a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb04ae79-6060-4a29-8671-551d574e2a70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container {
      position: relative;
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image,
  #s-eb04ae79-6060-4a29-8671-551d574e2a70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb04ae79-6060-4a29-8671-551d574e2a70 {
    width: 100%;
    height: auto;
  }

  #s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image {
    
    
  }


.s-eb04ae79-6060-4a29-8671-551d574e2a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb04ae79-6060-4a29-8671-551d574e2a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb04ae79-6060-4a29-8671-551d574e2a70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container {
      position: relative;
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image,
  #s-eb04ae79-6060-4a29-8671-551d574e2a70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb04ae79-6060-4a29-8671-551d574e2a70 {
    width: 100%;
    height: auto;
  }

  #s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image {
    
    
  }


.s-eb04ae79-6060-4a29-8671-551d574e2a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb04ae79-6060-4a29-8671-551d574e2a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb04ae79-6060-4a29-8671-551d574e2a70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container {
      position: relative;
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb04ae79-6060-4a29-8671-551d574e2a70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image,
  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a {
    width: 100%;
    height: auto;
  }

  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image {
    
    
  }


.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a .shogun-image-content {
  
    align-items: center;
  
}

.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container {
      position: relative;
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image,
  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a {
    width: 100%;
    height: auto;
  }

  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image {
    
    
  }


.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a .shogun-image-content {
  
    align-items: center;
  
}

.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container {
      position: relative;
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image,
  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a {
    width: 100%;
    height: auto;
  }

  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image {
    
    
  }


.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a .shogun-image-content {
  
    align-items: center;
  
}

.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container {
      position: relative;
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image,
  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a {
    width: 100%;
    height: auto;
  }

  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image {
    
    
  }


.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a .shogun-image-content {
  
    align-items: center;
  
}

.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container {
      position: relative;
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image,
  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a {
    width: 100%;
    height: auto;
  }

  #s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image {
    
    
  }


.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a .shogun-image-content {
  
    align-items: center;
  
}

.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container {
      position: relative;
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-762ab521-8c2e-4dcf-8dbf-476b441b1c3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image,
  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 {
    width: 100%;
    height: auto;
  }

  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image {
    
    
  }


.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container {
      position: relative;
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image,
  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 {
    width: 100%;
    height: auto;
  }

  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image {
    
    
  }


.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container {
      position: relative;
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image,
  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 {
    width: 100%;
    height: auto;
  }

  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image {
    
    
  }


.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container {
      position: relative;
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image,
  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 {
    width: 100%;
    height: auto;
  }

  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image {
    
    
  }


.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container {
      position: relative;
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image,
  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 {
    width: 100%;
    height: auto;
  }

  #s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image {
    
    
  }


.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container {
      position: relative;
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6bda116-70ad-4b40-8c3c-947fc36e38e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3546187a-1652-42cf-b88a-2fd61092300a {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image,
  #s-3546187a-1652-42cf-b88a-2fd61092300a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3546187a-1652-42cf-b88a-2fd61092300a {
    width: 100%;
    height: auto;
  }

  #s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image {
    
    
  }


.s-3546187a-1652-42cf-b88a-2fd61092300a .shogun-image-content {
  
    align-items: center;
  
}

.s-3546187a-1652-42cf-b88a-2fd61092300a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3546187a-1652-42cf-b88a-2fd61092300a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container {
      position: relative;
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image,
  #s-3546187a-1652-42cf-b88a-2fd61092300a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3546187a-1652-42cf-b88a-2fd61092300a {
    width: 100%;
    height: auto;
  }

  #s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image {
    
    
  }


.s-3546187a-1652-42cf-b88a-2fd61092300a .shogun-image-content {
  
    align-items: center;
  
}

.s-3546187a-1652-42cf-b88a-2fd61092300a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3546187a-1652-42cf-b88a-2fd61092300a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container {
      position: relative;
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image,
  #s-3546187a-1652-42cf-b88a-2fd61092300a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3546187a-1652-42cf-b88a-2fd61092300a {
    width: 100%;
    height: auto;
  }

  #s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image {
    
    
  }


.s-3546187a-1652-42cf-b88a-2fd61092300a .shogun-image-content {
  
    align-items: center;
  
}

.s-3546187a-1652-42cf-b88a-2fd61092300a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3546187a-1652-42cf-b88a-2fd61092300a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container {
      position: relative;
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image,
  #s-3546187a-1652-42cf-b88a-2fd61092300a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3546187a-1652-42cf-b88a-2fd61092300a {
    width: 100%;
    height: auto;
  }

  #s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image {
    
    
  }


.s-3546187a-1652-42cf-b88a-2fd61092300a .shogun-image-content {
  
    align-items: center;
  
}

.s-3546187a-1652-42cf-b88a-2fd61092300a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3546187a-1652-42cf-b88a-2fd61092300a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container {
      position: relative;
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image,
  #s-3546187a-1652-42cf-b88a-2fd61092300a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3546187a-1652-42cf-b88a-2fd61092300a {
    width: 100%;
    height: auto;
  }

  #s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image {
    
    
  }


.s-3546187a-1652-42cf-b88a-2fd61092300a .shogun-image-content {
  
    align-items: center;
  
}

.s-3546187a-1652-42cf-b88a-2fd61092300a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3546187a-1652-42cf-b88a-2fd61092300a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container {
      position: relative;
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3546187a-1652-42cf-b88a-2fd61092300a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ff7e1a48-2dda-414d-8384-c105b8ebd270 {
  margin-left: 0%;
margin-right: 0%;
background-color: rgba(255, 255, 255, 1);
}

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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-111bb311-98d5-47ea-aa61-0a014a9095aa {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-79658c19-586d-4ae1-99bc-a17784142321 {
  text-align: left;
}



.shg-c#s-79658c19-586d-4ae1-99bc-a17784142321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79658c19-586d-4ae1-99bc-a17784142321 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-79658c19-586d-4ae1-99bc-a17784142321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79658c19-586d-4ae1-99bc-a17784142321 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79658c19-586d-4ae1-99bc-a17784142321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79658c19-586d-4ae1-99bc-a17784142321 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79658c19-586d-4ae1-99bc-a17784142321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79658c19-586d-4ae1-99bc-a17784142321 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79658c19-586d-4ae1-99bc-a17784142321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79658c19-586d-4ae1-99bc-a17784142321 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-141fea0b-80cb-4ae4-ae0e-fee9a7b1b62d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-141fea0b-80cb-4ae4-ae0e-fee9a7b1b62d .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-582c8b54-e6c8-4237-85c7-803d7c6fe3ae {
  text-align: center;
}

#s-582c8b54-e6c8-4237-85c7-803d7c6fe3ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-582c8b54-e6c8-4237-85c7-803d7c6fe3ae .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-582c8b54-e6c8-4237-85c7-803d7c6fe3ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-c2fee518-073e-4189-8db2-10da422775a2 {
  border-style: solid;
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: rgba(1, 176, 233, 1);
border-radius: 2px;
background-color: rgba(1, 176, 233, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c2fee518-073e-4189-8db2-10da422775a2:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}#s-c2fee518-073e-4189-8db2-10da422775a2:active {border-style: solid !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}


#s-c2fee518-073e-4189-8db2-10da422775a2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2fee518-073e-4189-8db2-10da422775a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2fee518-073e-4189-8db2-10da422775a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c2fee518-073e-4189-8db2-10da422775a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-22af07d7-2401-4687-b1a4-abe7a7cf8b2c {
  text-align: left;
}



.shg-c#s-22af07d7-2401-4687-b1a4-abe7a7cf8b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22af07d7-2401-4687-b1a4-abe7a7cf8b2c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-22af07d7-2401-4687-b1a4-abe7a7cf8b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22af07d7-2401-4687-b1a4-abe7a7cf8b2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22af07d7-2401-4687-b1a4-abe7a7cf8b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22af07d7-2401-4687-b1a4-abe7a7cf8b2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22af07d7-2401-4687-b1a4-abe7a7cf8b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22af07d7-2401-4687-b1a4-abe7a7cf8b2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22af07d7-2401-4687-b1a4-abe7a7cf8b2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22af07d7-2401-4687-b1a4-abe7a7cf8b2c img.shogun-image {
  width: 100%;
}



}
#s-1efe5881-5d70-4697-84d5-0a199f7c3620 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1efe5881-5d70-4697-84d5-0a199f7c3620 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e2275fef-66ba-426e-9ca6-7a55add68709 {
  text-align: center;
}

#s-e2275fef-66ba-426e-9ca6-7a55add68709 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e2275fef-66ba-426e-9ca6-7a55add68709 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e2275fef-66ba-426e-9ca6-7a55add68709 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b9069528-987e-46df-964a-f8ce1136cb83 {
  border-style: solid;
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: rgba(1, 176, 233, 1);
border-radius: 2px;
background-color: rgba(1, 176, 233, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b9069528-987e-46df-964a-f8ce1136cb83:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}#s-b9069528-987e-46df-964a-f8ce1136cb83:active {border-style: solid !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}


#s-b9069528-987e-46df-964a-f8ce1136cb83 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9069528-987e-46df-964a-f8ce1136cb83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9069528-987e-46df-964a-f8ce1136cb83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b9069528-987e-46df-964a-f8ce1136cb83.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-81fdfe40-67eb-4be2-95b9-a9ef397d6896 {
  text-align: left;
}



.shg-c#s-81fdfe40-67eb-4be2-95b9-a9ef397d6896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81fdfe40-67eb-4be2-95b9-a9ef397d6896 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-81fdfe40-67eb-4be2-95b9-a9ef397d6896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81fdfe40-67eb-4be2-95b9-a9ef397d6896 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81fdfe40-67eb-4be2-95b9-a9ef397d6896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81fdfe40-67eb-4be2-95b9-a9ef397d6896 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81fdfe40-67eb-4be2-95b9-a9ef397d6896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81fdfe40-67eb-4be2-95b9-a9ef397d6896 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81fdfe40-67eb-4be2-95b9-a9ef397d6896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81fdfe40-67eb-4be2-95b9-a9ef397d6896 img.shogun-image {
  width: 100%;
}



}
#s-80df6a70-4ebb-4ab4-ad34-1182d45dc4a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80df6a70-4ebb-4ab4-ad34-1182d45dc4a8 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4f6b0ce1-f4b3-4c6d-8d34-2781c2338c59 {
  text-align: center;
}

#s-4f6b0ce1-f4b3-4c6d-8d34-2781c2338c59 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f6b0ce1-f4b3-4c6d-8d34-2781c2338c59 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4f6b0ce1-f4b3-4c6d-8d34-2781c2338c59 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ff5275c0-fea3-428f-82ab-9a9293d5cc7c {
  border-style: solid;
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: rgba(1, 176, 233, 1);
border-radius: 2px;
background-color: rgba(1, 176, 233, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ff5275c0-fea3-428f-82ab-9a9293d5cc7c:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}#s-ff5275c0-fea3-428f-82ab-9a9293d5cc7c:active {border-style: solid !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}


#s-ff5275c0-fea3-428f-82ab-9a9293d5cc7c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff5275c0-fea3-428f-82ab-9a9293d5cc7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff5275c0-fea3-428f-82ab-9a9293d5cc7c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ff5275c0-fea3-428f-82ab-9a9293d5cc7c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8c82613f-152a-46a7-bcae-1dd99e5e829c {
  text-align: left;
}



.shg-c#s-8c82613f-152a-46a7-bcae-1dd99e5e829c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c82613f-152a-46a7-bcae-1dd99e5e829c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8c82613f-152a-46a7-bcae-1dd99e5e829c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c82613f-152a-46a7-bcae-1dd99e5e829c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c82613f-152a-46a7-bcae-1dd99e5e829c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c82613f-152a-46a7-bcae-1dd99e5e829c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c82613f-152a-46a7-bcae-1dd99e5e829c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c82613f-152a-46a7-bcae-1dd99e5e829c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c82613f-152a-46a7-bcae-1dd99e5e829c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c82613f-152a-46a7-bcae-1dd99e5e829c img.shogun-image {
  width: 100%;
}



}
#s-915711e7-5ecc-43c7-99cf-fd1387844247 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-915711e7-5ecc-43c7-99cf-fd1387844247 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-56a15b6d-08a1-45fc-9028-cf0bbbbb0815 {
  text-align: center;
}

#s-56a15b6d-08a1-45fc-9028-cf0bbbbb0815 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-56a15b6d-08a1-45fc-9028-cf0bbbbb0815 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-56a15b6d-08a1-45fc-9028-cf0bbbbb0815 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ab7cabf4-bb7e-47fe-a288-3f3b937a7df5 {
  border-style: solid;
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: rgba(1, 176, 233, 1);
border-radius: 2px;
background-color: rgba(1, 176, 233, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ab7cabf4-bb7e-47fe-a288-3f3b937a7df5:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}#s-ab7cabf4-bb7e-47fe-a288-3f3b937a7df5:active {border-style: solid !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}


#s-ab7cabf4-bb7e-47fe-a288-3f3b937a7df5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab7cabf4-bb7e-47fe-a288-3f3b937a7df5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab7cabf4-bb7e-47fe-a288-3f3b937a7df5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab7cabf4-bb7e-47fe-a288-3f3b937a7df5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e5f7a49a-0729-4427-aba4-e4a5035f82f0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e5f7a49a-0729-4427-aba4-e4a5035f82f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5f7a49a-0729-4427-aba4-e4a5035f82f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4605d07d-efb4-4a0f-be97-056337bb2706 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-4605d07d-efb4-4a0f-be97-056337bb2706 {
  display: none;
}
#s-4605d07d-efb4-4a0f-be97-056337bb2706, #wrap-s-4605d07d-efb4-4a0f-be97-056337bb2706 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4605d07d-efb4-4a0f-be97-056337bb2706 {
  display: none;
}
#s-4605d07d-efb4-4a0f-be97-056337bb2706, #wrap-s-4605d07d-efb4-4a0f-be97-056337bb2706 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4605d07d-efb4-4a0f-be97-056337bb2706 {
  display: none;
}
#s-4605d07d-efb4-4a0f-be97-056337bb2706, #wrap-s-4605d07d-efb4-4a0f-be97-056337bb2706 { display: none !important; }}@media (max-width: 767px){#s-4605d07d-efb4-4a0f-be97-056337bb2706 {
  display: none;
}
#s-4605d07d-efb4-4a0f-be97-056337bb2706, #wrap-s-4605d07d-efb4-4a0f-be97-056337bb2706 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4605d07d-efb4-4a0f-be97-056337bb2706"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4605d07d-efb4-4a0f-be97-056337bb2706"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4605d07d-efb4-4a0f-be97-056337bb2706"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4605d07d-efb4-4a0f-be97-056337bb2706"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-090eb512-72db-4248-8dd3-577a07891c51 {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image,
  #s-090eb512-72db-4248-8dd3-577a07891c51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-090eb512-72db-4248-8dd3-577a07891c51 {
    width: 100%;
    height: auto;
  }

  #s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image {
    
    
  }


.s-090eb512-72db-4248-8dd3-577a07891c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-090eb512-72db-4248-8dd3-577a07891c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-090eb512-72db-4248-8dd3-577a07891c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container {
      position: relative;
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image,
  #s-090eb512-72db-4248-8dd3-577a07891c51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-090eb512-72db-4248-8dd3-577a07891c51 {
    width: 100%;
    height: auto;
  }

  #s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image {
    
    
  }


.s-090eb512-72db-4248-8dd3-577a07891c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-090eb512-72db-4248-8dd3-577a07891c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-090eb512-72db-4248-8dd3-577a07891c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container {
      position: relative;
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image,
  #s-090eb512-72db-4248-8dd3-577a07891c51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-090eb512-72db-4248-8dd3-577a07891c51 {
    width: 100%;
    height: auto;
  }

  #s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image {
    
    
  }


.s-090eb512-72db-4248-8dd3-577a07891c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-090eb512-72db-4248-8dd3-577a07891c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-090eb512-72db-4248-8dd3-577a07891c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container {
      position: relative;
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image,
  #s-090eb512-72db-4248-8dd3-577a07891c51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-090eb512-72db-4248-8dd3-577a07891c51 {
    width: 100%;
    height: auto;
  }

  #s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image {
    
    
  }


.s-090eb512-72db-4248-8dd3-577a07891c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-090eb512-72db-4248-8dd3-577a07891c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-090eb512-72db-4248-8dd3-577a07891c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container {
      position: relative;
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image,
  #s-090eb512-72db-4248-8dd3-577a07891c51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-090eb512-72db-4248-8dd3-577a07891c51 {
    width: 100%;
    height: auto;
  }

  #s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image {
    
    
  }


.s-090eb512-72db-4248-8dd3-577a07891c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-090eb512-72db-4248-8dd3-577a07891c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-090eb512-72db-4248-8dd3-577a07891c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container {
      position: relative;
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-090eb512-72db-4248-8dd3-577a07891c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-55416204-5b49-4902-a919-e0a1e00f083d {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image,
  #s-55416204-5b49-4902-a919-e0a1e00f083d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55416204-5b49-4902-a919-e0a1e00f083d {
    width: 100%;
    height: auto;
  }

  #s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image {
    
    
  }


.s-55416204-5b49-4902-a919-e0a1e00f083d .shogun-image-content {
  
    align-items: center;
  
}

.s-55416204-5b49-4902-a919-e0a1e00f083d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55416204-5b49-4902-a919-e0a1e00f083d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container {
      position: relative;
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image,
  #s-55416204-5b49-4902-a919-e0a1e00f083d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55416204-5b49-4902-a919-e0a1e00f083d {
    width: 100%;
    height: auto;
  }

  #s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image {
    
    
  }


.s-55416204-5b49-4902-a919-e0a1e00f083d .shogun-image-content {
  
    align-items: center;
  
}

.s-55416204-5b49-4902-a919-e0a1e00f083d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55416204-5b49-4902-a919-e0a1e00f083d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container {
      position: relative;
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image,
  #s-55416204-5b49-4902-a919-e0a1e00f083d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55416204-5b49-4902-a919-e0a1e00f083d {
    width: 100%;
    height: auto;
  }

  #s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image {
    
    
  }


.s-55416204-5b49-4902-a919-e0a1e00f083d .shogun-image-content {
  
    align-items: center;
  
}

.s-55416204-5b49-4902-a919-e0a1e00f083d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55416204-5b49-4902-a919-e0a1e00f083d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container {
      position: relative;
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image,
  #s-55416204-5b49-4902-a919-e0a1e00f083d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55416204-5b49-4902-a919-e0a1e00f083d {
    width: 100%;
    height: auto;
  }

  #s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image {
    
    
  }


.s-55416204-5b49-4902-a919-e0a1e00f083d .shogun-image-content {
  
    align-items: center;
  
}

.s-55416204-5b49-4902-a919-e0a1e00f083d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55416204-5b49-4902-a919-e0a1e00f083d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container {
      position: relative;
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image,
  #s-55416204-5b49-4902-a919-e0a1e00f083d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55416204-5b49-4902-a919-e0a1e00f083d {
    width: 100%;
    height: auto;
  }

  #s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image {
    
    
  }


.s-55416204-5b49-4902-a919-e0a1e00f083d .shogun-image-content {
  
    align-items: center;
  
}

.s-55416204-5b49-4902-a919-e0a1e00f083d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55416204-5b49-4902-a919-e0a1e00f083d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container {
      position: relative;
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55416204-5b49-4902-a919-e0a1e00f083d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e4652fba-f430-40d0-b042-b8af4537cdcc {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image,
  #s-e4652fba-f430-40d0-b042-b8af4537cdcc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4652fba-f430-40d0-b042-b8af4537cdcc {
    width: 100%;
    height: auto;
  }

  #s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image {
    
    
  }


.s-e4652fba-f430-40d0-b042-b8af4537cdcc .shogun-image-content {
  
    align-items: center;
  
}

.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4652fba-f430-40d0-b042-b8af4537cdcc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container {
      position: relative;
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image,
  #s-e4652fba-f430-40d0-b042-b8af4537cdcc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4652fba-f430-40d0-b042-b8af4537cdcc {
    width: 100%;
    height: auto;
  }

  #s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image {
    
    
  }


.s-e4652fba-f430-40d0-b042-b8af4537cdcc .shogun-image-content {
  
    align-items: center;
  
}

.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4652fba-f430-40d0-b042-b8af4537cdcc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container {
      position: relative;
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image,
  #s-e4652fba-f430-40d0-b042-b8af4537cdcc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4652fba-f430-40d0-b042-b8af4537cdcc {
    width: 100%;
    height: auto;
  }

  #s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image {
    
    
  }


.s-e4652fba-f430-40d0-b042-b8af4537cdcc .shogun-image-content {
  
    align-items: center;
  
}

.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4652fba-f430-40d0-b042-b8af4537cdcc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container {
      position: relative;
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image,
  #s-e4652fba-f430-40d0-b042-b8af4537cdcc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4652fba-f430-40d0-b042-b8af4537cdcc {
    width: 100%;
    height: auto;
  }

  #s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image {
    
    
  }


.s-e4652fba-f430-40d0-b042-b8af4537cdcc .shogun-image-content {
  
    align-items: center;
  
}

.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4652fba-f430-40d0-b042-b8af4537cdcc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container {
      position: relative;
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image,
  #s-e4652fba-f430-40d0-b042-b8af4537cdcc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4652fba-f430-40d0-b042-b8af4537cdcc {
    width: 100%;
    height: auto;
  }

  #s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image {
    
    
  }


.s-e4652fba-f430-40d0-b042-b8af4537cdcc .shogun-image-content {
  
    align-items: center;
  
}

.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4652fba-f430-40d0-b042-b8af4537cdcc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container {
      position: relative;
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4652fba-f430-40d0-b042-b8af4537cdcc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b545c40f-dbd6-4566-9580-bff1be61e58c {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image,
  #s-b545c40f-dbd6-4566-9580-bff1be61e58c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b545c40f-dbd6-4566-9580-bff1be61e58c {
    width: 100%;
    height: auto;
  }

  #s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image {
    
    
  }


.s-b545c40f-dbd6-4566-9580-bff1be61e58c .shogun-image-content {
  
    align-items: center;
  
}

.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b545c40f-dbd6-4566-9580-bff1be61e58c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container {
      position: relative;
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image,
  #s-b545c40f-dbd6-4566-9580-bff1be61e58c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b545c40f-dbd6-4566-9580-bff1be61e58c {
    width: 100%;
    height: auto;
  }

  #s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image {
    
    
  }


.s-b545c40f-dbd6-4566-9580-bff1be61e58c .shogun-image-content {
  
    align-items: center;
  
}

.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b545c40f-dbd6-4566-9580-bff1be61e58c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container {
      position: relative;
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image,
  #s-b545c40f-dbd6-4566-9580-bff1be61e58c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b545c40f-dbd6-4566-9580-bff1be61e58c {
    width: 100%;
    height: auto;
  }

  #s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image {
    
    
  }


.s-b545c40f-dbd6-4566-9580-bff1be61e58c .shogun-image-content {
  
    align-items: center;
  
}

.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b545c40f-dbd6-4566-9580-bff1be61e58c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container {
      position: relative;
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image,
  #s-b545c40f-dbd6-4566-9580-bff1be61e58c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b545c40f-dbd6-4566-9580-bff1be61e58c {
    width: 100%;
    height: auto;
  }

  #s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image {
    
    
  }


.s-b545c40f-dbd6-4566-9580-bff1be61e58c .shogun-image-content {
  
    align-items: center;
  
}

.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b545c40f-dbd6-4566-9580-bff1be61e58c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container {
      position: relative;
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image,
  #s-b545c40f-dbd6-4566-9580-bff1be61e58c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b545c40f-dbd6-4566-9580-bff1be61e58c {
    width: 100%;
    height: auto;
  }

  #s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image {
    
    
  }


.s-b545c40f-dbd6-4566-9580-bff1be61e58c .shogun-image-content {
  
    align-items: center;
  
}

.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b545c40f-dbd6-4566-9580-bff1be61e58c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container {
      position: relative;
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b545c40f-dbd6-4566-9580-bff1be61e58c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9c8309d1-8e64-41dc-acde-109486ee785b {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
background-color: rgba(255, 254, 254, 1);
}
@media (max-width: 767px){#s-9c8309d1-8e64-41dc-acde-109486ee785b {
  display: none;
}
#s-9c8309d1-8e64-41dc-acde-109486ee785b, #wrap-s-9c8309d1-8e64-41dc-acde-109486ee785b { display: none !important; }}
@media (min-width: 0px) {
[id="s-9c8309d1-8e64-41dc-acde-109486ee785b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c8309d1-8e64-41dc-acde-109486ee785b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c8309d1-8e64-41dc-acde-109486ee785b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c8309d1-8e64-41dc-acde-109486ee785b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb {
  max-width: 2184px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image,
  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb {
    width: 100%;
    height: auto;
  }

  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image {
    
    
  }


.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb .shogun-image-content {
  
    align-items: center;
  
}

.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container {
      position: relative;
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image,
  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb {
    width: 100%;
    height: auto;
  }

  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image {
    
    
  }


.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb .shogun-image-content {
  
    align-items: center;
  
}

.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container {
      position: relative;
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image,
  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb {
    width: 100%;
    height: auto;
  }

  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image {
    
    
  }


.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb .shogun-image-content {
  
    align-items: center;
  
}

.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container {
      position: relative;
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image,
  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb {
    width: 100%;
    height: auto;
  }

  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image {
    
    
  }


.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb .shogun-image-content {
  
    align-items: center;
  
}

.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container {
      position: relative;
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image,
  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb {
    width: 100%;
    height: auto;
  }

  #s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image {
    
    
  }


.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb .shogun-image-content {
  
    align-items: center;
  
}

.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container {
      position: relative;
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b664af0d-5ea2-40d6-bb16-dddad27e5fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-213593fa-e4ef-4761-8120-59153505dcfd {
  margin-left: 10%;
margin-right: 10%;
}

#s-a23f8bde-3d56-49bc-a981-824495f26f35 {
  margin-left: 10%;
margin-right: 10%;
}

#s-a771b1d6-8d1e-4b8a-af11-ef640f4015ad {
  margin-left: 10%;
margin-right: 10%;
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: rgba(0, 177, 233, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 177, 233, 1);
background-image: none;
hover-type: color;
}
#s-a771b1d6-8d1e-4b8a-af11-ef640f4015ad:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 177, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a771b1d6-8d1e-4b8a-af11-ef640f4015ad:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(110, 166, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(110, 166, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a771b1d6-8d1e-4b8a-af11-ef640f4015ad-root {
    text-align: left;
  }


#s-a771b1d6-8d1e-4b8a-af11-ef640f4015ad.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a771b1d6-8d1e-4b8a-af11-ef640f4015ad-root {
    text-align: left;
  }


#s-a771b1d6-8d1e-4b8a-af11-ef640f4015ad.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a771b1d6-8d1e-4b8a-af11-ef640f4015ad-root {
    text-align: left;
  }


#s-a771b1d6-8d1e-4b8a-af11-ef640f4015ad.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a771b1d6-8d1e-4b8a-af11-ef640f4015ad-root {
    text-align: left;
  }


#s-a771b1d6-8d1e-4b8a-af11-ef640f4015ad.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a771b1d6-8d1e-4b8a-af11-ef640f4015ad-root {
    text-align: left;
  }


#s-a771b1d6-8d1e-4b8a-af11-ef640f4015ad.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-37697513-ea9c-4349-ba32-449bb0b8088d {
  margin-left: 10%;
margin-right: 10%;
}

#s-d4d37f52-175e-49ec-8fac-487066f31a51 {
  max-width: 2184px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image,
  #s-d4d37f52-175e-49ec-8fac-487066f31a51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4d37f52-175e-49ec-8fac-487066f31a51 {
    width: 100%;
    height: auto;
  }

  #s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image {
    
    
  }


.s-d4d37f52-175e-49ec-8fac-487066f31a51 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d37f52-175e-49ec-8fac-487066f31a51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4d37f52-175e-49ec-8fac-487066f31a51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container {
      position: relative;
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image,
  #s-d4d37f52-175e-49ec-8fac-487066f31a51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4d37f52-175e-49ec-8fac-487066f31a51 {
    width: 100%;
    height: auto;
  }

  #s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image {
    
    
  }


.s-d4d37f52-175e-49ec-8fac-487066f31a51 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d37f52-175e-49ec-8fac-487066f31a51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4d37f52-175e-49ec-8fac-487066f31a51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container {
      position: relative;
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image,
  #s-d4d37f52-175e-49ec-8fac-487066f31a51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4d37f52-175e-49ec-8fac-487066f31a51 {
    width: 100%;
    height: auto;
  }

  #s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image {
    
    
  }


.s-d4d37f52-175e-49ec-8fac-487066f31a51 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d37f52-175e-49ec-8fac-487066f31a51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4d37f52-175e-49ec-8fac-487066f31a51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container {
      position: relative;
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image,
  #s-d4d37f52-175e-49ec-8fac-487066f31a51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4d37f52-175e-49ec-8fac-487066f31a51 {
    width: 100%;
    height: auto;
  }

  #s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image {
    
    
  }


.s-d4d37f52-175e-49ec-8fac-487066f31a51 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d37f52-175e-49ec-8fac-487066f31a51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4d37f52-175e-49ec-8fac-487066f31a51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container {
      position: relative;
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image,
  #s-d4d37f52-175e-49ec-8fac-487066f31a51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4d37f52-175e-49ec-8fac-487066f31a51 {
    width: 100%;
    height: auto;
  }

  #s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image {
    
    
  }


.s-d4d37f52-175e-49ec-8fac-487066f31a51 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d37f52-175e-49ec-8fac-487066f31a51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4d37f52-175e-49ec-8fac-487066f31a51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container {
      position: relative;
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4d37f52-175e-49ec-8fac-487066f31a51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9ffab042-64ff-4c69-85b8-723861c5212e {
  margin-left: 10%;
margin-right: 10%;
}

#s-9f72c921-de3a-4169-8c6d-5d9046b127d6 {
  margin-left: 10%;
margin-right: 10%;
}

#s-86594f80-6270-40fd-bfd5-0643714b485a {
  margin-left: 10%;
margin-right: 10%;
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: rgba(0, 177, 233, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 177, 233, 1);
background-image: none;
hover-type: color;
}
#s-86594f80-6270-40fd-bfd5-0643714b485a:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 177, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-86594f80-6270-40fd-bfd5-0643714b485a:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(110, 166, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(110, 166, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-86594f80-6270-40fd-bfd5-0643714b485a-root {
    text-align: left;
  }


#s-86594f80-6270-40fd-bfd5-0643714b485a.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-86594f80-6270-40fd-bfd5-0643714b485a-root {
    text-align: left;
  }


#s-86594f80-6270-40fd-bfd5-0643714b485a.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86594f80-6270-40fd-bfd5-0643714b485a-root {
    text-align: left;
  }


#s-86594f80-6270-40fd-bfd5-0643714b485a.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86594f80-6270-40fd-bfd5-0643714b485a-root {
    text-align: left;
  }


#s-86594f80-6270-40fd-bfd5-0643714b485a.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-86594f80-6270-40fd-bfd5-0643714b485a-root {
    text-align: left;
  }


#s-86594f80-6270-40fd-bfd5-0643714b485a.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c6375c37-8956-4136-bd14-c5c4b5df69a0 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c6375c37-8956-4136-bd14-c5c4b5df69a0 {
  display: none;
}
#s-c6375c37-8956-4136-bd14-c5c4b5df69a0, #wrap-s-c6375c37-8956-4136-bd14-c5c4b5df69a0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c6375c37-8956-4136-bd14-c5c4b5df69a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6375c37-8956-4136-bd14-c5c4b5df69a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6375c37-8956-4136-bd14-c5c4b5df69a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6375c37-8956-4136-bd14-c5c4b5df69a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-b28971fa-f5e1-4633-8a27-2cd158591f6d {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-b28971fa-f5e1-4633-8a27-2cd158591f6d {
  display: none;
}
#s-b28971fa-f5e1-4633-8a27-2cd158591f6d, #wrap-s-b28971fa-f5e1-4633-8a27-2cd158591f6d { display: none !important; }}
#s-b28971fa-f5e1-4633-8a27-2cd158591f6d .shg-sld-dot {
  background-color: rgba(1, 176, 233, 1);
}

#s-b28971fa-f5e1-4633-8a27-2cd158591f6d .shg-sld-nav-button.shg-sld-left,
#s-b28971fa-f5e1-4633-8a27-2cd158591f6d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(1, 176, 233, 1);
}

#s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e {
  max-width: 2806px;
aspect-ratio: 2806/2652;
text-align: center;
}





  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image,
  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e {
    width: 100%;
    height: auto;
  }

  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image {
    
    
  }


.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e .shogun-image-content {
  
    align-items: center;
  
}

.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container {
      position: relative;
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image,
  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e {
    width: 100%;
    height: auto;
  }

  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image {
    
    
  }


.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e .shogun-image-content {
  
    align-items: center;
  
}

.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container {
      position: relative;
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image,
  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e {
    width: 100%;
    height: auto;
  }

  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image {
    
    
  }


.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e .shogun-image-content {
  
    align-items: center;
  
}

.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container {
      position: relative;
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image,
  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e {
    width: 100%;
    height: auto;
  }

  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image {
    
    
  }


.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e .shogun-image-content {
  
    align-items: center;
  
}

.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container {
      position: relative;
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image,
  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e {
    width: 100%;
    height: auto;
  }

  #s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image {
    
    
  }


.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e .shogun-image-content {
  
    align-items: center;
  
}

.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container {
      position: relative;
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca2e2ff8-e473-4af4-9eb2-c78e2abfc47e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ce0d7840-161d-4525-88b3-47f870d4d0fe {
  max-width: 2806px;
aspect-ratio: 2806/2652;
text-align: center;
}





  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image,
  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe {
    width: 100%;
    height: auto;
  }

  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image {
    
    
  }


.s-ce0d7840-161d-4525-88b3-47f870d4d0fe .shogun-image-content {
  
    align-items: center;
  
}

.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container {
      position: relative;
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image,
  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe {
    width: 100%;
    height: auto;
  }

  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image {
    
    
  }


.s-ce0d7840-161d-4525-88b3-47f870d4d0fe .shogun-image-content {
  
    align-items: center;
  
}

.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container {
      position: relative;
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image,
  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe {
    width: 100%;
    height: auto;
  }

  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image {
    
    
  }


.s-ce0d7840-161d-4525-88b3-47f870d4d0fe .shogun-image-content {
  
    align-items: center;
  
}

.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container {
      position: relative;
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image,
  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe {
    width: 100%;
    height: auto;
  }

  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image {
    
    
  }


.s-ce0d7840-161d-4525-88b3-47f870d4d0fe .shogun-image-content {
  
    align-items: center;
  
}

.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container {
      position: relative;
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image,
  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe {
    width: 100%;
    height: auto;
  }

  #s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image {
    
    
  }


.s-ce0d7840-161d-4525-88b3-47f870d4d0fe .shogun-image-content {
  
    align-items: center;
  
}

.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container {
      position: relative;
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce0d7840-161d-4525-88b3-47f870d4d0fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 {
  max-width: 2806px;
aspect-ratio: 2806/2652;
text-align: center;
}





  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image,
  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 {
    width: 100%;
    height: auto;
  }

  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image {
    
    
  }


.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container {
      position: relative;
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image,
  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 {
    width: 100%;
    height: auto;
  }

  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image {
    
    
  }


.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container {
      position: relative;
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image,
  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 {
    width: 100%;
    height: auto;
  }

  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image {
    
    
  }


.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container {
      position: relative;
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image,
  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 {
    width: 100%;
    height: auto;
  }

  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image {
    
    
  }


.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container {
      position: relative;
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image,
  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 {
    width: 100%;
    height: auto;
  }

  #s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image {
    
    
  }


.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container {
      position: relative;
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6d9112a-a2a9-42e8-a53f-ad9bc61aa217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-221fbf13-fca0-4dd3-a0dc-43e6f325dda0 {
  margin-left: 10%;
margin-right: 10%;
}

#s-76670eeb-1810-43c9-98ff-420d2853bfe9 {
  margin-left: 10%;
margin-right: 10%;
}

#s-315b4501-5c4d-4b6c-9531-712710253de4 {
  margin-left: 10%;
margin-right: 10%;
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: rgba(0, 177, 233, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 177, 233, 1);
background-image: none;
hover-type: color;
}
#s-315b4501-5c4d-4b6c-9531-712710253de4:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 177, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-315b4501-5c4d-4b6c-9531-712710253de4:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(110, 166, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(110, 166, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-315b4501-5c4d-4b6c-9531-712710253de4-root {
    text-align: left;
  }


#s-315b4501-5c4d-4b6c-9531-712710253de4.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-315b4501-5c4d-4b6c-9531-712710253de4-root {
    text-align: left;
  }


#s-315b4501-5c4d-4b6c-9531-712710253de4.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-315b4501-5c4d-4b6c-9531-712710253de4-root {
    text-align: left;
  }


#s-315b4501-5c4d-4b6c-9531-712710253de4.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-315b4501-5c4d-4b6c-9531-712710253de4-root {
    text-align: left;
  }


#s-315b4501-5c4d-4b6c-9531-712710253de4.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-315b4501-5c4d-4b6c-9531-712710253de4-root {
    text-align: left;
  }


#s-315b4501-5c4d-4b6c-9531-712710253de4.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e4fd7709-401f-48d2-9458-e7f3e5ea8e98 {
  margin-left: 10%;
margin-right: 10%;
}

#s-59605087-3f60-44dd-8733-9ccada26a23f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-59605087-3f60-44dd-8733-9ccada26a23f {
  display: none;
}
#s-59605087-3f60-44dd-8733-9ccada26a23f, #wrap-s-59605087-3f60-44dd-8733-9ccada26a23f { display: none !important; }}
@media (min-width: 0px) {
[id="s-59605087-3f60-44dd-8733-9ccada26a23f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59605087-3f60-44dd-8733-9ccada26a23f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59605087-3f60-44dd-8733-9ccada26a23f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59605087-3f60-44dd-8733-9ccada26a23f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8e7ea2e0-2545-4529-ba2c-3f4af8e51700 {
  margin-left: 10%;
margin-right: 10%;
}

#s-6fa8269a-0659-44b6-8dac-c292f6379b35 {
  margin-left: 10%;
margin-right: 10%;
}

#s-9afb0808-e400-41c8-ae9a-00f9f64599ea {
  margin-left: 10%;
margin-right: 10%;
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: rgba(0, 177, 233, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 177, 233, 1);
background-image: none;
hover-type: color;
}
#s-9afb0808-e400-41c8-ae9a-00f9f64599ea:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 177, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9afb0808-e400-41c8-ae9a-00f9f64599ea:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(110, 166, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(110, 166, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-9afb0808-e400-41c8-ae9a-00f9f64599ea-root {
    text-align: left;
  }


#s-9afb0808-e400-41c8-ae9a-00f9f64599ea.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9afb0808-e400-41c8-ae9a-00f9f64599ea-root {
    text-align: left;
  }


#s-9afb0808-e400-41c8-ae9a-00f9f64599ea.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9afb0808-e400-41c8-ae9a-00f9f64599ea-root {
    text-align: left;
  }


#s-9afb0808-e400-41c8-ae9a-00f9f64599ea.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9afb0808-e400-41c8-ae9a-00f9f64599ea-root {
    text-align: left;
  }


#s-9afb0808-e400-41c8-ae9a-00f9f64599ea.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9afb0808-e400-41c8-ae9a-00f9f64599ea-root {
    text-align: left;
  }


#s-9afb0808-e400-41c8-ae9a-00f9f64599ea.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dfd851fb-c177-4139-a4ac-7f8447df966f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-dfd851fb-c177-4139-a4ac-7f8447df966f .shg-sld-dot {
  background-color: rgba(1, 176, 233, 1);
}

#s-dfd851fb-c177-4139-a4ac-7f8447df966f .shg-sld-nav-button.shg-sld-left,
#s-dfd851fb-c177-4139-a4ac-7f8447df966f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(1, 176, 233, 1);
}

#s-1a53b0e1-e817-441b-86d5-d70bbb127ccd {
  max-width: 2806px;
aspect-ratio: 2806/2652;
text-align: center;
}





  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image,
  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd {
    width: 100%;
    height: auto;
  }

  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image {
    
    
  }


.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd .shogun-image-content {
  
    align-items: center;
  
}

.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container {
      position: relative;
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image,
  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd {
    width: 100%;
    height: auto;
  }

  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image {
    
    
  }


.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd .shogun-image-content {
  
    align-items: center;
  
}

.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container {
      position: relative;
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image,
  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd {
    width: 100%;
    height: auto;
  }

  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image {
    
    
  }


.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd .shogun-image-content {
  
    align-items: center;
  
}

.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container {
      position: relative;
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image,
  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd {
    width: 100%;
    height: auto;
  }

  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image {
    
    
  }


.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd .shogun-image-content {
  
    align-items: center;
  
}

.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container {
      position: relative;
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image,
  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd {
    width: 100%;
    height: auto;
  }

  #s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image {
    
    
  }


.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd .shogun-image-content {
  
    align-items: center;
  
}

.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container {
      position: relative;
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a53b0e1-e817-441b-86d5-d70bbb127ccd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 {
  max-width: 2806px;
aspect-ratio: 2806/2652;
text-align: center;
}





  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image,
  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 {
    width: 100%;
    height: auto;
  }

  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image {
    
    
  }


.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 .shogun-image-content {
  
    align-items: center;
  
}

.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container {
      position: relative;
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image,
  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 {
    width: 100%;
    height: auto;
  }

  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image {
    
    
  }


.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 .shogun-image-content {
  
    align-items: center;
  
}

.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container {
      position: relative;
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image,
  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 {
    width: 100%;
    height: auto;
  }

  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image {
    
    
  }


.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 .shogun-image-content {
  
    align-items: center;
  
}

.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container {
      position: relative;
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image,
  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 {
    width: 100%;
    height: auto;
  }

  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image {
    
    
  }


.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 .shogun-image-content {
  
    align-items: center;
  
}

.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container {
      position: relative;
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image,
  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 {
    width: 100%;
    height: auto;
  }

  #s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image {
    
    
  }


.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 .shogun-image-content {
  
    align-items: center;
  
}

.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container {
      position: relative;
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-165e59e2-ed21-4eaa-bc68-8c405fc01d32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 {
  max-width: 2806px;
aspect-ratio: 2806/2652;
text-align: center;
}





  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image,
  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 {
    width: 100%;
    height: auto;
  }

  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image {
    
    
  }


.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container {
      position: relative;
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image,
  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 {
    width: 100%;
    height: auto;
  }

  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image {
    
    
  }


.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container {
      position: relative;
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image,
  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 {
    width: 100%;
    height: auto;
  }

  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image {
    
    
  }


.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container {
      position: relative;
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image,
  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 {
    width: 100%;
    height: auto;
  }

  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image {
    
    
  }


.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container {
      position: relative;
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image,
  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 {
    width: 100%;
    height: auto;
  }

  #s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image {
    
    
  }


.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 {
      --shg-aspect-ratio: calc(2806/2652); 
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container {
      position: relative;
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf69044e-8ed1-4a3e-bf8d-8650802ba029 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-efb35eba-5c5c-4a15-adb7-88e79e124e52 {
  margin-left: 10%;
margin-right: 10%;
}

#s-6674242b-75c2-463f-9954-a1dbf2807253 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6674242b-75c2-463f-9954-a1dbf2807253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6674242b-75c2-463f-9954-a1dbf2807253.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c71d9217-0815-443f-87ff-7af954ce1a00 {
  margin-left: 10%;
margin-right: 10%;
max-width: 1088px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-c71d9217-0815-443f-87ff-7af954ce1a00 {
  display: none;
}
#s-c71d9217-0815-443f-87ff-7af954ce1a00, #wrap-s-c71d9217-0815-443f-87ff-7af954ce1a00 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c71d9217-0815-443f-87ff-7af954ce1a00 {
  display: none;
}
#s-c71d9217-0815-443f-87ff-7af954ce1a00, #wrap-s-c71d9217-0815-443f-87ff-7af954ce1a00 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c71d9217-0815-443f-87ff-7af954ce1a00 {
  display: none;
}
#s-c71d9217-0815-443f-87ff-7af954ce1a00, #wrap-s-c71d9217-0815-443f-87ff-7af954ce1a00 { display: none !important; }}




  #s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image,
  #s-c71d9217-0815-443f-87ff-7af954ce1a00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c71d9217-0815-443f-87ff-7af954ce1a00 {
    width: 100%;
    height: auto;
  }

  #s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image {
    
    
  }


.s-c71d9217-0815-443f-87ff-7af954ce1a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-c71d9217-0815-443f-87ff-7af954ce1a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c71d9217-0815-443f-87ff-7af954ce1a00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container {
      position: relative;
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image,
  #s-c71d9217-0815-443f-87ff-7af954ce1a00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c71d9217-0815-443f-87ff-7af954ce1a00 {
    width: 100%;
    height: auto;
  }

  #s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image {
    
    
  }


.s-c71d9217-0815-443f-87ff-7af954ce1a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-c71d9217-0815-443f-87ff-7af954ce1a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c71d9217-0815-443f-87ff-7af954ce1a00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container {
      position: relative;
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image,
  #s-c71d9217-0815-443f-87ff-7af954ce1a00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c71d9217-0815-443f-87ff-7af954ce1a00 {
    width: 100%;
    height: auto;
  }

  #s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image {
    
    
  }


.s-c71d9217-0815-443f-87ff-7af954ce1a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-c71d9217-0815-443f-87ff-7af954ce1a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c71d9217-0815-443f-87ff-7af954ce1a00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container {
      position: relative;
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image,
  #s-c71d9217-0815-443f-87ff-7af954ce1a00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c71d9217-0815-443f-87ff-7af954ce1a00 {
    width: 100%;
    height: auto;
  }

  #s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image {
    
    
  }


.s-c71d9217-0815-443f-87ff-7af954ce1a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-c71d9217-0815-443f-87ff-7af954ce1a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c71d9217-0815-443f-87ff-7af954ce1a00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container {
      position: relative;
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image,
  #s-c71d9217-0815-443f-87ff-7af954ce1a00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c71d9217-0815-443f-87ff-7af954ce1a00 {
    width: 100%;
    height: auto;
  }

  #s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image {
    
    
  }


.s-c71d9217-0815-443f-87ff-7af954ce1a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-c71d9217-0815-443f-87ff-7af954ce1a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c71d9217-0815-443f-87ff-7af954ce1a00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container {
      position: relative;
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c71d9217-0815-443f-87ff-7af954ce1a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f40cfda1-d77a-4c49-a4a5-11a799084a9c {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-f40cfda1-d77a-4c49-a4a5-11a799084a9c {
  display: none;
}
#s-f40cfda1-d77a-4c49-a4a5-11a799084a9c, #wrap-s-f40cfda1-d77a-4c49-a4a5-11a799084a9c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f40cfda1-d77a-4c49-a4a5-11a799084a9c {
  display: none;
}
#s-f40cfda1-d77a-4c49-a4a5-11a799084a9c, #wrap-s-f40cfda1-d77a-4c49-a4a5-11a799084a9c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f40cfda1-d77a-4c49-a4a5-11a799084a9c {
  display: none;
}
#s-f40cfda1-d77a-4c49-a4a5-11a799084a9c, #wrap-s-f40cfda1-d77a-4c49-a4a5-11a799084a9c { display: none !important; }}
#s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3 {
  margin-left: 10%;
margin-right: 10%;
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: rgba(0, 177, 233, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 177, 233, 1);
background-image: none;
hover-type: color;
}
#s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 177, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(110, 166, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(110, 166, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3 {
  display: none;
}
#s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3, #wrap-s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3 {
  display: none;
}
#s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3, #wrap-s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3 {
  display: none;
}
#s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3, #wrap-s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3 { display: none !important; }}

  #s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3-root {
    text-align: center;
  }


#s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3-root {
    text-align: center;
  }


#s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3-root {
    text-align: center;
  }


#s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3-root {
    text-align: center;
  }


#s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3-root {
    text-align: center;
  }


#s-54bd306c-fc74-4811-9f32-d5cde5e4b4b3.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e139aab9-7189-4943-9d69-42e0cd94f36f {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
max-width: 1088px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-e139aab9-7189-4943-9d69-42e0cd94f36f {
  display: none;
}
#s-e139aab9-7189-4943-9d69-42e0cd94f36f, #wrap-s-e139aab9-7189-4943-9d69-42e0cd94f36f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e139aab9-7189-4943-9d69-42e0cd94f36f {
  display: none;
}
#s-e139aab9-7189-4943-9d69-42e0cd94f36f, #wrap-s-e139aab9-7189-4943-9d69-42e0cd94f36f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e139aab9-7189-4943-9d69-42e0cd94f36f {
  display: none;
}
#s-e139aab9-7189-4943-9d69-42e0cd94f36f, #wrap-s-e139aab9-7189-4943-9d69-42e0cd94f36f { display: none !important; }}




  #s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image,
  #s-e139aab9-7189-4943-9d69-42e0cd94f36f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e139aab9-7189-4943-9d69-42e0cd94f36f {
    width: 100%;
    height: auto;
  }

  #s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image {
    
    
  }


.s-e139aab9-7189-4943-9d69-42e0cd94f36f .shogun-image-content {
  
    align-items: center;
  
}

.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e139aab9-7189-4943-9d69-42e0cd94f36f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container {
      position: relative;
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image,
  #s-e139aab9-7189-4943-9d69-42e0cd94f36f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e139aab9-7189-4943-9d69-42e0cd94f36f {
    width: 100%;
    height: auto;
  }

  #s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image {
    
    
  }


.s-e139aab9-7189-4943-9d69-42e0cd94f36f .shogun-image-content {
  
    align-items: center;
  
}

.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e139aab9-7189-4943-9d69-42e0cd94f36f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container {
      position: relative;
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image,
  #s-e139aab9-7189-4943-9d69-42e0cd94f36f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e139aab9-7189-4943-9d69-42e0cd94f36f {
    width: 100%;
    height: auto;
  }

  #s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image {
    
    
  }


.s-e139aab9-7189-4943-9d69-42e0cd94f36f .shogun-image-content {
  
    align-items: center;
  
}

.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e139aab9-7189-4943-9d69-42e0cd94f36f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container {
      position: relative;
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image,
  #s-e139aab9-7189-4943-9d69-42e0cd94f36f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e139aab9-7189-4943-9d69-42e0cd94f36f {
    width: 100%;
    height: auto;
  }

  #s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image {
    
    
  }


.s-e139aab9-7189-4943-9d69-42e0cd94f36f .shogun-image-content {
  
    align-items: center;
  
}

.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e139aab9-7189-4943-9d69-42e0cd94f36f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container {
      position: relative;
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image,
  #s-e139aab9-7189-4943-9d69-42e0cd94f36f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e139aab9-7189-4943-9d69-42e0cd94f36f {
    width: 100%;
    height: auto;
  }

  #s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image {
    
    
  }


.s-e139aab9-7189-4943-9d69-42e0cd94f36f .shogun-image-content {
  
    align-items: center;
  
}

.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e139aab9-7189-4943-9d69-42e0cd94f36f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container {
      position: relative;
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e139aab9-7189-4943-9d69-42e0cd94f36f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-54c01cbc-4de5-4ba0-907e-fa7f2a8ce98d {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-54c01cbc-4de5-4ba0-907e-fa7f2a8ce98d {
  display: none;
}
#s-54c01cbc-4de5-4ba0-907e-fa7f2a8ce98d, #wrap-s-54c01cbc-4de5-4ba0-907e-fa7f2a8ce98d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54c01cbc-4de5-4ba0-907e-fa7f2a8ce98d {
  display: none;
}
#s-54c01cbc-4de5-4ba0-907e-fa7f2a8ce98d, #wrap-s-54c01cbc-4de5-4ba0-907e-fa7f2a8ce98d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54c01cbc-4de5-4ba0-907e-fa7f2a8ce98d {
  display: none;
}
#s-54c01cbc-4de5-4ba0-907e-fa7f2a8ce98d, #wrap-s-54c01cbc-4de5-4ba0-907e-fa7f2a8ce98d { display: none !important; }}
#s-858ac670-52a4-41c7-9aa6-0beae2e0a12a {
  margin-left: 10%;
margin-right: 10%;
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: rgba(0, 177, 233, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 177, 233, 1);
background-image: none;
hover-type: color;
}
#s-858ac670-52a4-41c7-9aa6-0beae2e0a12a:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 177, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-858ac670-52a4-41c7-9aa6-0beae2e0a12a:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(110, 166, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(110, 166, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-858ac670-52a4-41c7-9aa6-0beae2e0a12a {
  display: none;
}
#s-858ac670-52a4-41c7-9aa6-0beae2e0a12a, #wrap-s-858ac670-52a4-41c7-9aa6-0beae2e0a12a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-858ac670-52a4-41c7-9aa6-0beae2e0a12a {
  display: none;
}
#s-858ac670-52a4-41c7-9aa6-0beae2e0a12a, #wrap-s-858ac670-52a4-41c7-9aa6-0beae2e0a12a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-858ac670-52a4-41c7-9aa6-0beae2e0a12a {
  display: none;
}
#s-858ac670-52a4-41c7-9aa6-0beae2e0a12a, #wrap-s-858ac670-52a4-41c7-9aa6-0beae2e0a12a { display: none !important; }}

  #s-858ac670-52a4-41c7-9aa6-0beae2e0a12a-root {
    text-align: center;
  }


#s-858ac670-52a4-41c7-9aa6-0beae2e0a12a.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-858ac670-52a4-41c7-9aa6-0beae2e0a12a-root {
    text-align: center;
  }


#s-858ac670-52a4-41c7-9aa6-0beae2e0a12a.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-858ac670-52a4-41c7-9aa6-0beae2e0a12a-root {
    text-align: center;
  }


#s-858ac670-52a4-41c7-9aa6-0beae2e0a12a.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-858ac670-52a4-41c7-9aa6-0beae2e0a12a-root {
    text-align: center;
  }


#s-858ac670-52a4-41c7-9aa6-0beae2e0a12a.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-858ac670-52a4-41c7-9aa6-0beae2e0a12a-root {
    text-align: center;
  }


#s-858ac670-52a4-41c7-9aa6-0beae2e0a12a.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-527a5e8d-3d6a-4ebb-8260-520eaa7a52db {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-527a5e8d-3d6a-4ebb-8260-520eaa7a52db {
  display: none;
}
#s-527a5e8d-3d6a-4ebb-8260-520eaa7a52db, #wrap-s-527a5e8d-3d6a-4ebb-8260-520eaa7a52db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-527a5e8d-3d6a-4ebb-8260-520eaa7a52db {
  display: none;
}
#s-527a5e8d-3d6a-4ebb-8260-520eaa7a52db, #wrap-s-527a5e8d-3d6a-4ebb-8260-520eaa7a52db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-527a5e8d-3d6a-4ebb-8260-520eaa7a52db {
  display: none;
}
#s-527a5e8d-3d6a-4ebb-8260-520eaa7a52db, #wrap-s-527a5e8d-3d6a-4ebb-8260-520eaa7a52db { display: none !important; }}
#s-527a5e8d-3d6a-4ebb-8260-520eaa7a52db .shg-sld-dot {
  background-color: rgba(1, 176, 233, 1);
}

#s-527a5e8d-3d6a-4ebb-8260-520eaa7a52db .shg-sld-nav-button.shg-sld-left,
#s-527a5e8d-3d6a-4ebb-8260-520eaa7a52db .shg-sld-nav-button.shg-sld-right {
  fill: rgba(1, 176, 233, 1);
}

#s-b95fa468-accf-4d75-aee7-5e4e9d56505b {
  max-width: 1346px;
aspect-ratio: 1346/1363;
text-align: center;
}





  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image,
  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b {
    width: 100%;
    height: auto;
  }

  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image {
    
    
  }


.s-b95fa468-accf-4d75-aee7-5e4e9d56505b .shogun-image-content {
  
    align-items: center;
  
}

.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container {
      position: relative;
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image,
  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b {
    width: 100%;
    height: auto;
  }

  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image {
    
    
  }


.s-b95fa468-accf-4d75-aee7-5e4e9d56505b .shogun-image-content {
  
    align-items: center;
  
}

.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container {
      position: relative;
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image,
  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b {
    width: 100%;
    height: auto;
  }

  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image {
    
    
  }


.s-b95fa468-accf-4d75-aee7-5e4e9d56505b .shogun-image-content {
  
    align-items: center;
  
}

.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container {
      position: relative;
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image,
  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b {
    width: 100%;
    height: auto;
  }

  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image {
    
    
  }


.s-b95fa468-accf-4d75-aee7-5e4e9d56505b .shogun-image-content {
  
    align-items: center;
  
}

.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container {
      position: relative;
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image,
  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b {
    width: 100%;
    height: auto;
  }

  #s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image {
    
    
  }


.s-b95fa468-accf-4d75-aee7-5e4e9d56505b .shogun-image-content {
  
    align-items: center;
  
}

.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container {
      position: relative;
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b95fa468-accf-4d75-aee7-5e4e9d56505b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6c54e606-c321-4221-9705-4c3156297d72 {
  max-width: 1346px;
aspect-ratio: 1346/1363;
text-align: center;
}





  #s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image,
  #s-6c54e606-c321-4221-9705-4c3156297d72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c54e606-c321-4221-9705-4c3156297d72 {
    width: 100%;
    height: auto;
  }

  #s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image {
    
    
  }


.s-6c54e606-c321-4221-9705-4c3156297d72 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c54e606-c321-4221-9705-4c3156297d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c54e606-c321-4221-9705-4c3156297d72 {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container {
      position: relative;
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image,
  #s-6c54e606-c321-4221-9705-4c3156297d72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c54e606-c321-4221-9705-4c3156297d72 {
    width: 100%;
    height: auto;
  }

  #s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image {
    
    
  }


.s-6c54e606-c321-4221-9705-4c3156297d72 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c54e606-c321-4221-9705-4c3156297d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c54e606-c321-4221-9705-4c3156297d72 {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container {
      position: relative;
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image,
  #s-6c54e606-c321-4221-9705-4c3156297d72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c54e606-c321-4221-9705-4c3156297d72 {
    width: 100%;
    height: auto;
  }

  #s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image {
    
    
  }


.s-6c54e606-c321-4221-9705-4c3156297d72 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c54e606-c321-4221-9705-4c3156297d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c54e606-c321-4221-9705-4c3156297d72 {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container {
      position: relative;
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image,
  #s-6c54e606-c321-4221-9705-4c3156297d72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c54e606-c321-4221-9705-4c3156297d72 {
    width: 100%;
    height: auto;
  }

  #s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image {
    
    
  }


.s-6c54e606-c321-4221-9705-4c3156297d72 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c54e606-c321-4221-9705-4c3156297d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c54e606-c321-4221-9705-4c3156297d72 {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container {
      position: relative;
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image,
  #s-6c54e606-c321-4221-9705-4c3156297d72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c54e606-c321-4221-9705-4c3156297d72 {
    width: 100%;
    height: auto;
  }

  #s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image {
    
    
  }


.s-6c54e606-c321-4221-9705-4c3156297d72 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c54e606-c321-4221-9705-4c3156297d72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c54e606-c321-4221-9705-4c3156297d72 {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container {
      position: relative;
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c54e606-c321-4221-9705-4c3156297d72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f {
  max-width: 1346px;
aspect-ratio: 1346/1363;
text-align: center;
}





  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image,
  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f {
    width: 100%;
    height: auto;
  }

  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image {
    
    
  }


.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f .shogun-image-content {
  
    align-items: center;
  
}

.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container {
      position: relative;
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image,
  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f {
    width: 100%;
    height: auto;
  }

  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image {
    
    
  }


.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f .shogun-image-content {
  
    align-items: center;
  
}

.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container {
      position: relative;
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image,
  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f {
    width: 100%;
    height: auto;
  }

  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image {
    
    
  }


.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f .shogun-image-content {
  
    align-items: center;
  
}

.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container {
      position: relative;
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image,
  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f {
    width: 100%;
    height: auto;
  }

  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image {
    
    
  }


.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f .shogun-image-content {
  
    align-items: center;
  
}

.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container {
      position: relative;
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image,
  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f {
    width: 100%;
    height: auto;
  }

  #s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image {
    
    
  }


.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f .shogun-image-content {
  
    align-items: center;
  
}

.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f {
      --shg-aspect-ratio: calc(1346/1363); 
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container {
      position: relative;
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d450cd9-ef9c-43ef-b7ed-9a13e7db8a1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2689e229-4192-42ed-8da1-e0c4afe5f3cb {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-2689e229-4192-42ed-8da1-e0c4afe5f3cb {
  display: none;
}
#s-2689e229-4192-42ed-8da1-e0c4afe5f3cb, #wrap-s-2689e229-4192-42ed-8da1-e0c4afe5f3cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2689e229-4192-42ed-8da1-e0c4afe5f3cb {
  display: none;
}
#s-2689e229-4192-42ed-8da1-e0c4afe5f3cb, #wrap-s-2689e229-4192-42ed-8da1-e0c4afe5f3cb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2689e229-4192-42ed-8da1-e0c4afe5f3cb {
  display: none;
}
#s-2689e229-4192-42ed-8da1-e0c4afe5f3cb, #wrap-s-2689e229-4192-42ed-8da1-e0c4afe5f3cb { display: none !important; }}
#s-1acc3f01-f6e7-4600-99bc-e65d61d179c2 {
  margin-left: 10%;
margin-right: 10%;
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: rgba(0, 177, 233, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 177, 233, 1);
background-image: none;
hover-type: color;
}
#s-1acc3f01-f6e7-4600-99bc-e65d61d179c2:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 177, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1acc3f01-f6e7-4600-99bc-e65d61d179c2:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(110, 166, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(110, 166, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1acc3f01-f6e7-4600-99bc-e65d61d179c2 {
  display: none;
}
#s-1acc3f01-f6e7-4600-99bc-e65d61d179c2, #wrap-s-1acc3f01-f6e7-4600-99bc-e65d61d179c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1acc3f01-f6e7-4600-99bc-e65d61d179c2 {
  display: none;
}
#s-1acc3f01-f6e7-4600-99bc-e65d61d179c2, #wrap-s-1acc3f01-f6e7-4600-99bc-e65d61d179c2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1acc3f01-f6e7-4600-99bc-e65d61d179c2 {
  display: none;
}
#s-1acc3f01-f6e7-4600-99bc-e65d61d179c2, #wrap-s-1acc3f01-f6e7-4600-99bc-e65d61d179c2 { display: none !important; }}

  #s-1acc3f01-f6e7-4600-99bc-e65d61d179c2-root {
    text-align: center;
  }


#s-1acc3f01-f6e7-4600-99bc-e65d61d179c2.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1acc3f01-f6e7-4600-99bc-e65d61d179c2-root {
    text-align: center;
  }


#s-1acc3f01-f6e7-4600-99bc-e65d61d179c2.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1acc3f01-f6e7-4600-99bc-e65d61d179c2-root {
    text-align: center;
  }


#s-1acc3f01-f6e7-4600-99bc-e65d61d179c2.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1acc3f01-f6e7-4600-99bc-e65d61d179c2-root {
    text-align: center;
  }


#s-1acc3f01-f6e7-4600-99bc-e65d61d179c2.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1acc3f01-f6e7-4600-99bc-e65d61d179c2-root {
    text-align: center;
  }


#s-1acc3f01-f6e7-4600-99bc-e65d61d179c2.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6c2ebe6d-a734-4603-9c2e-45ff77a1dfc9 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-6c2ebe6d-a734-4603-9c2e-45ff77a1dfc9 {
  display: none;
}
#s-6c2ebe6d-a734-4603-9c2e-45ff77a1dfc9, #wrap-s-6c2ebe6d-a734-4603-9c2e-45ff77a1dfc9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c2ebe6d-a734-4603-9c2e-45ff77a1dfc9 {
  display: none;
}
#s-6c2ebe6d-a734-4603-9c2e-45ff77a1dfc9, #wrap-s-6c2ebe6d-a734-4603-9c2e-45ff77a1dfc9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c2ebe6d-a734-4603-9c2e-45ff77a1dfc9 {
  display: none;
}
#s-6c2ebe6d-a734-4603-9c2e-45ff77a1dfc9, #wrap-s-6c2ebe6d-a734-4603-9c2e-45ff77a1dfc9 { display: none !important; }}
#s-6c2ebe6d-a734-4603-9c2e-45ff77a1dfc9 .shg-sld-dot {
  background-color: rgba(1, 176, 233, 1);
}

#s-6c2ebe6d-a734-4603-9c2e-45ff77a1dfc9 .shg-sld-nav-button.shg-sld-left,
#s-6c2ebe6d-a734-4603-9c2e-45ff77a1dfc9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(1, 176, 233, 1);
}

#s-d0c2476b-fd2f-43fd-a364-7d4806cb705a {
  max-width: 1088px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image,
  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a {
    width: 100%;
    height: auto;
  }

  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image {
    
    
  }


.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container {
      position: relative;
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image,
  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a {
    width: 100%;
    height: auto;
  }

  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image {
    
    
  }


.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container {
      position: relative;
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image,
  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a {
    width: 100%;
    height: auto;
  }

  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image {
    
    
  }


.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container {
      position: relative;
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image,
  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a {
    width: 100%;
    height: auto;
  }

  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image {
    
    
  }


.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container {
      position: relative;
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image,
  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a {
    width: 100%;
    height: auto;
  }

  #s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image {
    
    
  }


.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container {
      position: relative;
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0c2476b-fd2f-43fd-a364-7d4806cb705a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-820f7a7e-f624-48d7-b69b-1e4b329b2050 {
  max-width: 1088px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image,
  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 {
    width: 100%;
    height: auto;
  }

  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image {
    
    
  }


.s-820f7a7e-f624-48d7-b69b-1e4b329b2050 .shogun-image-content {
  
    align-items: center;
  
}

.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container {
      position: relative;
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image,
  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 {
    width: 100%;
    height: auto;
  }

  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image {
    
    
  }


.s-820f7a7e-f624-48d7-b69b-1e4b329b2050 .shogun-image-content {
  
    align-items: center;
  
}

.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container {
      position: relative;
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image,
  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 {
    width: 100%;
    height: auto;
  }

  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image {
    
    
  }


.s-820f7a7e-f624-48d7-b69b-1e4b329b2050 .shogun-image-content {
  
    align-items: center;
  
}

.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container {
      position: relative;
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image,
  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 {
    width: 100%;
    height: auto;
  }

  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image {
    
    
  }


.s-820f7a7e-f624-48d7-b69b-1e4b329b2050 .shogun-image-content {
  
    align-items: center;
  
}

.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container {
      position: relative;
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image,
  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 {
    width: 100%;
    height: auto;
  }

  #s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image {
    
    
  }


.s-820f7a7e-f624-48d7-b69b-1e4b329b2050 .shogun-image-content {
  
    align-items: center;
  
}

.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shg-align-container {
  display: flex;
  justify-content: center
}

.s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container {
      position: relative;
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-820f7a7e-f624-48d7-b69b-1e4b329b2050 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 {
  max-width: 1088px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image,
  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 {
    width: 100%;
    height: auto;
  }

  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image {
    
    
  }


.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 .shogun-image-content {
  
    align-items: center;
  
}

.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container {
      position: relative;
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image,
  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 {
    width: 100%;
    height: auto;
  }

  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image {
    
    
  }


.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 .shogun-image-content {
  
    align-items: center;
  
}

.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container {
      position: relative;
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image,
  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 {
    width: 100%;
    height: auto;
  }

  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image {
    
    
  }


.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 .shogun-image-content {
  
    align-items: center;
  
}

.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container {
      position: relative;
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image,
  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 {
    width: 100%;
    height: auto;
  }

  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image {
    
    
  }


.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 .shogun-image-content {
  
    align-items: center;
  
}

.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container {
      position: relative;
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image,
  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 {
    width: 100%;
    height: auto;
  }

  #s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image {
    
    
  }


.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 .shogun-image-content {
  
    align-items: center;
  
}

.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container {
      position: relative;
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46a9e75d-0e7e-4e0c-a644-b55f0a149818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-66903916-fb76-4662-9e0c-918f2df0cdad {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-66903916-fb76-4662-9e0c-918f2df0cdad {
  display: none;
}
#s-66903916-fb76-4662-9e0c-918f2df0cdad, #wrap-s-66903916-fb76-4662-9e0c-918f2df0cdad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66903916-fb76-4662-9e0c-918f2df0cdad {
  display: none;
}
#s-66903916-fb76-4662-9e0c-918f2df0cdad, #wrap-s-66903916-fb76-4662-9e0c-918f2df0cdad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66903916-fb76-4662-9e0c-918f2df0cdad {
  display: none;
}
#s-66903916-fb76-4662-9e0c-918f2df0cdad, #wrap-s-66903916-fb76-4662-9e0c-918f2df0cdad { display: none !important; }}
#s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080 {
  margin-left: 10%;
margin-right: 10%;
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: rgba(0, 177, 233, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 177, 233, 1);
background-image: none;
hover-type: color;
}
#s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 177, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(110, 166, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(110, 166, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080 {
  display: none;
}
#s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080, #wrap-s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080 {
  display: none;
}
#s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080, #wrap-s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080 {
  display: none;
}
#s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080, #wrap-s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080 { display: none !important; }}

  #s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080-root {
    text-align: center;
  }


#s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080-root {
    text-align: center;
  }


#s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080-root {
    text-align: center;
  }


#s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080-root {
    text-align: center;
  }


#s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080-root {
    text-align: center;
  }


#s-e4bdbb2c-5b87-4f41-aec3-76e5fbdd8080.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-70853d8b-884c-42b8-ae2b-6084e874fb49 {
  display: none;
}
#s-70853d8b-884c-42b8-ae2b-6084e874fb49, #wrap-s-70853d8b-884c-42b8-ae2b-6084e874fb49 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70853d8b-884c-42b8-ae2b-6084e874fb49 {
  display: none;
}
#s-70853d8b-884c-42b8-ae2b-6084e874fb49, #wrap-s-70853d8b-884c-42b8-ae2b-6084e874fb49 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70853d8b-884c-42b8-ae2b-6084e874fb49 {
  display: none;
}
#s-70853d8b-884c-42b8-ae2b-6084e874fb49, #wrap-s-70853d8b-884c-42b8-ae2b-6084e874fb49 { display: none !important; }}
#s-18428b11-c167-4af9-8eff-7cf5e68fa761 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-fa88e7be-a145-4e1f-9cac-b5b06748c025 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-ccfdf81d-4bee-49ad-91c0-d06c90ef2762 {
  margin-left: 10%;
margin-right: 10%;
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: rgba(0, 177, 233, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 177, 233, 1);
background-image: none;
hover-type: color;
}
#s-ccfdf81d-4bee-49ad-91c0-d06c90ef2762:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 177, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ccfdf81d-4bee-49ad-91c0-d06c90ef2762:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(110, 166, 255, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(110, 166, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ccfdf81d-4bee-49ad-91c0-d06c90ef2762-root {
    text-align: center;
  }


#s-ccfdf81d-4bee-49ad-91c0-d06c90ef2762.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ccfdf81d-4bee-49ad-91c0-d06c90ef2762-root {
    text-align: center;
  }


#s-ccfdf81d-4bee-49ad-91c0-d06c90ef2762.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ccfdf81d-4bee-49ad-91c0-d06c90ef2762-root {
    text-align: center;
  }


#s-ccfdf81d-4bee-49ad-91c0-d06c90ef2762.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ccfdf81d-4bee-49ad-91c0-d06c90ef2762-root {
    text-align: center;
  }


#s-ccfdf81d-4bee-49ad-91c0-d06c90ef2762.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ccfdf81d-4bee-49ad-91c0-d06c90ef2762-root {
    text-align: center;
  }


#s-ccfdf81d-4bee-49ad-91c0-d06c90ef2762.shg-btn {
  color: rgba(0, 177, 233, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-74d61f41-1389-469f-88d1-cde6b89cc9d1 {
  padding-left: 5%;
padding-right: 5%;
}

#s-ffd31c7e-cde0-45c2-8c10-465cbc5f2a5d {
  text-align: left;
}



.shg-c#s-ffd31c7e-cde0-45c2-8c10-465cbc5f2a5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd31c7e-cde0-45c2-8c10-465cbc5f2a5d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ffd31c7e-cde0-45c2-8c10-465cbc5f2a5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd31c7e-cde0-45c2-8c10-465cbc5f2a5d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffd31c7e-cde0-45c2-8c10-465cbc5f2a5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd31c7e-cde0-45c2-8c10-465cbc5f2a5d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffd31c7e-cde0-45c2-8c10-465cbc5f2a5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd31c7e-cde0-45c2-8c10-465cbc5f2a5d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffd31c7e-cde0-45c2-8c10-465cbc5f2a5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffd31c7e-cde0-45c2-8c10-465cbc5f2a5d img.shogun-image {
  width: 100%;
}



}
#s-2146424c-bcd9-4afd-96b1-af90b999668f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2146424c-bcd9-4afd-96b1-af90b999668f .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ffe03ba1-445e-4d0d-a53b-f9e476a5dc96 {
  text-align: center;
}

#s-ffe03ba1-445e-4d0d-a53b-f9e476a5dc96 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ffe03ba1-445e-4d0d-a53b-f9e476a5dc96 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ffe03ba1-445e-4d0d-a53b-f9e476a5dc96 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6047dc84-097c-4535-b5a4-efdc1cad954d {
  border-style: solid;
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: rgba(1, 176, 233, 1);
border-radius: 2px;
background-color: rgba(1, 176, 233, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6047dc84-097c-4535-b5a4-efdc1cad954d:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}#s-6047dc84-097c-4535-b5a4-efdc1cad954d:active {border-style: solid !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}


#s-6047dc84-097c-4535-b5a4-efdc1cad954d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6047dc84-097c-4535-b5a4-efdc1cad954d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6047dc84-097c-4535-b5a4-efdc1cad954d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6047dc84-097c-4535-b5a4-efdc1cad954d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8ca293af-65a8-43db-8b44-88ce5268d5e5 {
  text-align: left;
}



.shg-c#s-8ca293af-65a8-43db-8b44-88ce5268d5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ca293af-65a8-43db-8b44-88ce5268d5e5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8ca293af-65a8-43db-8b44-88ce5268d5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ca293af-65a8-43db-8b44-88ce5268d5e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ca293af-65a8-43db-8b44-88ce5268d5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ca293af-65a8-43db-8b44-88ce5268d5e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ca293af-65a8-43db-8b44-88ce5268d5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ca293af-65a8-43db-8b44-88ce5268d5e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ca293af-65a8-43db-8b44-88ce5268d5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ca293af-65a8-43db-8b44-88ce5268d5e5 img.shogun-image {
  width: 100%;
}



}
#s-8149e3bf-6003-4cea-9dc5-b64beb038754 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8149e3bf-6003-4cea-9dc5-b64beb038754 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f8dc56f7-8029-41a0-bb00-dd8754830ca7 {
  text-align: center;
}

#s-f8dc56f7-8029-41a0-bb00-dd8754830ca7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f8dc56f7-8029-41a0-bb00-dd8754830ca7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f8dc56f7-8029-41a0-bb00-dd8754830ca7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1adb7a82-5e06-45e0-8153-872f8cfab7ae {
  border-style: solid;
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: rgba(1, 176, 233, 1);
border-radius: 2px;
background-color: rgba(1, 176, 233, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1adb7a82-5e06-45e0-8153-872f8cfab7ae:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}#s-1adb7a82-5e06-45e0-8153-872f8cfab7ae:active {border-style: solid !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}


#s-1adb7a82-5e06-45e0-8153-872f8cfab7ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1adb7a82-5e06-45e0-8153-872f8cfab7ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1adb7a82-5e06-45e0-8153-872f8cfab7ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1adb7a82-5e06-45e0-8153-872f8cfab7ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fa0b76d5-bd1e-4e13-b86a-a0ee7b6c6c1f {
  text-align: left;
}



.shg-c#s-fa0b76d5-bd1e-4e13-b86a-a0ee7b6c6c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa0b76d5-bd1e-4e13-b86a-a0ee7b6c6c1f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fa0b76d5-bd1e-4e13-b86a-a0ee7b6c6c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa0b76d5-bd1e-4e13-b86a-a0ee7b6c6c1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa0b76d5-bd1e-4e13-b86a-a0ee7b6c6c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa0b76d5-bd1e-4e13-b86a-a0ee7b6c6c1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa0b76d5-bd1e-4e13-b86a-a0ee7b6c6c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa0b76d5-bd1e-4e13-b86a-a0ee7b6c6c1f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa0b76d5-bd1e-4e13-b86a-a0ee7b6c6c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa0b76d5-bd1e-4e13-b86a-a0ee7b6c6c1f img.shogun-image {
  width: 100%;
}



}
#s-b885b810-333c-4b81-b6eb-6b4b941fe2d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b885b810-333c-4b81-b6eb-6b4b941fe2d1 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-20aa8019-ed6d-4518-9139-41cc372ebd1b {
  text-align: center;
}

#s-20aa8019-ed6d-4518-9139-41cc372ebd1b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-20aa8019-ed6d-4518-9139-41cc372ebd1b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-20aa8019-ed6d-4518-9139-41cc372ebd1b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-95661766-5a41-425c-b3e6-5e8db4f87749 {
  border-style: solid;
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: rgba(1, 176, 233, 1);
border-radius: 2px;
background-color: rgba(1, 176, 233, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-95661766-5a41-425c-b3e6-5e8db4f87749:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}#s-95661766-5a41-425c-b3e6-5e8db4f87749:active {border-style: solid !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}


#s-95661766-5a41-425c-b3e6-5e8db4f87749 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-95661766-5a41-425c-b3e6-5e8db4f87749.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-95661766-5a41-425c-b3e6-5e8db4f87749.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-95661766-5a41-425c-b3e6-5e8db4f87749.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d0ef2605-45d4-41e2-8713-382e1f6e2cc0 {
  text-align: left;
}



.shg-c#s-d0ef2605-45d4-41e2-8713-382e1f6e2cc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ef2605-45d4-41e2-8713-382e1f6e2cc0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d0ef2605-45d4-41e2-8713-382e1f6e2cc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ef2605-45d4-41e2-8713-382e1f6e2cc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0ef2605-45d4-41e2-8713-382e1f6e2cc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ef2605-45d4-41e2-8713-382e1f6e2cc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0ef2605-45d4-41e2-8713-382e1f6e2cc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ef2605-45d4-41e2-8713-382e1f6e2cc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0ef2605-45d4-41e2-8713-382e1f6e2cc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ef2605-45d4-41e2-8713-382e1f6e2cc0 img.shogun-image {
  width: 100%;
}



}
#s-b3e2a054-6c67-4e29-8561-81a7786a9af0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3e2a054-6c67-4e29-8561-81a7786a9af0 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ebbec833-009a-4406-a01e-645d04b192f1 {
  text-align: center;
}

#s-ebbec833-009a-4406-a01e-645d04b192f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ebbec833-009a-4406-a01e-645d04b192f1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ebbec833-009a-4406-a01e-645d04b192f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2a3be0b9-bd39-431a-9128-7a712627e740 {
  border-style: solid;
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: rgba(1, 176, 233, 1);
border-radius: 2px;
background-color: rgba(1, 176, 233, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2a3be0b9-bd39-431a-9128-7a712627e740:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}#s-2a3be0b9-bd39-431a-9128-7a712627e740:active {border-style: solid !important;
border-color: rgba(1, 176, 233, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 176, 233, 1) !important;}


#s-2a3be0b9-bd39-431a-9128-7a712627e740 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a3be0b9-bd39-431a-9128-7a712627e740.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a3be0b9-bd39-431a-9128-7a712627e740.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2a3be0b9-bd39-431a-9128-7a712627e740.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8d23d8b7-0720-49d7-a717-c2ea63679268 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-5f2da3f3-8455-40c0-a352-4915ad584f1f {
  padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-5f2da3f3-8455-40c0-a352-4915ad584f1f {
  display: none;
}
#s-5f2da3f3-8455-40c0-a352-4915ad584f1f, #wrap-s-5f2da3f3-8455-40c0-a352-4915ad584f1f { display: none !important; }}
@media (min-width: 0px) {
[id="s-5f2da3f3-8455-40c0-a352-4915ad584f1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f2da3f3-8455-40c0-a352-4915ad584f1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f2da3f3-8455-40c0-a352-4915ad584f1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f2da3f3-8455-40c0-a352-4915ad584f1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b {
  margin-left: 5%;
margin-right: 5%;
max-width: 2786px;
aspect-ratio: 2786/2992;
text-align: center;
}





  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image,
  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b {
    width: 100%;
    height: auto;
  }

  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image {
    
    
  }


.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b {
      --shg-aspect-ratio: calc(2786/2992); 
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container {
      position: relative;
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image,
  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b {
    width: 100%;
    height: auto;
  }

  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image {
    
    
  }


.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b {
      --shg-aspect-ratio: calc(2786/2992); 
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container {
      position: relative;
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image,
  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b {
    width: 100%;
    height: auto;
  }

  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image {
    
    
  }


.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b {
      --shg-aspect-ratio: calc(2786/2992); 
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container {
      position: relative;
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image,
  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b {
    width: 100%;
    height: auto;
  }

  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image {
    
    
  }


.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b {
      --shg-aspect-ratio: calc(2786/2992); 
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container {
      position: relative;
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image,
  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b {
    width: 100%;
    height: auto;
  }

  #s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image {
    
    
  }


.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b {
      --shg-aspect-ratio: calc(2786/2992); 
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container {
      position: relative;
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c4b7324-2b3a-4411-acd6-5bcc97b8c56b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 {
  margin-left: 5%;
margin-right: 5%;
max-width: 2786px;
aspect-ratio: 2786/2992;
text-align: center;
}





  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image,
  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 {
    width: 100%;
    height: auto;
  }

  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image {
    
    
  }


.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 {
      --shg-aspect-ratio: calc(2786/2992); 
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container {
      position: relative;
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image,
  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 {
    width: 100%;
    height: auto;
  }

  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image {
    
    
  }


.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 {
      --shg-aspect-ratio: calc(2786/2992); 
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container {
      position: relative;
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image,
  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 {
    width: 100%;
    height: auto;
  }

  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image {
    
    
  }


.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 {
      --shg-aspect-ratio: calc(2786/2992); 
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container {
      position: relative;
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image,
  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 {
    width: 100%;
    height: auto;
  }

  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image {
    
    
  }


.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 {
      --shg-aspect-ratio: calc(2786/2992); 
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container {
      position: relative;
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image,
  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 {
    width: 100%;
    height: auto;
  }

  #s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image {
    
    
  }


.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 {
      --shg-aspect-ratio: calc(2786/2992); 
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container {
      position: relative;
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-737afc97-8fd3-4b69-9dcb-1a8a47a82ba2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1db264df-9b68-49fb-a150-e4657c6b798d {
  margin-left: 10%;
margin-right: 10%;
max-width: 1103px;
aspect-ratio: 1103/1405;
text-align: center;
}
@media (min-width: 1200px){#s-1db264df-9b68-49fb-a150-e4657c6b798d {
  display: none;
}
#s-1db264df-9b68-49fb-a150-e4657c6b798d, #wrap-s-1db264df-9b68-49fb-a150-e4657c6b798d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1db264df-9b68-49fb-a150-e4657c6b798d {
  display: none;
}
#s-1db264df-9b68-49fb-a150-e4657c6b798d, #wrap-s-1db264df-9b68-49fb-a150-e4657c6b798d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1db264df-9b68-49fb-a150-e4657c6b798d {
  display: none;
}
#s-1db264df-9b68-49fb-a150-e4657c6b798d, #wrap-s-1db264df-9b68-49fb-a150-e4657c6b798d { display: none !important; }}




  #s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image,
  #s-1db264df-9b68-49fb-a150-e4657c6b798d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1db264df-9b68-49fb-a150-e4657c6b798d {
    width: 100%;
    height: auto;
  }

  #s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image {
    
    
  }


.s-1db264df-9b68-49fb-a150-e4657c6b798d .shogun-image-content {
  
    align-items: center;
  
}

.s-1db264df-9b68-49fb-a150-e4657c6b798d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1db264df-9b68-49fb-a150-e4657c6b798d {
      --shg-aspect-ratio: calc(1103/1405); 
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container {
      position: relative;
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image,
  #s-1db264df-9b68-49fb-a150-e4657c6b798d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1db264df-9b68-49fb-a150-e4657c6b798d {
    width: 100%;
    height: auto;
  }

  #s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image {
    
    
  }


.s-1db264df-9b68-49fb-a150-e4657c6b798d .shogun-image-content {
  
    align-items: center;
  
}

.s-1db264df-9b68-49fb-a150-e4657c6b798d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1db264df-9b68-49fb-a150-e4657c6b798d {
      --shg-aspect-ratio: calc(1103/1405); 
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container {
      position: relative;
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image,
  #s-1db264df-9b68-49fb-a150-e4657c6b798d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1db264df-9b68-49fb-a150-e4657c6b798d {
    width: 100%;
    height: auto;
  }

  #s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image {
    
    
  }


.s-1db264df-9b68-49fb-a150-e4657c6b798d .shogun-image-content {
  
    align-items: center;
  
}

.s-1db264df-9b68-49fb-a150-e4657c6b798d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1db264df-9b68-49fb-a150-e4657c6b798d {
      --shg-aspect-ratio: calc(1103/1405); 
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container {
      position: relative;
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image,
  #s-1db264df-9b68-49fb-a150-e4657c6b798d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1db264df-9b68-49fb-a150-e4657c6b798d {
    width: 100%;
    height: auto;
  }

  #s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image {
    
    
  }


.s-1db264df-9b68-49fb-a150-e4657c6b798d .shogun-image-content {
  
    align-items: center;
  
}

.s-1db264df-9b68-49fb-a150-e4657c6b798d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1db264df-9b68-49fb-a150-e4657c6b798d {
      --shg-aspect-ratio: calc(1103/1405); 
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container {
      position: relative;
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image,
  #s-1db264df-9b68-49fb-a150-e4657c6b798d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1db264df-9b68-49fb-a150-e4657c6b798d {
    width: 100%;
    height: auto;
  }

  #s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image {
    
    
  }


.s-1db264df-9b68-49fb-a150-e4657c6b798d .shogun-image-content {
  
    align-items: center;
  
}

.s-1db264df-9b68-49fb-a150-e4657c6b798d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1db264df-9b68-49fb-a150-e4657c6b798d {
      --shg-aspect-ratio: calc(1103/1405); 
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container {
      position: relative;
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1db264df-9b68-49fb-a150-e4657c6b798d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
max-width: 1103px;
aspect-ratio: 1103/1488;
text-align: center;
}
@media (min-width: 1200px){#s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 {
  display: none;
}
#s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8, #wrap-s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 {
  display: none;
}
#s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8, #wrap-s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 {
  display: none;
}
#s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8, #wrap-s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 { display: none !important; }}




  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image,
  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 {
    width: 100%;
    height: auto;
  }

  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image {
    
    
  }


.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 {
      --shg-aspect-ratio: calc(1103/1488); 
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container {
      position: relative;
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image,
  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 {
    width: 100%;
    height: auto;
  }

  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image {
    
    
  }


.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 {
      --shg-aspect-ratio: calc(1103/1488); 
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container {
      position: relative;
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image,
  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 {
    width: 100%;
    height: auto;
  }

  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image {
    
    
  }


.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 {
      --shg-aspect-ratio: calc(1103/1488); 
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container {
      position: relative;
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image,
  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 {
    width: 100%;
    height: auto;
  }

  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image {
    
    
  }


.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 {
      --shg-aspect-ratio: calc(1103/1488); 
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container {
      position: relative;
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image,
  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 {
    width: 100%;
    height: auto;
  }

  #s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image {
    
    
  }


.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 {
      --shg-aspect-ratio: calc(1103/1488); 
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container {
      position: relative;
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1ffdd6a-1e62-455e-8ca1-4f5d12865ec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b3eab6c1-a8de-4975-a433-42c8bfe69f97 {
  min-height: 50px;
}








#s-b3eab6c1-a8de-4975-a433-42c8bfe69f97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3eab6c1-a8de-4975-a433-42c8bfe69f97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c {
  display: none;
}
#s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c, #wrap-s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c {
  display: none;
}
#s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c, #wrap-s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c {
  display: none;
}
#s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c, #wrap-s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c { display: none !important; }}@media (max-width: 767px){#s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c {
  display: none;
}
#s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c, #wrap-s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c { display: none !important; }}
@media (min-width: 0px) {
[id="s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-85aa3d6f-8943-4950-bd2b-c2d51e98f45c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image,
  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 {
    width: 100%;
    height: auto;
  }

  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image {
    
    
  }


.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container {
      position: relative;
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image,
  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 {
    width: 100%;
    height: auto;
  }

  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image {
    
    
  }


.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container {
      position: relative;
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image,
  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 {
    width: 100%;
    height: auto;
  }

  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image {
    
    
  }


.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container {
      position: relative;
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image,
  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 {
    width: 100%;
    height: auto;
  }

  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image {
    
    
  }


.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container {
      position: relative;
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image,
  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 {
    width: 100%;
    height: auto;
  }

  #s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image {
    
    
  }


.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container {
      position: relative;
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1a88a9e-225d-48bf-bd45-8fdbb4a2d175 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image,
  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 {
    width: 100%;
    height: auto;
  }

  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image {
    
    
  }


.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 .shogun-image-content {
  
    align-items: center;
  
}

.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container {
      position: relative;
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image,
  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 {
    width: 100%;
    height: auto;
  }

  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image {
    
    
  }


.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 .shogun-image-content {
  
    align-items: center;
  
}

.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container {
      position: relative;
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image,
  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 {
    width: 100%;
    height: auto;
  }

  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image {
    
    
  }


.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 .shogun-image-content {
  
    align-items: center;
  
}

.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container {
      position: relative;
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image,
  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 {
    width: 100%;
    height: auto;
  }

  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image {
    
    
  }


.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 .shogun-image-content {
  
    align-items: center;
  
}

.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container {
      position: relative;
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image,
  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 {
    width: 100%;
    height: auto;
  }

  #s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image {
    
    
  }


.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 .shogun-image-content {
  
    align-items: center;
  
}

.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container {
      position: relative;
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b552f7bd-e5ca-4ba1-a1e6-1d265f52db45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image,
  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 {
    width: 100%;
    height: auto;
  }

  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image {
    
    
  }


.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container {
      position: relative;
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image,
  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 {
    width: 100%;
    height: auto;
  }

  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image {
    
    
  }


.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container {
      position: relative;
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image,
  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 {
    width: 100%;
    height: auto;
  }

  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image {
    
    
  }


.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container {
      position: relative;
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image,
  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 {
    width: 100%;
    height: auto;
  }

  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image {
    
    
  }


.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container {
      position: relative;
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image,
  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 {
    width: 100%;
    height: auto;
  }

  #s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image {
    
    
  }


.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container {
      position: relative;
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fea37a0-5f66-45e7-8596-c212abe6c1b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-42630723-43a5-450d-82f1-a18740238362 {
  max-width: 793px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-42630723-43a5-450d-82f1-a18740238362 img.shogun-image,
  #s-42630723-43a5-450d-82f1-a18740238362 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42630723-43a5-450d-82f1-a18740238362 {
    width: 100%;
    height: auto;
  }

  #s-42630723-43a5-450d-82f1-a18740238362 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42630723-43a5-450d-82f1-a18740238362.shogun-image {
    
    
  }


.s-42630723-43a5-450d-82f1-a18740238362 .shogun-image-content {
  
    align-items: center;
  
}

.s-42630723-43a5-450d-82f1-a18740238362.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42630723-43a5-450d-82f1-a18740238362.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42630723-43a5-450d-82f1-a18740238362 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container {
      position: relative;
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42630723-43a5-450d-82f1-a18740238362 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-42630723-43a5-450d-82f1-a18740238362 img.shogun-image,
  #s-42630723-43a5-450d-82f1-a18740238362 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42630723-43a5-450d-82f1-a18740238362 {
    width: 100%;
    height: auto;
  }

  #s-42630723-43a5-450d-82f1-a18740238362 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42630723-43a5-450d-82f1-a18740238362.shogun-image {
    
    
  }


.s-42630723-43a5-450d-82f1-a18740238362 .shogun-image-content {
  
    align-items: center;
  
}

.s-42630723-43a5-450d-82f1-a18740238362.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42630723-43a5-450d-82f1-a18740238362.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42630723-43a5-450d-82f1-a18740238362 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container {
      position: relative;
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42630723-43a5-450d-82f1-a18740238362 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-42630723-43a5-450d-82f1-a18740238362 img.shogun-image,
  #s-42630723-43a5-450d-82f1-a18740238362 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42630723-43a5-450d-82f1-a18740238362 {
    width: 100%;
    height: auto;
  }

  #s-42630723-43a5-450d-82f1-a18740238362 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42630723-43a5-450d-82f1-a18740238362.shogun-image {
    
    
  }


.s-42630723-43a5-450d-82f1-a18740238362 .shogun-image-content {
  
    align-items: center;
  
}

.s-42630723-43a5-450d-82f1-a18740238362.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42630723-43a5-450d-82f1-a18740238362.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42630723-43a5-450d-82f1-a18740238362 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container {
      position: relative;
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42630723-43a5-450d-82f1-a18740238362 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-42630723-43a5-450d-82f1-a18740238362 img.shogun-image,
  #s-42630723-43a5-450d-82f1-a18740238362 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42630723-43a5-450d-82f1-a18740238362 {
    width: 100%;
    height: auto;
  }

  #s-42630723-43a5-450d-82f1-a18740238362 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42630723-43a5-450d-82f1-a18740238362.shogun-image {
    
    
  }


.s-42630723-43a5-450d-82f1-a18740238362 .shogun-image-content {
  
    align-items: center;
  
}

.s-42630723-43a5-450d-82f1-a18740238362.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42630723-43a5-450d-82f1-a18740238362.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42630723-43a5-450d-82f1-a18740238362 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container {
      position: relative;
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42630723-43a5-450d-82f1-a18740238362 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-42630723-43a5-450d-82f1-a18740238362 img.shogun-image,
  #s-42630723-43a5-450d-82f1-a18740238362 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42630723-43a5-450d-82f1-a18740238362 {
    width: 100%;
    height: auto;
  }

  #s-42630723-43a5-450d-82f1-a18740238362 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42630723-43a5-450d-82f1-a18740238362.shogun-image {
    
    
  }


.s-42630723-43a5-450d-82f1-a18740238362 .shogun-image-content {
  
    align-items: center;
  
}

.s-42630723-43a5-450d-82f1-a18740238362.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42630723-43a5-450d-82f1-a18740238362.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42630723-43a5-450d-82f1-a18740238362 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container {
      position: relative;
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42630723-43a5-450d-82f1-a18740238362.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42630723-43a5-450d-82f1-a18740238362 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}
