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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 2200/734;
text-align: center;
}
@media (max-width: 767px){#s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
  display: none;
}
#s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9, #wrap-s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 { display: none !important; }}


.shg-image-margin-container-s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shg-image-content-wrapper {
      aspect-ratio: 2200/734;
      min-width: 100%;
      height: auto;
    }

    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shogun-image-link {
      aspect-ratio: 2200/734;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
      --shg-aspect-ratio: calc(2200/734); 
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
      position: relative;
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shg-image-content-wrapper {
      aspect-ratio: 2200/734;
      min-width: 100%;
      height: auto;
    }

    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shogun-image-link {
      aspect-ratio: 2200/734;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
      --shg-aspect-ratio: calc(2200/734); 
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
      position: relative;
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shg-image-content-wrapper {
      aspect-ratio: 2200/734;
      min-width: 100%;
      height: auto;
    }

    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shogun-image-link {
      aspect-ratio: 2200/734;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
      --shg-aspect-ratio: calc(2200/734); 
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
      position: relative;
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shg-image-content-wrapper {
      aspect-ratio: 2200/734;
      min-width: 100%;
      height: auto;
    }

    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shogun-image-link {
      aspect-ratio: 2200/734;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
      --shg-aspect-ratio: calc(2200/734); 
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
      position: relative;
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shg-image-content-wrapper {
      aspect-ratio: 2200/734;
      min-width: 100%;
      height: auto;
    }

    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shogun-image-link {
      aspect-ratio: 2200/734;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 {
      --shg-aspect-ratio: calc(2200/734); 
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container {
      position: relative;
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ad4e21-e53d-4234-8df3-c9b9ca4420e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-c4e3af7a-b11f-46de-9b89-79d1e176c734 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c4e3af7a-b11f-46de-9b89-79d1e176c734 {
  display: none;
}
#s-c4e3af7a-b11f-46de-9b89-79d1e176c734, #wrap-s-c4e3af7a-b11f-46de-9b89-79d1e176c734 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4e3af7a-b11f-46de-9b89-79d1e176c734 {
  display: none;
}
#s-c4e3af7a-b11f-46de-9b89-79d1e176c734, #wrap-s-c4e3af7a-b11f-46de-9b89-79d1e176c734 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4e3af7a-b11f-46de-9b89-79d1e176c734 {
  display: none;
}
#s-c4e3af7a-b11f-46de-9b89-79d1e176c734, #wrap-s-c4e3af7a-b11f-46de-9b89-79d1e176c734 { display: none !important; }}







#s-c4e3af7a-b11f-46de-9b89-79d1e176c734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4e3af7a-b11f-46de-9b89-79d1e176c734.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  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;
}

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-ca0d24ab-fd7a-4e64-a19a-1c692177588c {
  max-width: 100%;
aspect-ratio: 750/850;
text-align: center;
}





  #s-ca0d24ab-fd7a-4e64-a19a-1c692177588c img.shogun-image,
  #s-ca0d24ab-fd7a-4e64-a19a-1c692177588c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca0d24ab-fd7a-4e64-a19a-1c692177588c {
    width: 100%;
    height: auto;
  }



  #s-ca0d24ab-fd7a-4e64-a19a-1c692177588c img.shogun-image {
    

    
    
    
  }


#s-ca0d24ab-fd7a-4e64-a19a-1c692177588c .shogun-image-content {
  
    align-items: center;
  
}

#s-845e3059-63fd-42db-a94b-ae2e183e9d74 {
  min-height: 50px;
}








#s-845e3059-63fd-42db-a94b-ae2e183e9d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-845e3059-63fd-42db-a94b-ae2e183e9d74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60ebebd5-f098-49b1-878a-4b0966bf4416 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(220, 240, 251, 1);
}








#s-60ebebd5-f098-49b1-878a-4b0966bf4416 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60ebebd5-f098-49b1-878a-4b0966bf4416.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6efc1456-9625-446f-b5b2-8a95163fe3d6 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-6efc1456-9625-446f-b5b2-8a95163fe3d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6efc1456-9625-446f-b5b2-8a95163fe3d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-dbe1f9cc-7d36-4147-a115-c514dd4fad80 {
  margin-left: 0px;
margin-right: 0px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-dbe1f9cc-7d36-4147-a115-c514dd4fad80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbe1f9cc-7d36-4147-a115-c514dd4fad80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dbe1f9cc-7d36-4147-a115-c514dd4fad80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dbe1f9cc-7d36-4147-a115-c514dd4fad80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dbe1f9cc-7d36-4147-a115-c514dd4fad80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbe1f9cc-7d36-4147-a115-c514dd4fad80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dbe1f9cc-7d36-4147-a115-c514dd4fad80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-a3392d76-0708-45ed-8509-4138dfda9b20 {
  padding-top: 10px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
text-align: left;
}

#s-a3392d76-0708-45ed-8509-4138dfda9b20 .shogun-heading-component h1 {
  color: rgba(66, 83, 99, 1);
  font-weight:  normal ;
  font-family: "Jost";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



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

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

.shg-theme-text-content p {
  
  
  
}

#s-673ccce5-0571-4895-b2fb-ec803a4709b9 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 8%;
padding-bottom: 0px;
padding-right: 8%;
}

#s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
  margin-left: auto;
margin-right: auto;
max-width: 710px;
aspect-ratio: 710/750;
text-align: center;
}



.shg-image-margin-container-s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shg-image-content-wrapper {
      aspect-ratio: 710/750;
      min-width: 100%;
      height: auto;
    }

    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shogun-image-link {
      aspect-ratio: 710/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 710px;
  }



  img.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image {
    
    
    
    max-height: 710px;
  }


.s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
      --shg-aspect-ratio: calc(710/750); 
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
      position: relative;
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 710px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shg-image-content-wrapper {
      aspect-ratio: 710/750;
      min-width: 100%;
      height: auto;
    }

    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shogun-image-link {
      aspect-ratio: 710/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 710px;
  }



  img.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image {
    
    
    
    max-height: 710px;
  }


.s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
      --shg-aspect-ratio: calc(710/750); 
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
      position: relative;
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 710px;
    }
  }

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

.shg-image-margin-container-s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shg-image-content-wrapper {
      aspect-ratio: 710/750;
      min-width: 100%;
      height: auto;
    }

    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shogun-image-link {
      aspect-ratio: 710/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 710px;
  }



  img.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image {
    
    
    
    max-height: 710px;
  }


.s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
      --shg-aspect-ratio: calc(710/750); 
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
      position: relative;
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 710px;
    }
  }

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

.shg-image-margin-container-s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shg-image-content-wrapper {
      aspect-ratio: 710/750;
      min-width: 100%;
      height: auto;
    }

    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shogun-image-link {
      aspect-ratio: 710/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 710px;
  }



  img.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image {
    
    
    
    max-height: 710px;
  }


.s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
      --shg-aspect-ratio: calc(710/750); 
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
      position: relative;
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 710px;
    }
  }

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

.shg-image-margin-container-s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shg-image-content-wrapper {
      aspect-ratio: 710/750;
      min-width: 100%;
      height: auto;
    }

    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shogun-image-link {
      aspect-ratio: 710/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-130218c2-7f33-430d-a57c-755d2a3ca0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 710px;
  }



  img.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image {
    
    
    
    max-height: 710px;
  }


.s-130218c2-7f33-430d-a57c-755d2a3ca0f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3 {
      --shg-aspect-ratio: calc(710/750); 
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container {
      position: relative;
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-130218c2-7f33-430d-a57c-755d2a3ca0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 710px;
    }
  }

}
#s-00974019-acda-46d4-ac90-c2763d81ab06 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-00974019-acda-46d4-ac90-c2763d81ab06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00974019-acda-46d4-ac90-c2763d81ab06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b43993f-cb44-446c-8ad6-6fc2a390ae75 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5b43993f-cb44-446c-8ad6-6fc2a390ae75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b43993f-cb44-446c-8ad6-6fc2a390ae75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b43993f-cb44-446c-8ad6-6fc2a390ae75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b43993f-cb44-446c-8ad6-6fc2a390ae75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-96899e68-8cfb-4ef5-99eb-6f6a71f64f77 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-40f70231-87db-4901-838e-6c4f80c00a99 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-40f70231-87db-4901-838e-6c4f80c00a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40f70231-87db-4901-838e-6c4f80c00a99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06a3e2c6-b18f-4bec-8d8f-0d7b8b4e211b {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-06a3e2c6-b18f-4bec-8d8f-0d7b8b4e211b {
  margin-left: 5%;
}
}
#s-89d9ee5a-8f32-4d59-87f8-ad4389b3b73d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-89d9ee5a-8f32-4d59-87f8-ad4389b3b73d {
  margin-left: 5%;
margin-right: 5%;
}
}
.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 {
  
  
}

.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-2fe864f7-7927-4df6-8ffd-a10fda23f8c1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
background-color: rgba(37, 86, 132, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2fe864f7-7927-4df6-8ffd-a10fda23f8c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2fe864f7-7927-4df6-8ffd-a10fda23f8c1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2fe864f7-7927-4df6-8ffd-a10fda23f8c1 {
  margin-left: 25px;
margin-right: 25px;
}
}

  #s-2fe864f7-7927-4df6-8ffd-a10fda23f8c1-root {
    text-align: left;
  }


#s-2fe864f7-7927-4df6-8ffd-a10fda23f8c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2fe864f7-7927-4df6-8ffd-a10fda23f8c1-root {
    text-align: left;
  }


#s-2fe864f7-7927-4df6-8ffd-a10fda23f8c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fe864f7-7927-4df6-8ffd-a10fda23f8c1-root {
    text-align: left;
  }


#s-2fe864f7-7927-4df6-8ffd-a10fda23f8c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2fe864f7-7927-4df6-8ffd-a10fda23f8c1-root {
    text-align: left;
  }


#s-2fe864f7-7927-4df6-8ffd-a10fda23f8c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2fe864f7-7927-4df6-8ffd-a10fda23f8c1-root {
    text-align: left;
  }


#s-2fe864f7-7927-4df6-8ffd-a10fda23f8c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-26d7cd68-50b6-4641-a84a-46a77aa115c6 {
  min-height: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0);
}








#s-26d7cd68-50b6-4641-a84a-46a77aa115c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26d7cd68-50b6-4641-a84a-46a77aa115c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f652813f-d8eb-47e1-a2f6-89531dcf881d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 100%;
background-color: rgba(220, 240, 251, 1);
}








#s-f652813f-d8eb-47e1-a2f6-89531dcf881d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f652813f-d8eb-47e1-a2f6-89531dcf881d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99a3356e-83a9-4a42-84e4-e60420123193 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}








#s-99a3356e-83a9-4a42-84e4-e60420123193 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99a3356e-83a9-4a42-84e4-e60420123193.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e37f16c-4d32-4b97-89e5-d6b4f286be80 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-6e37f16c-4d32-4b97-89e5-d6b4f286be80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6e37f16c-4d32-4b97-89e5-d6b4f286be80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b68339d8-0974-48bb-949a-8ee6e404aea3 {
  margin-top: 80px;
margin-bottom: 0px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-09b67709-439e-4e79-8406-c0de8759dc41 {
  margin-top: 20px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-09b67709-439e-4e79-8406-c0de8759dc41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-09b67709-439e-4e79-8406-c0de8759dc41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-09b67709-439e-4e79-8406-c0de8759dc41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-09b67709-439e-4e79-8406-c0de8759dc41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-450fe702-7fbf-4e9b-bf77-4ba39cccfc0b {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
aspect-ratio: 1:1;
}








#s-450fe702-7fbf-4e9b-bf77-4ba39cccfc0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-450fe702-7fbf-4e9b-bf77-4ba39cccfc0b {
  cursor: pointer;
}#s-450fe702-7fbf-4e9b-bf77-4ba39cccfc0b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e92fab8d-cf71-4936-8228-03947fd76bd8 {
  text-align: center;
}



.shg-image-margin-container-s-e92fab8d-cf71-4936-8228-03947fd76bd8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e92fab8d-cf71-4936-8228-03947fd76bd8 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image {
    
    
    
    
  }


.s-e92fab8d-cf71-4936-8228-03947fd76bd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e92fab8d-cf71-4936-8228-03947fd76bd8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e92fab8d-cf71-4936-8228-03947fd76bd8 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image {
    
    
    
    
  }


.s-e92fab8d-cf71-4936-8228-03947fd76bd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e92fab8d-cf71-4936-8228-03947fd76bd8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e92fab8d-cf71-4936-8228-03947fd76bd8 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image {
    
    
    
    
  }


.s-e92fab8d-cf71-4936-8228-03947fd76bd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e92fab8d-cf71-4936-8228-03947fd76bd8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e92fab8d-cf71-4936-8228-03947fd76bd8 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image {
    
    
    
    
  }


.s-e92fab8d-cf71-4936-8228-03947fd76bd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e92fab8d-cf71-4936-8228-03947fd76bd8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e92fab8d-cf71-4936-8228-03947fd76bd8 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image {
    
    
    
    
  }


.s-e92fab8d-cf71-4936-8228-03947fd76bd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e92fab8d-cf71-4936-8228-03947fd76bd8.shogun-image {
  box-sizing: border-box;
}




}
#s-67ae2815-27ee-469c-a644-414c1d8567f1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-67ae2815-27ee-469c-a644-414c1d8567f1:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-67ae2815-27ee-469c-a644-414c1d8567f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67ae2815-27ee-469c-a644-414c1d8567f1-root {
    text-align: center;
  }


#s-67ae2815-27ee-469c-a644-414c1d8567f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67ae2815-27ee-469c-a644-414c1d8567f1-root {
    text-align: center;
  }


#s-67ae2815-27ee-469c-a644-414c1d8567f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67ae2815-27ee-469c-a644-414c1d8567f1-root {
    text-align: center;
  }


#s-67ae2815-27ee-469c-a644-414c1d8567f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67ae2815-27ee-469c-a644-414c1d8567f1-root {
    text-align: center;
  }


#s-67ae2815-27ee-469c-a644-414c1d8567f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67ae2815-27ee-469c-a644-414c1d8567f1-root {
    text-align: center;
  }


#s-67ae2815-27ee-469c-a644-414c1d8567f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-73d5b5e9-fc62-4505-b473-0d65192b754c {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
}








#s-73d5b5e9-fc62-4505-b473-0d65192b754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73d5b5e9-fc62-4505-b473-0d65192b754c {
  cursor: pointer;
}#s-73d5b5e9-fc62-4505-b473-0d65192b754c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
text-align: center;
}



.shg-image-margin-container-s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image {
    
    
    
    
  }


.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 .shogun-image-content {
  
    align-items: center;
  
}

.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image {
    
    
    
    
  }


.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 .shogun-image-content {
  
    align-items: center;
  
}

.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image {
    
    
    
    
  }


.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 .shogun-image-content {
  
    align-items: center;
  
}

.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image {
    
    
    
    
  }


.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 .shogun-image-content {
  
    align-items: center;
  
}

.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image {
    
    
    
    
  }


.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064 .shogun-image-content {
  
    align-items: center;
  
}

.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acb2962a-b6c9-426c-bd25-b9dd1bbe3064.shogun-image {
  box-sizing: border-box;
}




}
#s-bc9948cb-93e2-4fef-9043-57fbdbe8f5aa {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1.25em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bc9948cb-93e2-4fef-9043-57fbdbe8f5aa:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bc9948cb-93e2-4fef-9043-57fbdbe8f5aa:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bc9948cb-93e2-4fef-9043-57fbdbe8f5aa-root {
    text-align: center;
  }


#s-bc9948cb-93e2-4fef-9043-57fbdbe8f5aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc9948cb-93e2-4fef-9043-57fbdbe8f5aa-root {
    text-align: center;
  }


#s-bc9948cb-93e2-4fef-9043-57fbdbe8f5aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc9948cb-93e2-4fef-9043-57fbdbe8f5aa-root {
    text-align: center;
  }


#s-bc9948cb-93e2-4fef-9043-57fbdbe8f5aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc9948cb-93e2-4fef-9043-57fbdbe8f5aa-root {
    text-align: center;
  }


#s-bc9948cb-93e2-4fef-9043-57fbdbe8f5aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc9948cb-93e2-4fef-9043-57fbdbe8f5aa-root {
    text-align: center;
  }


#s-bc9948cb-93e2-4fef-9043-57fbdbe8f5aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-376ff13c-3c42-4420-80ca-884744679db6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
}








#s-376ff13c-3c42-4420-80ca-884744679db6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-376ff13c-3c42-4420-80ca-884744679db6 {
  cursor: pointer;
}#s-376ff13c-3c42-4420-80ca-884744679db6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
text-align: center;
}



.shg-image-margin-container-s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image {
    
    
    
    
  }


.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image {
    
    
    
    
  }


.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image {
    
    
    
    
  }


.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image {
    
    
    
    
  }


.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image {
    
    
    
    
  }


.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf6e4cb4-cef1-49cc-883a-0bbd99325144.shogun-image {
  box-sizing: border-box;
}




}
#s-035d2613-0dfd-4923-81d0-cf5ab8d751d4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(2, 2, 2, 1);
}
#s-035d2613-0dfd-4923-81d0-cf5ab8d751d4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-035d2613-0dfd-4923-81d0-cf5ab8d751d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-035d2613-0dfd-4923-81d0-cf5ab8d751d4-root {
    text-align: center;
  }


#s-035d2613-0dfd-4923-81d0-cf5ab8d751d4.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-035d2613-0dfd-4923-81d0-cf5ab8d751d4-root {
    text-align: center;
  }


#s-035d2613-0dfd-4923-81d0-cf5ab8d751d4.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-035d2613-0dfd-4923-81d0-cf5ab8d751d4-root {
    text-align: center;
  }


#s-035d2613-0dfd-4923-81d0-cf5ab8d751d4.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-035d2613-0dfd-4923-81d0-cf5ab8d751d4-root {
    text-align: center;
  }


#s-035d2613-0dfd-4923-81d0-cf5ab8d751d4.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-035d2613-0dfd-4923-81d0-cf5ab8d751d4-root {
    text-align: center;
  }


#s-035d2613-0dfd-4923-81d0-cf5ab8d751d4.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-ef77024d-0c78-4287-8f87-f9e37ad3d928 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0%;
max-width: 251px;
}








#s-ef77024d-0c78-4287-8f87-f9e37ad3d928 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef77024d-0c78-4287-8f87-f9e37ad3d928 {
  cursor: pointer;
}#s-ef77024d-0c78-4287-8f87-f9e37ad3d928.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 {
  border-color: rgba(215, 215, 215, 1);
border-style: solid;
text-align: center;
}



.shg-image-margin-container-s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image {
    
    
    
    
  }


.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image {
    
    
    
    
  }


.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image {
    
    
    
    
  }


.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image {
    
    
    
    
  }


.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image {
    
    
    
    
  }


.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4402f71-ed26-47cf-9d08-7a5c5428f0a3.shogun-image {
  box-sizing: border-box;
}




}
#s-677f63bf-8b64-4ffe-86d0-441012f6b4bc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-677f63bf-8b64-4ffe-86d0-441012f6b4bc:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-677f63bf-8b64-4ffe-86d0-441012f6b4bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-677f63bf-8b64-4ffe-86d0-441012f6b4bc-root {
    text-align: center;
  }


#s-677f63bf-8b64-4ffe-86d0-441012f6b4bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-677f63bf-8b64-4ffe-86d0-441012f6b4bc-root {
    text-align: center;
  }


#s-677f63bf-8b64-4ffe-86d0-441012f6b4bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-677f63bf-8b64-4ffe-86d0-441012f6b4bc-root {
    text-align: center;
  }


#s-677f63bf-8b64-4ffe-86d0-441012f6b4bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-677f63bf-8b64-4ffe-86d0-441012f6b4bc-root {
    text-align: center;
  }


#s-677f63bf-8b64-4ffe-86d0-441012f6b4bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-677f63bf-8b64-4ffe-86d0-441012f6b4bc-root {
    text-align: center;
  }


#s-677f63bf-8b64-4ffe-86d0-441012f6b4bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-6f5a9008-b128-4787-8186-f541facc7786 {
  margin-top: 20px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-6f5a9008-b128-4787-8186-f541facc7786"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6f5a9008-b128-4787-8186-f541facc7786"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6f5a9008-b128-4787-8186-f541facc7786"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6f5a9008-b128-4787-8186-f541facc7786"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-c187a963-81b6-4bb0-8d49-06ff75973c14 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
aspect-ratio: 1:1;
}








#s-c187a963-81b6-4bb0-8d49-06ff75973c14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c187a963-81b6-4bb0-8d49-06ff75973c14 {
  cursor: pointer;
}#s-c187a963-81b6-4bb0-8d49-06ff75973c14.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
  max-width: 432px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
      position: relative;
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
      position: relative;
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
      position: relative;
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
      position: relative;
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddfffcae-a0ee-43d5-8be0-e4205699a726 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-ddfffcae-a0ee-43d5-8be0-e4205699a726 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container {
      position: relative;
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddfffcae-a0ee-43d5-8be0-e4205699a726 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

}
#s-594ced2f-d7bc-4642-90f7-7fd96128d7c2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-594ced2f-d7bc-4642-90f7-7fd96128d7c2:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-594ced2f-d7bc-4642-90f7-7fd96128d7c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-594ced2f-d7bc-4642-90f7-7fd96128d7c2-root {
    text-align: center;
  }


#s-594ced2f-d7bc-4642-90f7-7fd96128d7c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-594ced2f-d7bc-4642-90f7-7fd96128d7c2-root {
    text-align: center;
  }


#s-594ced2f-d7bc-4642-90f7-7fd96128d7c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-594ced2f-d7bc-4642-90f7-7fd96128d7c2-root {
    text-align: center;
  }


#s-594ced2f-d7bc-4642-90f7-7fd96128d7c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-594ced2f-d7bc-4642-90f7-7fd96128d7c2-root {
    text-align: center;
  }


#s-594ced2f-d7bc-4642-90f7-7fd96128d7c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-594ced2f-d7bc-4642-90f7-7fd96128d7c2-root {
    text-align: center;
  }


#s-594ced2f-d7bc-4642-90f7-7fd96128d7c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-e36b4c73-a5dc-4c9e-81b2-b229b1a2a6f1 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
}








#s-e36b4c73-a5dc-4c9e-81b2-b229b1a2a6f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e36b4c73-a5dc-4c9e-81b2-b229b1a2a6f1 {
  cursor: pointer;
}#s-e36b4c73-a5dc-4c9e-81b2-b229b1a2a6f1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shogun-image-content {
  
    align-items: center;
  
}

.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
      position: relative;
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shogun-image-content {
  
    align-items: center;
  
}

.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
      position: relative;
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shogun-image-content {
  
    align-items: center;
  
}

.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
      position: relative;
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shogun-image-content {
  
    align-items: center;
  
}

.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
      position: relative;
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c .shogun-image-content {
  
    align-items: center;
  
}

.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container {
      position: relative;
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c5b0f3b-d57a-4f72-bfc8-1df3a00c750c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-e99c31f0-d899-46b8-a969-8d2965fa8ca7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1.25em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e99c31f0-d899-46b8-a969-8d2965fa8ca7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e99c31f0-d899-46b8-a969-8d2965fa8ca7:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e99c31f0-d899-46b8-a969-8d2965fa8ca7-root {
    text-align: center;
  }


#s-e99c31f0-d899-46b8-a969-8d2965fa8ca7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e99c31f0-d899-46b8-a969-8d2965fa8ca7-root {
    text-align: center;
  }


#s-e99c31f0-d899-46b8-a969-8d2965fa8ca7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e99c31f0-d899-46b8-a969-8d2965fa8ca7-root {
    text-align: center;
  }


#s-e99c31f0-d899-46b8-a969-8d2965fa8ca7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e99c31f0-d899-46b8-a969-8d2965fa8ca7-root {
    text-align: center;
  }


#s-e99c31f0-d899-46b8-a969-8d2965fa8ca7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e99c31f0-d899-46b8-a969-8d2965fa8ca7-root {
    text-align: center;
  }


#s-e99c31f0-d899-46b8-a969-8d2965fa8ca7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-523870a2-c512-4010-a927-91a3aae3e93d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
}








#s-523870a2-c512-4010-a927-91a3aae3e93d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-523870a2-c512-4010-a927-91a3aae3e93d {
  cursor: pointer;
}#s-523870a2-c512-4010-a927-91a3aae3e93d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
max-width: 432px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
      position: relative;
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
      position: relative;
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
      position: relative;
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
      position: relative;
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fe63b0e-9250-49de-b809-2c2c62154ae5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-3fe63b0e-9250-49de-b809-2c2c62154ae5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container {
      position: relative;
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fe63b0e-9250-49de-b809-2c2c62154ae5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

}
#s-386a03c4-cdd2-4020-bb62-f1b9a6460210 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1.25em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-386a03c4-cdd2-4020-bb62-f1b9a6460210:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-386a03c4-cdd2-4020-bb62-f1b9a6460210:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-386a03c4-cdd2-4020-bb62-f1b9a6460210-root {
    text-align: center;
  }


#s-386a03c4-cdd2-4020-bb62-f1b9a6460210.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-386a03c4-cdd2-4020-bb62-f1b9a6460210-root {
    text-align: center;
  }


#s-386a03c4-cdd2-4020-bb62-f1b9a6460210.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-386a03c4-cdd2-4020-bb62-f1b9a6460210-root {
    text-align: center;
  }


#s-386a03c4-cdd2-4020-bb62-f1b9a6460210.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-386a03c4-cdd2-4020-bb62-f1b9a6460210-root {
    text-align: center;
  }


#s-386a03c4-cdd2-4020-bb62-f1b9a6460210.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-386a03c4-cdd2-4020-bb62-f1b9a6460210-root {
    text-align: center;
  }


#s-386a03c4-cdd2-4020-bb62-f1b9a6460210.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-213c1ced-05aa-4502-8fef-7b3d7a5f68f5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
}








#s-213c1ced-05aa-4502-8fef-7b3d7a5f68f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-213c1ced-05aa-4502-8fef-7b3d7a5f68f5 {
  cursor: pointer;
}#s-213c1ced-05aa-4502-8fef-7b3d7a5f68f5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
max-width: 432px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00f2de60-ec44-488c-a0fd-cc852002ce7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shogun-image-content {
  
    align-items: center;
  
}

.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
      position: relative;
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00f2de60-ec44-488c-a0fd-cc852002ce7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shogun-image-content {
  
    align-items: center;
  
}

.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
      position: relative;
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00f2de60-ec44-488c-a0fd-cc852002ce7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shogun-image-content {
  
    align-items: center;
  
}

.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
      position: relative;
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00f2de60-ec44-488c-a0fd-cc852002ce7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shogun-image-content {
  
    align-items: center;
  
}

.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
      position: relative;
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00f2de60-ec44-488c-a0fd-cc852002ce7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-00f2de60-ec44-488c-a0fd-cc852002ce7e .shogun-image-content {
  
    align-items: center;
  
}

.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container {
      position: relative;
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00f2de60-ec44-488c-a0fd-cc852002ce7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

}
#s-91b3d05f-2cae-465e-afcb-71ce1a1086f6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1.25em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-91b3d05f-2cae-465e-afcb-71ce1a1086f6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-91b3d05f-2cae-465e-afcb-71ce1a1086f6:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-91b3d05f-2cae-465e-afcb-71ce1a1086f6-root {
    text-align: center;
  }


#s-91b3d05f-2cae-465e-afcb-71ce1a1086f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-91b3d05f-2cae-465e-afcb-71ce1a1086f6-root {
    text-align: center;
  }


#s-91b3d05f-2cae-465e-afcb-71ce1a1086f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91b3d05f-2cae-465e-afcb-71ce1a1086f6-root {
    text-align: center;
  }


#s-91b3d05f-2cae-465e-afcb-71ce1a1086f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91b3d05f-2cae-465e-afcb-71ce1a1086f6-root {
    text-align: center;
  }


#s-91b3d05f-2cae-465e-afcb-71ce1a1086f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91b3d05f-2cae-465e-afcb-71ce1a1086f6-root {
    text-align: center;
  }


#s-91b3d05f-2cae-465e-afcb-71ce1a1086f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-8ccdf190-ab4d-4434-8f31-479b33dda8c0 {
  margin-top: 20px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-8ccdf190-ab4d-4434-8f31-479b33dda8c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8ccdf190-ab4d-4434-8f31-479b33dda8c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8ccdf190-ab4d-4434-8f31-479b33dda8c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8ccdf190-ab4d-4434-8f31-479b33dda8c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-cbca852c-a76c-4b50-ac31-26ff44043148 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
aspect-ratio: 1:1;
}








#s-cbca852c-a76c-4b50-ac31-26ff44043148 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbca852c-a76c-4b50-ac31-26ff44043148 {
  cursor: pointer;
}#s-cbca852c-a76c-4b50-ac31-26ff44043148.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
  max-width: 432px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shogun-image-content {
  
    align-items: center;
  
}

.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
      position: relative;
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shogun-image-content {
  
    align-items: center;
  
}

.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
      position: relative;
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shogun-image-content {
  
    align-items: center;
  
}

.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
      position: relative;
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shogun-image-content {
  
    align-items: center;
  
}

.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
      position: relative;
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 .shogun-image-content {
  
    align-items: center;
  
}

.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container {
      position: relative;
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1407d4dc-aea6-4623-8d51-4d1a70d8e482 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

}
#s-1b35ca50-0494-43b7-a55a-7685b7a75882 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1b35ca50-0494-43b7-a55a-7685b7a75882:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1b35ca50-0494-43b7-a55a-7685b7a75882:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b35ca50-0494-43b7-a55a-7685b7a75882-root {
    text-align: center;
  }


#s-1b35ca50-0494-43b7-a55a-7685b7a75882.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b35ca50-0494-43b7-a55a-7685b7a75882-root {
    text-align: center;
  }


#s-1b35ca50-0494-43b7-a55a-7685b7a75882.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b35ca50-0494-43b7-a55a-7685b7a75882-root {
    text-align: center;
  }


#s-1b35ca50-0494-43b7-a55a-7685b7a75882.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b35ca50-0494-43b7-a55a-7685b7a75882-root {
    text-align: center;
  }


#s-1b35ca50-0494-43b7-a55a-7685b7a75882.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b35ca50-0494-43b7-a55a-7685b7a75882-root {
    text-align: center;
  }


#s-1b35ca50-0494-43b7-a55a-7685b7a75882.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-2e56e2aa-1a59-4c59-b731-6669cd08b191 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-2e56e2aa-1a59-4c59-b731-6669cd08b191 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e56e2aa-1a59-4c59-b731-6669cd08b191.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e279260e-c08b-4d78-b134-e2777b1ef867 {
  margin-top: 40px;
margin-bottom: 0px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-b094ae66-03d2-413e-bebb-7ab91b0baddc {
  margin-top: 20px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-b094ae66-03d2-413e-bebb-7ab91b0baddc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b094ae66-03d2-413e-bebb-7ab91b0baddc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b094ae66-03d2-413e-bebb-7ab91b0baddc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b094ae66-03d2-413e-bebb-7ab91b0baddc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b58cad9b-df95-40e6-bc27-b4773ee20f21 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
aspect-ratio: 1:1;
}








#s-b58cad9b-df95-40e6-bc27-b4773ee20f21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b58cad9b-df95-40e6-bc27-b4773ee20f21 {
  cursor: pointer;
}#s-b58cad9b-df95-40e6-bc27-b4773ee20f21.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f628b89-3f11-45af-a25b-dbc5387d41fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shogun-image-content {
  
    align-items: center;
  
}

.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
      position: relative;
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f628b89-3f11-45af-a25b-dbc5387d41fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shogun-image-content {
  
    align-items: center;
  
}

.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
      position: relative;
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f628b89-3f11-45af-a25b-dbc5387d41fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shogun-image-content {
  
    align-items: center;
  
}

.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
      position: relative;
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f628b89-3f11-45af-a25b-dbc5387d41fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shogun-image-content {
  
    align-items: center;
  
}

.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
      position: relative;
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f628b89-3f11-45af-a25b-dbc5387d41fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8f628b89-3f11-45af-a25b-dbc5387d41fd .shogun-image-content {
  
    align-items: center;
  
}

.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container {
      position: relative;
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f628b89-3f11-45af-a25b-dbc5387d41fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-078072cc-9be8-4851-a8d3-421bbc487ba8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-078072cc-9be8-4851-a8d3-421bbc487ba8:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-078072cc-9be8-4851-a8d3-421bbc487ba8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-078072cc-9be8-4851-a8d3-421bbc487ba8-root {
    text-align: center;
  }


#s-078072cc-9be8-4851-a8d3-421bbc487ba8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-078072cc-9be8-4851-a8d3-421bbc487ba8-root {
    text-align: center;
  }


#s-078072cc-9be8-4851-a8d3-421bbc487ba8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-078072cc-9be8-4851-a8d3-421bbc487ba8-root {
    text-align: center;
  }


#s-078072cc-9be8-4851-a8d3-421bbc487ba8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-078072cc-9be8-4851-a8d3-421bbc487ba8-root {
    text-align: center;
  }


#s-078072cc-9be8-4851-a8d3-421bbc487ba8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-078072cc-9be8-4851-a8d3-421bbc487ba8-root {
    text-align: center;
  }


#s-078072cc-9be8-4851-a8d3-421bbc487ba8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-f46db7dd-20f6-4887-85fc-beb5165e1a2e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
}








#s-f46db7dd-20f6-4887-85fc-beb5165e1a2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f46db7dd-20f6-4887-85fc-beb5165e1a2e {
  cursor: pointer;
}#s-f46db7dd-20f6-4887-85fc-beb5165e1a2e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
  border-color: rgba(215, 215, 215, 1);
border-style: solid;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d478adfa-3f52-4113-95d5-fb4f853ff75d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shogun-image-content {
  
    align-items: center;
  
}

.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
      position: relative;
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d478adfa-3f52-4113-95d5-fb4f853ff75d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shogun-image-content {
  
    align-items: center;
  
}

.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
      position: relative;
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d478adfa-3f52-4113-95d5-fb4f853ff75d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shogun-image-content {
  
    align-items: center;
  
}

.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
      position: relative;
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d478adfa-3f52-4113-95d5-fb4f853ff75d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shogun-image-content {
  
    align-items: center;
  
}

.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
      position: relative;
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d478adfa-3f52-4113-95d5-fb4f853ff75d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d478adfa-3f52-4113-95d5-fb4f853ff75d .shogun-image-content {
  
    align-items: center;
  
}

.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container {
      position: relative;
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d478adfa-3f52-4113-95d5-fb4f853ff75d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-29370359-ac50-4c97-bdf1-37ff94059ff5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1.25em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-29370359-ac50-4c97-bdf1-37ff94059ff5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-29370359-ac50-4c97-bdf1-37ff94059ff5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-29370359-ac50-4c97-bdf1-37ff94059ff5-root {
    text-align: center;
  }


#s-29370359-ac50-4c97-bdf1-37ff94059ff5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-29370359-ac50-4c97-bdf1-37ff94059ff5-root {
    text-align: center;
  }


#s-29370359-ac50-4c97-bdf1-37ff94059ff5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29370359-ac50-4c97-bdf1-37ff94059ff5-root {
    text-align: center;
  }


#s-29370359-ac50-4c97-bdf1-37ff94059ff5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29370359-ac50-4c97-bdf1-37ff94059ff5-root {
    text-align: center;
  }


#s-29370359-ac50-4c97-bdf1-37ff94059ff5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-29370359-ac50-4c97-bdf1-37ff94059ff5-root {
    text-align: center;
  }


#s-29370359-ac50-4c97-bdf1-37ff94059ff5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-d35dd7e0-b1dc-4caa-af78-d4bf2584a70c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
}








#s-d35dd7e0-b1dc-4caa-af78-d4bf2584a70c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d35dd7e0-b1dc-4caa-af78-d4bf2584a70c {
  cursor: pointer;
}#s-d35dd7e0-b1dc-4caa-af78-d4bf2584a70c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
  border-color: rgba(215, 215, 215, 1);
border-style: solid;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shogun-image-content {
  
    align-items: center;
  
}

.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
      position: relative;
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shogun-image-content {
  
    align-items: center;
  
}

.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
      position: relative;
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shogun-image-content {
  
    align-items: center;
  
}

.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
      position: relative;
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shogun-image-content {
  
    align-items: center;
  
}

.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
      position: relative;
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fdeb346-d7ea-41b0-801b-f0e41084c83f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f .shogun-image-content {
  
    align-items: center;
  
}

.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container {
      position: relative;
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fdeb346-d7ea-41b0-801b-f0e41084c83f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-586fe8d7-04f4-4483-88ae-0f0a343817bd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(2, 2, 2, 1);
}
#s-586fe8d7-04f4-4483-88ae-0f0a343817bd:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-586fe8d7-04f4-4483-88ae-0f0a343817bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-586fe8d7-04f4-4483-88ae-0f0a343817bd-root {
    text-align: center;
  }


#s-586fe8d7-04f4-4483-88ae-0f0a343817bd.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-586fe8d7-04f4-4483-88ae-0f0a343817bd-root {
    text-align: center;
  }


#s-586fe8d7-04f4-4483-88ae-0f0a343817bd.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-586fe8d7-04f4-4483-88ae-0f0a343817bd-root {
    text-align: center;
  }


#s-586fe8d7-04f4-4483-88ae-0f0a343817bd.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-586fe8d7-04f4-4483-88ae-0f0a343817bd-root {
    text-align: center;
  }


#s-586fe8d7-04f4-4483-88ae-0f0a343817bd.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-586fe8d7-04f4-4483-88ae-0f0a343817bd-root {
    text-align: center;
  }


#s-586fe8d7-04f4-4483-88ae-0f0a343817bd.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-3086050d-6d4c-4481-bdf6-1e4dc0b4d6b9 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
}








#s-3086050d-6d4c-4481-bdf6-1e4dc0b4d6b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3086050d-6d4c-4481-bdf6-1e4dc0b4d6b9 {
  cursor: pointer;
}#s-3086050d-6d4c-4481-bdf6-1e4dc0b4d6b9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13720a22-9bf2-40be-aa3c-e7911d8896ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shogun-image-content {
  
    align-items: center;
  
}

.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
      position: relative;
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13720a22-9bf2-40be-aa3c-e7911d8896ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shogun-image-content {
  
    align-items: center;
  
}

.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
      position: relative;
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13720a22-9bf2-40be-aa3c-e7911d8896ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shogun-image-content {
  
    align-items: center;
  
}

.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
      position: relative;
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13720a22-9bf2-40be-aa3c-e7911d8896ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shogun-image-content {
  
    align-items: center;
  
}

.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
      position: relative;
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13720a22-9bf2-40be-aa3c-e7911d8896ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-13720a22-9bf2-40be-aa3c-e7911d8896ef .shogun-image-content {
  
    align-items: center;
  
}

.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container {
      position: relative;
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13720a22-9bf2-40be-aa3c-e7911d8896ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-dd480cf2-98d3-4613-8479-5c302c933492 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(2, 2, 2, 1);
}
#s-dd480cf2-98d3-4613-8479-5c302c933492:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dd480cf2-98d3-4613-8479-5c302c933492:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd480cf2-98d3-4613-8479-5c302c933492-root {
    text-align: center;
  }


#s-dd480cf2-98d3-4613-8479-5c302c933492.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dd480cf2-98d3-4613-8479-5c302c933492-root {
    text-align: center;
  }


#s-dd480cf2-98d3-4613-8479-5c302c933492.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd480cf2-98d3-4613-8479-5c302c933492-root {
    text-align: center;
  }


#s-dd480cf2-98d3-4613-8479-5c302c933492.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd480cf2-98d3-4613-8479-5c302c933492-root {
    text-align: center;
  }


#s-dd480cf2-98d3-4613-8479-5c302c933492.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dd480cf2-98d3-4613-8479-5c302c933492-root {
    text-align: center;
  }


#s-dd480cf2-98d3-4613-8479-5c302c933492.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-241edc4b-803e-4d5f-9173-15d74d06635c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-241edc4b-803e-4d5f-9173-15d74d06635c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-241edc4b-803e-4d5f-9173-15d74d06635c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4f12993-3d5d-4113-8fd1-4e8321fbbe90 {
  margin-top: 40px;
margin-bottom: 0px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-fa63ca62-1d44-4346-a3b5-45c68e706f19 {
  margin-top: 20px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-fa63ca62-1d44-4346-a3b5-45c68e706f19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fa63ca62-1d44-4346-a3b5-45c68e706f19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-fa63ca62-1d44-4346-a3b5-45c68e706f19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-fa63ca62-1d44-4346-a3b5-45c68e706f19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-992ca058-b71d-4d1d-8029-879d16f37104 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
aspect-ratio: 1:1;
}








#s-992ca058-b71d-4d1d-8029-879d16f37104 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-992ca058-b71d-4d1d-8029-879d16f37104 {
  cursor: pointer;
}#s-992ca058-b71d-4d1d-8029-879d16f37104.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d4b19531-9def-4334-aab2-5617835818f0 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d4b19531-9def-4334-aab2-5617835818f0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d4b19531-9def-4334-aab2-5617835818f0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4b19531-9def-4334-aab2-5617835818f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4b19531-9def-4334-aab2-5617835818f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4b19531-9def-4334-aab2-5617835818f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4b19531-9def-4334-aab2-5617835818f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d4b19531-9def-4334-aab2-5617835818f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b19531-9def-4334-aab2-5617835818f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4b19531-9def-4334-aab2-5617835818f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
      position: relative;
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d4b19531-9def-4334-aab2-5617835818f0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d4b19531-9def-4334-aab2-5617835818f0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4b19531-9def-4334-aab2-5617835818f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4b19531-9def-4334-aab2-5617835818f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4b19531-9def-4334-aab2-5617835818f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4b19531-9def-4334-aab2-5617835818f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d4b19531-9def-4334-aab2-5617835818f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b19531-9def-4334-aab2-5617835818f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4b19531-9def-4334-aab2-5617835818f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
      position: relative;
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-d4b19531-9def-4334-aab2-5617835818f0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d4b19531-9def-4334-aab2-5617835818f0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4b19531-9def-4334-aab2-5617835818f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4b19531-9def-4334-aab2-5617835818f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4b19531-9def-4334-aab2-5617835818f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4b19531-9def-4334-aab2-5617835818f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d4b19531-9def-4334-aab2-5617835818f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b19531-9def-4334-aab2-5617835818f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4b19531-9def-4334-aab2-5617835818f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
      position: relative;
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-d4b19531-9def-4334-aab2-5617835818f0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d4b19531-9def-4334-aab2-5617835818f0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4b19531-9def-4334-aab2-5617835818f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4b19531-9def-4334-aab2-5617835818f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4b19531-9def-4334-aab2-5617835818f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4b19531-9def-4334-aab2-5617835818f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d4b19531-9def-4334-aab2-5617835818f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b19531-9def-4334-aab2-5617835818f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4b19531-9def-4334-aab2-5617835818f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
      position: relative;
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-d4b19531-9def-4334-aab2-5617835818f0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d4b19531-9def-4334-aab2-5617835818f0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4b19531-9def-4334-aab2-5617835818f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4b19531-9def-4334-aab2-5617835818f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4b19531-9def-4334-aab2-5617835818f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4b19531-9def-4334-aab2-5617835818f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d4b19531-9def-4334-aab2-5617835818f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b19531-9def-4334-aab2-5617835818f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4b19531-9def-4334-aab2-5617835818f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container {
      position: relative;
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4b19531-9def-4334-aab2-5617835818f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-dd7a2263-310e-47c5-aede-36cb022205df {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
}








#s-dd7a2263-310e-47c5-aede-36cb022205df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd7a2263-310e-47c5-aede-36cb022205df {
  cursor: pointer;
}#s-dd7a2263-310e-47c5-aede-36cb022205df.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-696901f5-6506-4e3d-b779-6034d5c82468 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-696901f5-6506-4e3d-b779-6034d5c82468 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-696901f5-6506-4e3d-b779-6034d5c82468 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696901f5-6506-4e3d-b779-6034d5c82468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-696901f5-6506-4e3d-b779-6034d5c82468 .shogun-image-content {
  
    align-items: center;
  
}

.s-696901f5-6506-4e3d-b779-6034d5c82468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-696901f5-6506-4e3d-b779-6034d5c82468 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
      position: relative;
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-696901f5-6506-4e3d-b779-6034d5c82468 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-696901f5-6506-4e3d-b779-6034d5c82468 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696901f5-6506-4e3d-b779-6034d5c82468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-696901f5-6506-4e3d-b779-6034d5c82468 .shogun-image-content {
  
    align-items: center;
  
}

.s-696901f5-6506-4e3d-b779-6034d5c82468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-696901f5-6506-4e3d-b779-6034d5c82468 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
      position: relative;
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-696901f5-6506-4e3d-b779-6034d5c82468 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-696901f5-6506-4e3d-b779-6034d5c82468 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696901f5-6506-4e3d-b779-6034d5c82468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-696901f5-6506-4e3d-b779-6034d5c82468 .shogun-image-content {
  
    align-items: center;
  
}

.s-696901f5-6506-4e3d-b779-6034d5c82468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-696901f5-6506-4e3d-b779-6034d5c82468 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
      position: relative;
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-696901f5-6506-4e3d-b779-6034d5c82468 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-696901f5-6506-4e3d-b779-6034d5c82468 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696901f5-6506-4e3d-b779-6034d5c82468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-696901f5-6506-4e3d-b779-6034d5c82468 .shogun-image-content {
  
    align-items: center;
  
}

.s-696901f5-6506-4e3d-b779-6034d5c82468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-696901f5-6506-4e3d-b779-6034d5c82468 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
      position: relative;
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-696901f5-6506-4e3d-b779-6034d5c82468 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-696901f5-6506-4e3d-b779-6034d5c82468 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696901f5-6506-4e3d-b779-6034d5c82468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696901f5-6506-4e3d-b779-6034d5c82468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-696901f5-6506-4e3d-b779-6034d5c82468 .shogun-image-content {
  
    align-items: center;
  
}

.s-696901f5-6506-4e3d-b779-6034d5c82468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-696901f5-6506-4e3d-b779-6034d5c82468 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container {
      position: relative;
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696901f5-6506-4e3d-b779-6034d5c82468 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-c8a37ecf-e406-46cd-89c2-d0d607e51221 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(2, 2, 2, 1);
}
#s-c8a37ecf-e406-46cd-89c2-d0d607e51221:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c8a37ecf-e406-46cd-89c2-d0d607e51221:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c8a37ecf-e406-46cd-89c2-d0d607e51221-root {
    text-align: center;
  }


#s-c8a37ecf-e406-46cd-89c2-d0d607e51221.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8a37ecf-e406-46cd-89c2-d0d607e51221-root {
    text-align: center;
  }


#s-c8a37ecf-e406-46cd-89c2-d0d607e51221.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8a37ecf-e406-46cd-89c2-d0d607e51221-root {
    text-align: center;
  }


#s-c8a37ecf-e406-46cd-89c2-d0d607e51221.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8a37ecf-e406-46cd-89c2-d0d607e51221-root {
    text-align: center;
  }


#s-c8a37ecf-e406-46cd-89c2-d0d607e51221.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8a37ecf-e406-46cd-89c2-d0d607e51221-root {
    text-align: center;
  }


#s-c8a37ecf-e406-46cd-89c2-d0d607e51221.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-eba40671-5f0e-4024-949d-02ed71e90d4d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
aspect-ratio: 1:1;
}








#s-eba40671-5f0e-4024-949d-02ed71e90d4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eba40671-5f0e-4024-949d-02ed71e90d4d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-778b8043-00eb-4361-9c4b-1af90ee62207 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-778b8043-00eb-4361-9c4b-1af90ee62207 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-778b8043-00eb-4361-9c4b-1af90ee62207 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-778b8043-00eb-4361-9c4b-1af90ee62207 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-778b8043-00eb-4361-9c4b-1af90ee62207 .shogun-image-content {
  
    align-items: center;
  
}

.s-778b8043-00eb-4361-9c4b-1af90ee62207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-778b8043-00eb-4361-9c4b-1af90ee62207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
      position: relative;
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-778b8043-00eb-4361-9c4b-1af90ee62207 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-778b8043-00eb-4361-9c4b-1af90ee62207 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-778b8043-00eb-4361-9c4b-1af90ee62207 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-778b8043-00eb-4361-9c4b-1af90ee62207 .shogun-image-content {
  
    align-items: center;
  
}

.s-778b8043-00eb-4361-9c4b-1af90ee62207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-778b8043-00eb-4361-9c4b-1af90ee62207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
      position: relative;
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-778b8043-00eb-4361-9c4b-1af90ee62207 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-778b8043-00eb-4361-9c4b-1af90ee62207 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-778b8043-00eb-4361-9c4b-1af90ee62207 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-778b8043-00eb-4361-9c4b-1af90ee62207 .shogun-image-content {
  
    align-items: center;
  
}

.s-778b8043-00eb-4361-9c4b-1af90ee62207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-778b8043-00eb-4361-9c4b-1af90ee62207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
      position: relative;
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-778b8043-00eb-4361-9c4b-1af90ee62207 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-778b8043-00eb-4361-9c4b-1af90ee62207 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-778b8043-00eb-4361-9c4b-1af90ee62207 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-778b8043-00eb-4361-9c4b-1af90ee62207 .shogun-image-content {
  
    align-items: center;
  
}

.s-778b8043-00eb-4361-9c4b-1af90ee62207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-778b8043-00eb-4361-9c4b-1af90ee62207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
      position: relative;
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-778b8043-00eb-4361-9c4b-1af90ee62207 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-778b8043-00eb-4361-9c4b-1af90ee62207 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-778b8043-00eb-4361-9c4b-1af90ee62207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-778b8043-00eb-4361-9c4b-1af90ee62207 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-778b8043-00eb-4361-9c4b-1af90ee62207 .shogun-image-content {
  
    align-items: center;
  
}

.s-778b8043-00eb-4361-9c4b-1af90ee62207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-778b8043-00eb-4361-9c4b-1af90ee62207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container {
      position: relative;
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-778b8043-00eb-4361-9c4b-1af90ee62207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-cb6ddac4-9b1c-4586-82e0-6360b7960299 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
}








#s-cb6ddac4-9b1c-4586-82e0-6360b7960299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb6ddac4-9b1c-4586-82e0-6360b7960299 {
  cursor: pointer;
}#s-cb6ddac4-9b1c-4586-82e0-6360b7960299.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
max-width: 432px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shogun-image-content {
  
    align-items: center;
  
}

.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
      position: relative;
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shogun-image-content {
  
    align-items: center;
  
}

.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
      position: relative;
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shogun-image-content {
  
    align-items: center;
  
}

.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
      position: relative;
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shogun-image-content {
  
    align-items: center;
  
}

.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
      position: relative;
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 .shogun-image-content {
  
    align-items: center;
  
}

.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container {
      position: relative;
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bd6ab9-9b28-401d-8350-14e6d0f1a614 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

}
#s-e2494be3-ea39-44a5-aa52-0c9a75b9df4d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(2, 2, 2, 1);
}
#s-e2494be3-ea39-44a5-aa52-0c9a75b9df4d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e2494be3-ea39-44a5-aa52-0c9a75b9df4d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e2494be3-ea39-44a5-aa52-0c9a75b9df4d-root {
    text-align: center;
  }


#s-e2494be3-ea39-44a5-aa52-0c9a75b9df4d.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e2494be3-ea39-44a5-aa52-0c9a75b9df4d-root {
    text-align: center;
  }


#s-e2494be3-ea39-44a5-aa52-0c9a75b9df4d.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2494be3-ea39-44a5-aa52-0c9a75b9df4d-root {
    text-align: center;
  }


#s-e2494be3-ea39-44a5-aa52-0c9a75b9df4d.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2494be3-ea39-44a5-aa52-0c9a75b9df4d-root {
    text-align: center;
  }


#s-e2494be3-ea39-44a5-aa52-0c9a75b9df4d.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e2494be3-ea39-44a5-aa52-0c9a75b9df4d-root {
    text-align: center;
  }


#s-e2494be3-ea39-44a5-aa52-0c9a75b9df4d.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-963310aa-6747-4ea0-a997-c1d3f5b252f4 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
aspect-ratio: 1:1;
}








#s-963310aa-6747-4ea0-a997-c1d3f5b252f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-963310aa-6747-4ea0-a997-c1d3f5b252f4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9a8720b6-9df6-4166-924f-2344efc461d3 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9a8720b6-9df6-4166-924f-2344efc461d3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a8720b6-9df6-4166-924f-2344efc461d3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a8720b6-9df6-4166-924f-2344efc461d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-9a8720b6-9df6-4166-924f-2344efc461d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a8720b6-9df6-4166-924f-2344efc461d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a8720b6-9df6-4166-924f-2344efc461d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
      position: relative;
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9a8720b6-9df6-4166-924f-2344efc461d3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a8720b6-9df6-4166-924f-2344efc461d3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a8720b6-9df6-4166-924f-2344efc461d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-9a8720b6-9df6-4166-924f-2344efc461d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a8720b6-9df6-4166-924f-2344efc461d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a8720b6-9df6-4166-924f-2344efc461d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
      position: relative;
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-9a8720b6-9df6-4166-924f-2344efc461d3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a8720b6-9df6-4166-924f-2344efc461d3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a8720b6-9df6-4166-924f-2344efc461d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-9a8720b6-9df6-4166-924f-2344efc461d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a8720b6-9df6-4166-924f-2344efc461d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a8720b6-9df6-4166-924f-2344efc461d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
      position: relative;
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-9a8720b6-9df6-4166-924f-2344efc461d3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a8720b6-9df6-4166-924f-2344efc461d3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a8720b6-9df6-4166-924f-2344efc461d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-9a8720b6-9df6-4166-924f-2344efc461d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a8720b6-9df6-4166-924f-2344efc461d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a8720b6-9df6-4166-924f-2344efc461d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
      position: relative;
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-9a8720b6-9df6-4166-924f-2344efc461d3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a8720b6-9df6-4166-924f-2344efc461d3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a8720b6-9df6-4166-924f-2344efc461d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a8720b6-9df6-4166-924f-2344efc461d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }



  img.s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-9a8720b6-9df6-4166-924f-2344efc461d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a8720b6-9df6-4166-924f-2344efc461d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a8720b6-9df6-4166-924f-2344efc461d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container {
      position: relative;
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a8720b6-9df6-4166-924f-2344efc461d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-aa44d213-a295-4bb8-b432-ee6be9ce6e5f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
min-height: 0px;
max-width: 251px;
}








#s-aa44d213-a295-4bb8-b432-ee6be9ce6e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa44d213-a295-4bb8-b432-ee6be9ce6e5f {
  cursor: pointer;
}#s-aa44d213-a295-4bb8-b432-ee6be9ce6e5f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9a0d0400-9a28-4042-ab01-02d86700af4b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(215, 215, 215, 1);
border-style: solid;
max-width: 432px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9a0d0400-9a28-4042-ab01-02d86700af4b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a0d0400-9a28-4042-ab01-02d86700af4b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a0d0400-9a28-4042-ab01-02d86700af4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-9a0d0400-9a28-4042-ab01-02d86700af4b .shogun-image-content {
  
    align-items: center;
  
}

.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a0d0400-9a28-4042-ab01-02d86700af4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
      position: relative;
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9a0d0400-9a28-4042-ab01-02d86700af4b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a0d0400-9a28-4042-ab01-02d86700af4b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a0d0400-9a28-4042-ab01-02d86700af4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-9a0d0400-9a28-4042-ab01-02d86700af4b .shogun-image-content {
  
    align-items: center;
  
}

.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a0d0400-9a28-4042-ab01-02d86700af4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
      position: relative;
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-9a0d0400-9a28-4042-ab01-02d86700af4b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a0d0400-9a28-4042-ab01-02d86700af4b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a0d0400-9a28-4042-ab01-02d86700af4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-9a0d0400-9a28-4042-ab01-02d86700af4b .shogun-image-content {
  
    align-items: center;
  
}

.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a0d0400-9a28-4042-ab01-02d86700af4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
      position: relative;
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-9a0d0400-9a28-4042-ab01-02d86700af4b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a0d0400-9a28-4042-ab01-02d86700af4b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a0d0400-9a28-4042-ab01-02d86700af4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-9a0d0400-9a28-4042-ab01-02d86700af4b .shogun-image-content {
  
    align-items: center;
  
}

.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a0d0400-9a28-4042-ab01-02d86700af4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
      position: relative;
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

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

.shg-image-margin-container-s-9a0d0400-9a28-4042-ab01-02d86700af4b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a0d0400-9a28-4042-ab01-02d86700af4b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a0d0400-9a28-4042-ab01-02d86700af4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a0d0400-9a28-4042-ab01-02d86700af4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 432px;
  }



  img.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image {
    
    
    
    max-height: 432px;
  }


.s-9a0d0400-9a28-4042-ab01-02d86700af4b .shogun-image-content {
  
    align-items: center;
  
}

.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a0d0400-9a28-4042-ab01-02d86700af4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container {
      position: relative;
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a0d0400-9a28-4042-ab01-02d86700af4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 432px;
    }
  }

}
#s-597ff29c-04e9-4e6b-b218-b3382ffae4bc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 100px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(2, 2, 2, 1);
}
#s-597ff29c-04e9-4e6b-b218-b3382ffae4bc:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-597ff29c-04e9-4e6b-b218-b3382ffae4bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-597ff29c-04e9-4e6b-b218-b3382ffae4bc-root {
    text-align: center;
  }


#s-597ff29c-04e9-4e6b-b218-b3382ffae4bc.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-597ff29c-04e9-4e6b-b218-b3382ffae4bc-root {
    text-align: center;
  }


#s-597ff29c-04e9-4e6b-b218-b3382ffae4bc.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-597ff29c-04e9-4e6b-b218-b3382ffae4bc-root {
    text-align: center;
  }


#s-597ff29c-04e9-4e6b-b218-b3382ffae4bc.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-597ff29c-04e9-4e6b-b218-b3382ffae4bc-root {
    text-align: center;
  }


#s-597ff29c-04e9-4e6b-b218-b3382ffae4bc.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-597ff29c-04e9-4e6b-b218-b3382ffae4bc-root {
    text-align: center;
  }


#s-597ff29c-04e9-4e6b-b218-b3382ffae4bc.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  
  
  font-family: Jost;
  display:  inline-block ;
}
}
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 100%;
background-position: center bottom;
}

#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89 {
  background-image: url(https://i.shgcdn.com/22ef6328-1c66-4ccb-bf3d-5120acdec046/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89 {
  background-image: url(https://i.shgcdn.com/22ef6328-1c66-4ccb-bf3d-5120acdec046/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89 {
  background-image: url(https://i.shgcdn.com/22ef6328-1c66-4ccb-bf3d-5120acdec046/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89 {
  background-image: url(https://i.shgcdn.com/22ef6328-1c66-4ccb-bf3d-5120acdec046/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89 {
  background-image: url(https://i.shgcdn.com/22ef6328-1c66-4ccb-bf3d-5120acdec046/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89 {
  background-image: url(https://i.shgcdn.com/22ef6328-1c66-4ccb-bf3d-5120acdec046/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89 {
  background-image: url(https://i.shgcdn.com/22ef6328-1c66-4ccb-bf3d-5120acdec046/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89 {
  background-image: url(https://i.shgcdn.com/22ef6328-1c66-4ccb-bf3d-5120acdec046/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89 {
  background-image: url(https://i.shgcdn.com/22ef6328-1c66-4ccb-bf3d-5120acdec046/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-efffb31d-7fb6-4f1f-8187-43a8554e9f89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-429900cf-102a-4c52-9651-d08fc2920533 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-429900cf-102a-4c52-9651-d08fc2920533 {
  margin-top: 0px;
margin-bottom: 80px;
padding-top: 50px;
padding-bottom: 0px;
}
}







#s-429900cf-102a-4c52-9651-d08fc2920533 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-429900cf-102a-4c52-9651-d08fc2920533.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46b2690e-6e6e-4902-b2b5-7295c44a98f9 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-46b2690e-6e6e-4902-b2b5-7295c44a98f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46b2690e-6e6e-4902-b2b5-7295c44a98f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46b2690e-6e6e-4902-b2b5-7295c44a98f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46b2690e-6e6e-4902-b2b5-7295c44a98f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b27a2dd6-4fe1-4296-b0e4-fdc88c4bc591 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-812de47c-3bac-4b91-a1c3-3f9fa0c7848c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-812de47c-3bac-4b91-a1c3-3f9fa0c7848c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-812de47c-3bac-4b91-a1c3-3f9fa0c7848c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eb2af6f-2340-4b51-b227-5fa0e5d8bebf {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-8eb2af6f-2340-4b51-b227-5fa0e5d8bebf {
  margin-left: 5%;
}
}
#s-d1017920-47ce-4c86-9bbc-ac097e969c37 {
  margin-bottom: 0px;
margin-right: 6%;
}
@media (max-width: 767px){#s-d1017920-47ce-4c86-9bbc-ac097e969c37 {
  margin-left: 5%;
}
}
#s-4ae43ece-c24a-4b1f-aad8-82a748b7dcd2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
background-color: rgba(37, 86, 132, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4ae43ece-c24a-4b1f-aad8-82a748b7dcd2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ae43ece-c24a-4b1f-aad8-82a748b7dcd2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4ae43ece-c24a-4b1f-aad8-82a748b7dcd2 {
  margin-left: 25px;
margin-right: 25px;
}
}

  #s-4ae43ece-c24a-4b1f-aad8-82a748b7dcd2-root {
    text-align: left;
  }


#s-4ae43ece-c24a-4b1f-aad8-82a748b7dcd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4ae43ece-c24a-4b1f-aad8-82a748b7dcd2-root {
    text-align: left;
  }


#s-4ae43ece-c24a-4b1f-aad8-82a748b7dcd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ae43ece-c24a-4b1f-aad8-82a748b7dcd2-root {
    text-align: left;
  }


#s-4ae43ece-c24a-4b1f-aad8-82a748b7dcd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ae43ece-c24a-4b1f-aad8-82a748b7dcd2-root {
    text-align: left;
  }


#s-4ae43ece-c24a-4b1f-aad8-82a748b7dcd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4ae43ece-c24a-4b1f-aad8-82a748b7dcd2-root {
    text-align: left;
  }


#s-4ae43ece-c24a-4b1f-aad8-82a748b7dcd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-15e743d4-3e3b-489e-9855-5d1892e0b14c {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 150px;
}
@media (max-width: 767px){#s-15e743d4-3e3b-489e-9855-5d1892e0b14c {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
}
}







#s-15e743d4-3e3b-489e-9855-5d1892e0b14c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15e743d4-3e3b-489e-9855-5d1892e0b14c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fbe0858-051b-4f2c-bef4-a5558d8ab480 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4fbe0858-051b-4f2c-bef4-a5558d8ab480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fbe0858-051b-4f2c-bef4-a5558d8ab480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9ee9784-6faf-40c2-8fcf-7794e7f545aa {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f9ee9784-6faf-40c2-8fcf-7794e7f545aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9ee9784-6faf-40c2-8fcf-7794e7f545aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9ee9784-6faf-40c2-8fcf-7794e7f545aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9ee9784-6faf-40c2-8fcf-7794e7f545aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5e956bd9-73b1-4bd9-8550-d39282c439f1 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
}

#s-0943d7b8-de67-4c8e-adb3-2e2f76dbc8ed {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0943d7b8-de67-4c8e-adb3-2e2f76dbc8ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0943d7b8-de67-4c8e-adb3-2e2f76dbc8ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fbe49a7-cb11-4543-865f-d3d610983848 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-1fbe49a7-cb11-4543-865f-d3d610983848 {
  margin-left: 5%;
}
}
#s-cfa1a04b-8722-41e8-ad51-fabcfad68ee9 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cfa1a04b-8722-41e8-ad51-fabcfad68ee9 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-cb936040-5e88-48c8-955c-fc0caaabf9d2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
background-color: rgba(37, 86, 132, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cb936040-5e88-48c8-955c-fc0caaabf9d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb936040-5e88-48c8-955c-fc0caaabf9d2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-cb936040-5e88-48c8-955c-fc0caaabf9d2 {
  margin-left: 25px;
margin-right: 25px;
}
}

  #s-cb936040-5e88-48c8-955c-fc0caaabf9d2-root {
    text-align: left;
  }


#s-cb936040-5e88-48c8-955c-fc0caaabf9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb936040-5e88-48c8-955c-fc0caaabf9d2-root {
    text-align: left;
  }


#s-cb936040-5e88-48c8-955c-fc0caaabf9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb936040-5e88-48c8-955c-fc0caaabf9d2-root {
    text-align: left;
  }


#s-cb936040-5e88-48c8-955c-fc0caaabf9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb936040-5e88-48c8-955c-fc0caaabf9d2-root {
    text-align: left;
  }


#s-cb936040-5e88-48c8-955c-fc0caaabf9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb936040-5e88-48c8-955c-fc0caaabf9d2-root {
    text-align: left;
  }


#s-cb936040-5e88-48c8-955c-fc0caaabf9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-884eabe1-4323-4a4e-b67f-bc9a7d5b2b67 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 100%;
}








#s-884eabe1-4323-4a4e-b67f-bc9a7d5b2b67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-884eabe1-4323-4a4e-b67f-bc9a7d5b2b67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
aspect-ratio: 651/553;
text-align: center;
}



.shg-image-margin-container-s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shg-image-content-wrapper {
      aspect-ratio: 651/553;
      min-width: 100%;
      height: auto;
    }

    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shogun-image-link {
      aspect-ratio: 651/553;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shogun-image-content {
  
    align-items: center;
  
}

.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
      --shg-aspect-ratio: calc(651/553); 
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
      position: relative;
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shg-image-content-wrapper {
      aspect-ratio: 651/553;
      min-width: 100%;
      height: auto;
    }

    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shogun-image-link {
      aspect-ratio: 651/553;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shogun-image-content {
  
    align-items: center;
  
}

.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
      --shg-aspect-ratio: calc(651/553); 
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
      position: relative;
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

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

.shg-image-margin-container-s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shg-image-content-wrapper {
      aspect-ratio: 651/553;
      min-width: 100%;
      height: auto;
    }

    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shogun-image-link {
      aspect-ratio: 651/553;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shogun-image-content {
  
    align-items: center;
  
}

.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
      --shg-aspect-ratio: calc(651/553); 
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
      position: relative;
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

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

.shg-image-margin-container-s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shg-image-content-wrapper {
      aspect-ratio: 651/553;
      min-width: 100%;
      height: auto;
    }

    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shogun-image-link {
      aspect-ratio: 651/553;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shogun-image-content {
  
    align-items: center;
  
}

.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
      --shg-aspect-ratio: calc(651/553); 
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
      position: relative;
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

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

.shg-image-margin-container-s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shg-image-content-wrapper {
      aspect-ratio: 651/553;
      min-width: 100%;
      height: auto;
    }

    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shogun-image-link {
      aspect-ratio: 651/553;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b .shogun-image-content {
  
    align-items: center;
  
}

.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b {
      --shg-aspect-ratio: calc(651/553); 
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container {
      position: relative;
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf09b1a7-bc97-4502-93a7-c20124fdbd9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 450px;
    }
  }

}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
