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

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

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

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

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

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

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

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

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

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

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

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

#s-d5609142-450b-4907-91a8-1dbee382c027 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 1200px){#s-d5609142-450b-4907-91a8-1dbee382c027 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5609142-450b-4907-91a8-1dbee382c027 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5609142-450b-4907-91a8-1dbee382c027 {
  display: none;
}
#s-d5609142-450b-4907-91a8-1dbee382c027, #wrap-s-d5609142-450b-4907-91a8-1dbee382c027, #wrap-content-s-d5609142-450b-4907-91a8-1dbee382c027 { display: none !important; }}@media (max-width: 767px){#s-d5609142-450b-4907-91a8-1dbee382c027 {
  display: none;
}
#s-d5609142-450b-4907-91a8-1dbee382c027, #wrap-s-d5609142-450b-4907-91a8-1dbee382c027, #wrap-content-s-d5609142-450b-4907-91a8-1dbee382c027 { display: none !important; }}
#s-d5609142-450b-4907-91a8-1dbee382c027 {
  background-image: url(https://i.shgcdn.com/c9fc786f-c206-46c8-86ba-567e8ea73154/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d5609142-450b-4907-91a8-1dbee382c027 > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0;
  display: block;
}#s-d5609142-450b-4907-91a8-1dbee382c027.shg-box.shg-c {
  justify-content: center;
}

#s-a33407ec-865f-48ed-8288-494f8ca0fc49 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1388px;
}








#s-a33407ec-865f-48ed-8288-494f8ca0fc49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a33407ec-865f-48ed-8288-494f8ca0fc49.shg-box.shg-c {
  justify-content: center;
}

#s-d18a6905-5816-4716-9fe2-71b7ec15e34b {
  margin-top: 35px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d18a6905-5816-4716-9fe2-71b7ec15e34b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d18a6905-5816-4716-9fe2-71b7ec15e34b.shg-box.shg-c {
  justify-content: flex-end;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-648922f7-0327-416b-8b6d-246ab9471c72 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 582/332;
text-align: center;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72 {
  margin: 0 !important;
  overflow: visible;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-648922f7-0327-416b-8b6d-246ab9471c72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-648922f7-0327-416b-8b6d-246ab9471c72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  /* Add background color handling */
  
}

#s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shg-image-content-wrapper {
      aspect-ratio: 582/332;
      min-width: 100%;
      height: auto;
    }

    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shogun-image-link {
      aspect-ratio: 582/332;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-648922f7-0327-416b-8b6d-246ab9471c72 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-648922f7-0327-416b-8b6d-246ab9471c72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image {
  box-sizing: border-box;
}



.s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-648922f7-0327-416b-8b6d-246ab9471c72 {
      --shg-aspect-ratio: calc(582/332); 
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
      position: relative;
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){#s-648922f7-0327-416b-8b6d-246ab9471c72 {
  margin: 0 !important;
  overflow: visible;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-648922f7-0327-416b-8b6d-246ab9471c72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-648922f7-0327-416b-8b6d-246ab9471c72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  /* Add background color handling */
  
}

#s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shg-image-content-wrapper {
      aspect-ratio: 582/332;
      min-width: 100%;
      height: auto;
    }

    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shogun-image-link {
      aspect-ratio: 582/332;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-648922f7-0327-416b-8b6d-246ab9471c72 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-648922f7-0327-416b-8b6d-246ab9471c72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image {
  box-sizing: border-box;
}



.s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-648922f7-0327-416b-8b6d-246ab9471c72 {
      --shg-aspect-ratio: calc(582/332); 
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
      position: relative;
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-648922f7-0327-416b-8b6d-246ab9471c72 {
  margin: 0 !important;
  overflow: visible;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-648922f7-0327-416b-8b6d-246ab9471c72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-648922f7-0327-416b-8b6d-246ab9471c72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  /* Add background color handling */
  
}

#s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shg-image-content-wrapper {
      aspect-ratio: 582/332;
      min-width: 100%;
      height: auto;
    }

    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shogun-image-link {
      aspect-ratio: 582/332;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-648922f7-0327-416b-8b6d-246ab9471c72 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-648922f7-0327-416b-8b6d-246ab9471c72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image {
  box-sizing: border-box;
}



.s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-648922f7-0327-416b-8b6d-246ab9471c72 {
      --shg-aspect-ratio: calc(582/332); 
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
      position: relative;
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-648922f7-0327-416b-8b6d-246ab9471c72 {
  margin: 0 !important;
  overflow: visible;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-648922f7-0327-416b-8b6d-246ab9471c72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-648922f7-0327-416b-8b6d-246ab9471c72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  /* Add background color handling */
  
}

#s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shg-image-content-wrapper {
      aspect-ratio: 582/332;
      min-width: 100%;
      height: auto;
    }

    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shogun-image-link {
      aspect-ratio: 582/332;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-648922f7-0327-416b-8b6d-246ab9471c72 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-648922f7-0327-416b-8b6d-246ab9471c72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image {
  box-sizing: border-box;
}



.s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-648922f7-0327-416b-8b6d-246ab9471c72 {
      --shg-aspect-ratio: calc(582/332); 
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
      position: relative;
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (max-width: 767px){#s-648922f7-0327-416b-8b6d-246ab9471c72 {
  margin: 0 !important;
  overflow: visible;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-648922f7-0327-416b-8b6d-246ab9471c72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-648922f7-0327-416b-8b6d-246ab9471c72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  /* Add background color handling */
  
}

#s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shg-image-content-wrapper {
      aspect-ratio: 582/332;
      min-width: 100%;
      height: auto;
    }

    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shogun-image-link {
      aspect-ratio: 582/332;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-648922f7-0327-416b-8b6d-246ab9471c72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-648922f7-0327-416b-8b6d-246ab9471c72 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-648922f7-0327-416b-8b6d-246ab9471c72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image {
  box-sizing: border-box;
}



.s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-648922f7-0327-416b-8b6d-246ab9471c72 {
      --shg-aspect-ratio: calc(582/332); 
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container {
      position: relative;
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-648922f7-0327-416b-8b6d-246ab9471c72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
.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-ebe86c28-2806-4bfc-a52d-fa2d7d205990 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebe86c28-2806-4bfc-a52d-fa2d7d205990 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  
  
}



#s-454fa2c3-019d-496e-bb97-601f506fffd3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-454fa2c3-019d-496e-bb97-601f506fffd3 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-55238c77-abf8-4607-a1d2-6652e7455344 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 1200px){#s-55238c77-abf8-4607-a1d2-6652e7455344 {
  display: none;
}
#s-55238c77-abf8-4607-a1d2-6652e7455344, #wrap-s-55238c77-abf8-4607-a1d2-6652e7455344, #wrap-content-s-55238c77-abf8-4607-a1d2-6652e7455344 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55238c77-abf8-4607-a1d2-6652e7455344 {
  display: none;
}
#s-55238c77-abf8-4607-a1d2-6652e7455344, #wrap-s-55238c77-abf8-4607-a1d2-6652e7455344, #wrap-content-s-55238c77-abf8-4607-a1d2-6652e7455344 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55238c77-abf8-4607-a1d2-6652e7455344 {
  
}
}@media (max-width: 767px){#s-55238c77-abf8-4607-a1d2-6652e7455344 {
  
}
}
#s-55238c77-abf8-4607-a1d2-6652e7455344 {
  background-image: url(https://i.shgcdn.com/5727ebfe-5f65-426c-84bb-00b1e622c706/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-55238c77-abf8-4607-a1d2-6652e7455344 > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.4;
  display: block;
}#s-55238c77-abf8-4607-a1d2-6652e7455344.shg-box.shg-c {
  justify-content: flex-start;
}

#s-07753010-77d7-4ad9-b18d-32708b55d038 {
  margin-top: 200px;
margin-bottom: 0px;
min-height: 50px;
}








#s-07753010-77d7-4ad9-b18d-32708b55d038 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07753010-77d7-4ad9-b18d-32708b55d038.shg-box.shg-c {
  justify-content: center;
}

#s-23677dfb-12be-44d9-841b-1977d3cc249f {
  margin-top: 40px;
margin-left: 3%;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-23677dfb-12be-44d9-841b-1977d3cc249f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



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

.shg-default-text-content p {
  font-size: 1em;
  
  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-c36f9d5f-32ee-46c7-95ec-1402ba13e82f {
  margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
}

#s-71c8094c-a70b-4182-9ef4-7f585deb9324 {
  margin-top: 25px;
margin-bottom: 15px;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-attachment: scroll;
background-color: rgba(244, 244, 244, 1);
}








#s-71c8094c-a70b-4182-9ef4-7f585deb9324 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71c8094c-a70b-4182-9ef4-7f585deb9324.shg-box.shg-c {
  justify-content: center;
}

#s-801af350-19bc-4949-93b9-a84aaf84508b {
  background-attachment: fixed;
margin-top: 0px;
padding-bottom: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-801af350-19bc-4949-93b9-a84aaf84508b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-801af350-19bc-4949-93b9-a84aaf84508b.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-0c73d225-5701-421c-8314-d7acee4d76eb {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0c73d225-5701-421c-8314-d7acee4d76eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c73d225-5701-421c-8314-d7acee4d76eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c73d225-5701-421c-8314-d7acee4d76eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c73d225-5701-421c-8314-d7acee4d76eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-79ef92d6-7dbc-4c2a-9819-21afb44b9ffe {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 500px;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 0);
}








#s-79ef92d6-7dbc-4c2a-9819-21afb44b9ffe > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-79ef92d6-7dbc-4c2a-9819-21afb44b9ffe.shg-box.shg-c {
  justify-content: flex-start;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 784/1000;
text-align: center;
opacity: 0.9;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  margin: 0 !important;
  overflow: visible;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 25px;
  
}

.shg-image-content-margin-container-s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  /* Add background color handling */
  
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shg-image-content-wrapper {
      aspect-ratio: 784/1000;
      min-width: 100%;
      height: auto;
    }

    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shogun-image-link {
      aspect-ratio: 784/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image {
  box-sizing: border-box;
}



.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
      --shg-aspect-ratio: calc(784/1000); 
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
      position: relative;
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  margin: 0 !important;
  overflow: visible;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  /* Add background color handling */
  
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shg-image-content-wrapper {
      aspect-ratio: 784/1000;
      min-width: 100%;
      height: auto;
    }

    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shogun-image-link {
      aspect-ratio: 784/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image {
  box-sizing: border-box;
}



.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
      --shg-aspect-ratio: calc(784/1000); 
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
      position: relative;
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  margin: 0 !important;
  overflow: visible;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  /* Add background color handling */
  
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shg-image-content-wrapper {
      aspect-ratio: 784/1000;
      min-width: 100%;
      height: auto;
    }

    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shogun-image-link {
      aspect-ratio: 784/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image {
  box-sizing: border-box;
}



.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
      --shg-aspect-ratio: calc(784/1000); 
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
      position: relative;
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  margin: 0 !important;
  overflow: visible;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  /* Add background color handling */
  
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shg-image-content-wrapper {
      aspect-ratio: 784/1000;
      min-width: 100%;
      height: auto;
    }

    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shogun-image-link {
      aspect-ratio: 784/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image {
  box-sizing: border-box;
}



.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
      --shg-aspect-ratio: calc(784/1000); 
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
      position: relative;
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  margin: 0 !important;
  overflow: visible;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  /* Add background color handling */
  
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shg-image-content-wrapper {
      aspect-ratio: 784/1000;
      min-width: 100%;
      height: auto;
    }

    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shogun-image-link {
      aspect-ratio: 784/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image {
  box-sizing: border-box;
}



.s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 {
      --shg-aspect-ratio: calc(784/1000); 
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container {
      position: relative;
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36f3e0b0-e2dc-4cbf-bd7f-e406bee4aec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-1d674a33-07c0-4d63-8f96-acef5bd7a008 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-1d674a33-07c0-4d63-8f96-acef5bd7a008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d674a33-07c0-4d63-8f96-acef5bd7a008.shg-box.shg-c {
  justify-content: center;
}

#s-2d17cc76-2cd2-47e8-9300-1d6390d72e41 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-2d17cc76-2cd2-47e8-9300-1d6390d72e41 .shogun-heading-component h2 {
  color: rgba(0, 105, 55, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-d3e6732a-ddc6-443d-b0fa-954f9a9fae98 {
  margin-bottom: 10px;
padding-top: 5px;
text-align: left;
}

#s-d3e6732a-ddc6-443d-b0fa-954f9a9fae98 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-f4bf800e-7033-44ca-891f-3f3a14cb452d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
text-align: left;
}

#s-f4bf800e-7033-44ca-891f-3f3a14cb452d .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-69979fb6-e472-424c-99e2-8c5372e8d539 {
  margin-bottom: 15px;
}

#s-fae23e9d-bda9-4a4c-b7a8-b42504c0680c {
  margin-left: auto;
margin-right: auto;
padding-right: 25%;
min-height: 50px;
}








#s-fae23e9d-bda9-4a4c-b7a8-b42504c0680c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fae23e9d-bda9-4a4c-b7a8-b42504c0680c.shg-box.shg-c {
  justify-content: center;
}

.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-8e49e126-cda2-45c2-8d0b-a5baf0c30898 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjNlYmY0NWYtYzY5ZC00YTMyLWFjNjUtYjA5ZTNmOGJmNWRlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZkODEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNjEyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiM2ViZjQ1Zi1jNjlkLTRhMzItYWM2NS1iMDllM2Y4YmY1ZGUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 6%;
padding-bottom: 12px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 216, 18, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffd812"}, {"id"=>2, "pos"=>1, "color"=>"#ffb612"}];
hover-type: gradient;
}
#s-8e49e126-cda2-45c2-8d0b-a5baf0c30898:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 214, 125, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(255, 182, 18, 1) !important;
color: rgba(48, 52, 59, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8e49e126-cda2-45c2-8d0b-a5baf0c30898:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8e49e126-cda2-45c2-8d0b-a5baf0c30898 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e49e126-cda2-45c2-8d0b-a5baf0c30898 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e49e126-cda2-45c2-8d0b-a5baf0c30898 {
  
}
}@media (max-width: 767px){#s-8e49e126-cda2-45c2-8d0b-a5baf0c30898 {
  
}
}

  #s-8e49e126-cda2-45c2-8d0b-a5baf0c30898-root {
    text-align: center;
  }


#s-8e49e126-cda2-45c2-8d0b-a5baf0c30898.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e49e126-cda2-45c2-8d0b-a5baf0c30898-root {
    text-align: center;
  }


#s-8e49e126-cda2-45c2-8d0b-a5baf0c30898.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e49e126-cda2-45c2-8d0b-a5baf0c30898-root {
    text-align: center;
  }


#s-8e49e126-cda2-45c2-8d0b-a5baf0c30898.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e49e126-cda2-45c2-8d0b-a5baf0c30898-root {
    text-align: center;
  }


#s-8e49e126-cda2-45c2-8d0b-a5baf0c30898.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e49e126-cda2-45c2-8d0b-a5baf0c30898-root {
    text-align: center;
  }


#s-8e49e126-cda2-45c2-8d0b-a5baf0c30898.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-6f3b2297-8d9f-4b6f-bf52-26766a18e4e7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6f3b2297-8d9f-4b6f-bf52-26766a18e4e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f3b2297-8d9f-4b6f-bf52-26766a18e4e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6f3b2297-8d9f-4b6f-bf52-26766a18e4e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6f3b2297-8d9f-4b6f-bf52-26766a18e4e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-8e9d0a18-63d0-4fbe-97dd-257a4ec2001a {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-8e9d0a18-63d0-4fbe-97dd-257a4ec2001a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTcyOTI4OWQtZjM5OC00YmMzLTk5YzctODk1ZGY3YjFiZmEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNzI5Mjg5ZC1mMzk4LTRiYzMtOTljNy04OTVkZjdiMWJmYTApIi8+PC9zdmc+);
}








#s-8e9d0a18-63d0-4fbe-97dd-257a4ec2001a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e9d0a18-63d0-4fbe-97dd-257a4ec2001a {
  cursor: pointer;
}#s-8e9d0a18-63d0-4fbe-97dd-257a4ec2001a.shg-box.shg-c {
  justify-content: center;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292:hover {opacity: 1 !important;}
#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  margin: 0 !important;
  overflow: visible;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  /* Add background color handling */
  
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image {
  box-sizing: border-box;
}



.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
      position: relative;
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  margin: 0 !important;
  overflow: visible;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  /* Add background color handling */
  
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image {
  box-sizing: border-box;
}



.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
      position: relative;
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  margin: 0 !important;
  overflow: visible;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  /* Add background color handling */
  
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image {
  box-sizing: border-box;
}



.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
      position: relative;
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  margin: 0 !important;
  overflow: visible;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  /* Add background color handling */
  
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image {
  box-sizing: border-box;
}



.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
      position: relative;
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  margin: 0 !important;
  overflow: visible;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  /* Add background color handling */
  
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image {
  box-sizing: border-box;
}



.s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container {
      position: relative;
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1eb189ce-9f06-4b70-8c0f-0dcfd683e292 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-c197ad08-0f3f-4a8d-be0d-968ef4a38059 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 1);
border-style: none;
border-radius: 0px;
}

#s-7f414fdd-9b4e-4f1f-998f-53bae67001f4 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-7f414fdd-9b4e-4f1f-998f-53bae67001f4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmRjN2EwNTAtYTU1Mi00MDJjLWIyNGQtOWFmMWM3MzAyMWQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZGM3YTA1MC1hNTUyLTQwMmMtYjI0ZC05YWYxYzczMDIxZDQpIi8+PC9zdmc+);
}








#s-7f414fdd-9b4e-4f1f-998f-53bae67001f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f414fdd-9b4e-4f1f-998f-53bae67001f4 {
  cursor: pointer;
}#s-7f414fdd-9b4e-4f1f-998f-53bae67001f4.shg-box.shg-c {
  justify-content: center;
}

#s-30144034-9656-4323-9d00-f028b82d5d11 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
#s-30144034-9656-4323-9d00-f028b82d5d11:hover {opacity: 1 !important;}
#s-30144034-9656-4323-9d00-f028b82d5d11 {
  margin: 0 !important;
  overflow: visible;
}

#s-30144034-9656-4323-9d00-f028b82d5d11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30144034-9656-4323-9d00-f028b82d5d11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30144034-9656-4323-9d00-f028b82d5d11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  /* Add background color handling */
  
}

#s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30144034-9656-4323-9d00-f028b82d5d11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30144034-9656-4323-9d00-f028b82d5d11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30144034-9656-4323-9d00-f028b82d5d11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-30144034-9656-4323-9d00-f028b82d5d11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30144034-9656-4323-9d00-f028b82d5d11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image {
  box-sizing: border-box;
}



.s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30144034-9656-4323-9d00-f028b82d5d11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
      position: relative;
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-30144034-9656-4323-9d00-f028b82d5d11 {
  margin: 0 !important;
  overflow: visible;
}

#s-30144034-9656-4323-9d00-f028b82d5d11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30144034-9656-4323-9d00-f028b82d5d11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30144034-9656-4323-9d00-f028b82d5d11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  /* Add background color handling */
  
}

#s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30144034-9656-4323-9d00-f028b82d5d11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30144034-9656-4323-9d00-f028b82d5d11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30144034-9656-4323-9d00-f028b82d5d11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-30144034-9656-4323-9d00-f028b82d5d11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30144034-9656-4323-9d00-f028b82d5d11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image {
  box-sizing: border-box;
}



.s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30144034-9656-4323-9d00-f028b82d5d11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
      position: relative;
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-30144034-9656-4323-9d00-f028b82d5d11 {
  margin: 0 !important;
  overflow: visible;
}

#s-30144034-9656-4323-9d00-f028b82d5d11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30144034-9656-4323-9d00-f028b82d5d11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30144034-9656-4323-9d00-f028b82d5d11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  /* Add background color handling */
  
}

#s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30144034-9656-4323-9d00-f028b82d5d11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30144034-9656-4323-9d00-f028b82d5d11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30144034-9656-4323-9d00-f028b82d5d11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-30144034-9656-4323-9d00-f028b82d5d11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30144034-9656-4323-9d00-f028b82d5d11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image {
  box-sizing: border-box;
}



.s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30144034-9656-4323-9d00-f028b82d5d11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
      position: relative;
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-30144034-9656-4323-9d00-f028b82d5d11 {
  margin: 0 !important;
  overflow: visible;
}

#s-30144034-9656-4323-9d00-f028b82d5d11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30144034-9656-4323-9d00-f028b82d5d11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30144034-9656-4323-9d00-f028b82d5d11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  /* Add background color handling */
  
}

#s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30144034-9656-4323-9d00-f028b82d5d11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30144034-9656-4323-9d00-f028b82d5d11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30144034-9656-4323-9d00-f028b82d5d11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-30144034-9656-4323-9d00-f028b82d5d11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30144034-9656-4323-9d00-f028b82d5d11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image {
  box-sizing: border-box;
}



.s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30144034-9656-4323-9d00-f028b82d5d11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
      position: relative;
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-30144034-9656-4323-9d00-f028b82d5d11 {
  margin: 0 !important;
  overflow: visible;
}

#s-30144034-9656-4323-9d00-f028b82d5d11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30144034-9656-4323-9d00-f028b82d5d11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30144034-9656-4323-9d00-f028b82d5d11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  /* Add background color handling */
  
}

#s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30144034-9656-4323-9d00-f028b82d5d11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30144034-9656-4323-9d00-f028b82d5d11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30144034-9656-4323-9d00-f028b82d5d11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-30144034-9656-4323-9d00-f028b82d5d11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30144034-9656-4323-9d00-f028b82d5d11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image {
  box-sizing: border-box;
}



.s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30144034-9656-4323-9d00-f028b82d5d11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container {
      position: relative;
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30144034-9656-4323-9d00-f028b82d5d11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-a0750d99-0233-4955-84dc-adbd67300e6d {
  margin-left: auto;
margin-right: auto;
}

#s-873fc460-1beb-4ce7-a9b0-85380d272525 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}








#s-873fc460-1beb-4ce7-a9b0-85380d272525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-873fc460-1beb-4ce7-a9b0-85380d272525 {
  cursor: pointer;
}#s-873fc460-1beb-4ce7-a9b0-85380d272525.shg-box.shg-c {
  justify-content: center;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745:hover {opacity: 1 !important;}
#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image {
  box-sizing: border-box;
}



.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
      position: relative;
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image {
  box-sizing: border-box;
}



.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
      position: relative;
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image {
  box-sizing: border-box;
}



.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
      position: relative;
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image {
  box-sizing: border-box;
}



.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
      position: relative;
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image {
  box-sizing: border-box;
}



.s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container {
      position: relative;
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5899c76-73b0-4ffb-a18b-61bbcc48d745 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-eecc8578-a3c9-4c0a-b572-a613751dfbf6 {
  margin-left: auto;
margin-right: auto;
}

#s-945f92cf-9388-452b-b06e-b31e1c28721b {
  margin-top: 15px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-945f92cf-9388-452b-b06e-b31e1c28721b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-945f92cf-9388-452b-b06e-b31e1c28721b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-945f92cf-9388-452b-b06e-b31e1c28721b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-945f92cf-9388-452b-b06e-b31e1c28721b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-945f92cf-9388-452b-b06e-b31e1c28721b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-945f92cf-9388-452b-b06e-b31e1c28721b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-945f92cf-9388-452b-b06e-b31e1c28721b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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-1867302f-9350-48e7-9fa3-8e283fc2fec2 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}

#s-1867302f-9350-48e7-9fa3-8e283fc2fec2 {
  overflow: hidden;
  
  
      max-width: 461px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1867302f-9350-48e7-9fa3-8e283fc2fec2 img.shogun-image,
  #s-1867302f-9350-48e7-9fa3-8e283fc2fec2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1867302f-9350-48e7-9fa3-8e283fc2fec2 {
    width: 100%;
    height: auto;
  }



  #s-1867302f-9350-48e7-9fa3-8e283fc2fec2 img.shogun-image {
    

    
    
    
  }


#s-1867302f-9350-48e7-9fa3-8e283fc2fec2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-030e60f8-2364-468a-8696-a45e62f22ece {
  margin-top: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-attachment: scroll;
background-color: rgba(167, 168, 169, 0);
}








#s-030e60f8-2364-468a-8696-a45e62f22ece > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-030e60f8-2364-468a-8696-a45e62f22ece.shg-box.shg-c {
  justify-content: center;
}

#s-d81a959c-826f-48a5-80fb-dfbf7612057b {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-d81a959c-826f-48a5-80fb-dfbf7612057b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d81a959c-826f-48a5-80fb-dfbf7612057b.shg-box.shg-c {
  justify-content: center;
}

#s-ecc23b0a-d3ef-48cc-a689-b5351007a996 {
  padding-top: 5px;
padding-bottom: 5px;
padding-right: 0%;
text-align: left;
}

#s-ecc23b0a-d3ef-48cc-a689-b5351007a996 .shogun-heading-component h2 {
  color: rgba(0, 105, 55, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-8bda5108-37ca-4617-8349-fd0c86e4fa53 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-8bda5108-37ca-4617-8349-fd0c86e4fa53 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-d8a7c9df-6b76-4252-ba1f-6bb2d362fee6 {
  margin-bottom: 25px;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-d8a7c9df-6b76-4252-ba1f-6bb2d362fee6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8a7c9df-6b76-4252-ba1f-6bb2d362fee6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d8a7c9df-6b76-4252-ba1f-6bb2d362fee6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8a7c9df-6b76-4252-ba1f-6bb2d362fee6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-2d31a364-2b00-4081-80e0-9d91f6af648e {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2d31a364-2b00-4081-80e0-9d91f6af648e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d31a364-2b00-4081-80e0-9d91f6af648e.shg-box.shg-c {
  justify-content: center;
}

#s-9df66615-3a65-4a38-9707-3733036b9853 {
  margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: solid;
text-align: center;
background-color: rgba(0, 105, 55, 0);
}

#s-9df66615-3a65-4a38-9707-3733036b9853 .shogun-heading-component h3 {
  color: rgba(0, 105, 55, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-0761f2c4-383c-48f8-b16c-b6abe865bced {
  box-shadow:0px 0px 0px 0px rgba(77, 88, 88, 0);
margin-left: auto;
margin-right: auto;
}

#s-0761f2c4-383c-48f8-b16c-b6abe865bced .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0761f2c4-383c-48f8-b16c-b6abe865bced .shg-sld-nav-button.shg-sld-left,
#s-0761f2c4-383c-48f8-b16c-b6abe865bced .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b2d901be-bc27-4e77-b904-179ed640c068 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-b2d901be-bc27-4e77-b904-179ed640c068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2d901be-bc27-4e77-b904-179ed640c068.shg-box.shg-c {
  justify-content: center;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  margin: 0 !important;
  overflow: visible;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  /* Add background color handling */
  
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image {
  box-sizing: border-box;
}



.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
      position: relative;
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  margin: 0 !important;
  overflow: visible;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  /* Add background color handling */
  
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image {
  box-sizing: border-box;
}



.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
      position: relative;
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  margin: 0 !important;
  overflow: visible;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  /* Add background color handling */
  
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image {
  box-sizing: border-box;
}



.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
      position: relative;
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  margin: 0 !important;
  overflow: visible;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  /* Add background color handling */
  
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image {
  box-sizing: border-box;
}



.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
      position: relative;
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  margin: 0 !important;
  overflow: visible;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  /* Add background color handling */
  
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image {
  box-sizing: border-box;
}



.s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container {
      position: relative;
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87628d48-ad4b-4e72-8e00-dbdf6be80e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-a41d499f-9a52-4b6d-9559-420e424f1720 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-a41d499f-9a52-4b6d-9559-420e424f1720 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a41d499f-9a52-4b6d-9559-420e424f1720.shg-box.shg-c {
  justify-content: center;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be {
  margin: 0 !important;
  overflow: visible;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2337695f-fb55-433e-b525-83aef80dd5be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2337695f-fb55-433e-b525-83aef80dd5be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  /* Add background color handling */
  
}

#s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2337695f-fb55-433e-b525-83aef80dd5be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2337695f-fb55-433e-b525-83aef80dd5be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2337695f-fb55-433e-b525-83aef80dd5be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2337695f-fb55-433e-b525-83aef80dd5be .shogun-image-content {
  
    justify-content: center;
  
}

.s-2337695f-fb55-433e-b525-83aef80dd5be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image {
  box-sizing: border-box;
}



.s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2337695f-fb55-433e-b525-83aef80dd5be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
      position: relative;
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-2337695f-fb55-433e-b525-83aef80dd5be {
  margin: 0 !important;
  overflow: visible;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2337695f-fb55-433e-b525-83aef80dd5be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2337695f-fb55-433e-b525-83aef80dd5be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  /* Add background color handling */
  
}

#s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2337695f-fb55-433e-b525-83aef80dd5be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2337695f-fb55-433e-b525-83aef80dd5be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2337695f-fb55-433e-b525-83aef80dd5be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2337695f-fb55-433e-b525-83aef80dd5be .shogun-image-content {
  
    justify-content: center;
  
}

.s-2337695f-fb55-433e-b525-83aef80dd5be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image {
  box-sizing: border-box;
}



.s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2337695f-fb55-433e-b525-83aef80dd5be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
      position: relative;
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2337695f-fb55-433e-b525-83aef80dd5be {
  margin: 0 !important;
  overflow: visible;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2337695f-fb55-433e-b525-83aef80dd5be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2337695f-fb55-433e-b525-83aef80dd5be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  /* Add background color handling */
  
}

#s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2337695f-fb55-433e-b525-83aef80dd5be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2337695f-fb55-433e-b525-83aef80dd5be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2337695f-fb55-433e-b525-83aef80dd5be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2337695f-fb55-433e-b525-83aef80dd5be .shogun-image-content {
  
    justify-content: center;
  
}

.s-2337695f-fb55-433e-b525-83aef80dd5be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image {
  box-sizing: border-box;
}



.s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2337695f-fb55-433e-b525-83aef80dd5be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
      position: relative;
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2337695f-fb55-433e-b525-83aef80dd5be {
  margin: 0 !important;
  overflow: visible;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2337695f-fb55-433e-b525-83aef80dd5be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2337695f-fb55-433e-b525-83aef80dd5be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  /* Add background color handling */
  
}

#s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2337695f-fb55-433e-b525-83aef80dd5be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2337695f-fb55-433e-b525-83aef80dd5be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2337695f-fb55-433e-b525-83aef80dd5be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2337695f-fb55-433e-b525-83aef80dd5be .shogun-image-content {
  
    justify-content: center;
  
}

.s-2337695f-fb55-433e-b525-83aef80dd5be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image {
  box-sizing: border-box;
}



.s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2337695f-fb55-433e-b525-83aef80dd5be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
      position: relative;
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-2337695f-fb55-433e-b525-83aef80dd5be {
  margin: 0 !important;
  overflow: visible;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2337695f-fb55-433e-b525-83aef80dd5be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2337695f-fb55-433e-b525-83aef80dd5be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  /* Add background color handling */
  
}

#s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2337695f-fb55-433e-b525-83aef80dd5be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2337695f-fb55-433e-b525-83aef80dd5be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2337695f-fb55-433e-b525-83aef80dd5be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2337695f-fb55-433e-b525-83aef80dd5be .shogun-image-content {
  
    justify-content: center;
  
}

.s-2337695f-fb55-433e-b525-83aef80dd5be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image {
  box-sizing: border-box;
}



.s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2337695f-fb55-433e-b525-83aef80dd5be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container {
      position: relative;
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2337695f-fb55-433e-b525-83aef80dd5be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-2060fc22-f8e6-4194-ad52-e80d50382f90 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-2060fc22-f8e6-4194-ad52-e80d50382f90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2060fc22-f8e6-4194-ad52-e80d50382f90.shg-box.shg-c {
  justify-content: center;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image {
  box-sizing: border-box;
}



.s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
      position: relative;
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image {
  box-sizing: border-box;
}



.s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
      position: relative;
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image {
  box-sizing: border-box;
}



.s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
      position: relative;
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image {
  box-sizing: border-box;
}



.s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
      position: relative;
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c397050a-64e7-4c4e-a951-d52552f0b4ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image {
  box-sizing: border-box;
}



.s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container {
      position: relative;
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c397050a-64e7-4c4e-a951-d52552f0b4ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-e1420927-6191-435b-91ff-892d64a9bc8c {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-e1420927-6191-435b-91ff-892d64a9bc8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1420927-6191-435b-91ff-892d64a9bc8c.shg-box.shg-c {
  justify-content: center;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  margin: 0 !important;
  overflow: visible;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  /* Add background color handling */
  
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image {
  box-sizing: border-box;
}



.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
      position: relative;
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  margin: 0 !important;
  overflow: visible;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  /* Add background color handling */
  
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image {
  box-sizing: border-box;
}



.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
      position: relative;
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  margin: 0 !important;
  overflow: visible;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  /* Add background color handling */
  
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image {
  box-sizing: border-box;
}



.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
      position: relative;
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  margin: 0 !important;
  overflow: visible;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  /* Add background color handling */
  
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image {
  box-sizing: border-box;
}



.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
      position: relative;
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  margin: 0 !important;
  overflow: visible;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  /* Add background color handling */
  
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image {
  box-sizing: border-box;
}



.s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container {
      position: relative;
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-893b6cfc-3d9f-454f-ac15-85b8bd6302ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-322f4142-b23f-4dce-a76e-82a53cadca7b {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-322f4142-b23f-4dce-a76e-82a53cadca7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-322f4142-b23f-4dce-a76e-82a53cadca7b.shg-box.shg-c {
  justify-content: center;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  margin: 0 !important;
  overflow: visible;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  /* Add background color handling */
  
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image {
  box-sizing: border-box;
}



.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
      position: relative;
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  margin: 0 !important;
  overflow: visible;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  /* Add background color handling */
  
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image {
  box-sizing: border-box;
}



.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
      position: relative;
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  margin: 0 !important;
  overflow: visible;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  /* Add background color handling */
  
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image {
  box-sizing: border-box;
}



.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
      position: relative;
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  margin: 0 !important;
  overflow: visible;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  /* Add background color handling */
  
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image {
  box-sizing: border-box;
}



.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
      position: relative;
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  margin: 0 !important;
  overflow: visible;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  /* Add background color handling */
  
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image {
  box-sizing: border-box;
}



.s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container {
      position: relative;
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501e2aee-10b1-4f7f-8727-7d3ff6e39bdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-8630dbc1-6d1c-4129-9614-e2fc1a52caeb {
  margin-top: 5px;
padding-left: 5%;
padding-right: 5%;
}

#s-3405c252-8427-47ba-9bbc-aba0e737c505 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-3405c252-8427-47ba-9bbc-aba0e737c505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3405c252-8427-47ba-9bbc-aba0e737c505.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c3eaa015-e577-4516-af72-3fba018153b0 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c3eaa015-e577-4516-af72-3fba018153b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3eaa015-e577-4516-af72-3fba018153b0.shg-box.shg-c {
  justify-content: center;
}

#s-df41e28c-828e-4cc7-984b-f22ea359f898 {
  margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: solid;
text-align: center;
background-color: rgba(0, 105, 55, 0);
}

#s-df41e28c-828e-4cc7-984b-f22ea359f898 .shogun-heading-component h3 {
  color: rgba(0, 105, 55, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  
}



#s-6229211e-bc2b-4163-964c-58bb2356c3fd {
  box-shadow:0px 0px 0px 0px rgba(77, 88, 88, 0);
margin-left: auto;
margin-right: auto;
}

#s-6229211e-bc2b-4163-964c-58bb2356c3fd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6229211e-bc2b-4163-964c-58bb2356c3fd .shg-sld-nav-button.shg-sld-left,
#s-6229211e-bc2b-4163-964c-58bb2356c3fd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ca5a22db-9c1d-49c7-9bc0-7cf85a2eff94 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-ca5a22db-9c1d-49c7-9bc0-7cf85a2eff94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca5a22db-9c1d-49c7-9bc0-7cf85a2eff94.shg-box.shg-c {
  justify-content: center;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb {
  margin: 0 !important;
  overflow: visible;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98e8dc33-3111-40bf-b395-4cf38223facb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98e8dc33-3111-40bf-b395-4cf38223facb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  /* Add background color handling */
  
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-98e8dc33-3111-40bf-b395-4cf38223facb .shogun-image-content {
  
    justify-content: center;
  
}

.s-98e8dc33-3111-40bf-b395-4cf38223facb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image {
  box-sizing: border-box;
}



.s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98e8dc33-3111-40bf-b395-4cf38223facb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
      position: relative;
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-98e8dc33-3111-40bf-b395-4cf38223facb {
  margin: 0 !important;
  overflow: visible;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98e8dc33-3111-40bf-b395-4cf38223facb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98e8dc33-3111-40bf-b395-4cf38223facb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  /* Add background color handling */
  
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-98e8dc33-3111-40bf-b395-4cf38223facb .shogun-image-content {
  
    justify-content: center;
  
}

.s-98e8dc33-3111-40bf-b395-4cf38223facb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image {
  box-sizing: border-box;
}



.s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98e8dc33-3111-40bf-b395-4cf38223facb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
      position: relative;
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-98e8dc33-3111-40bf-b395-4cf38223facb {
  margin: 0 !important;
  overflow: visible;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98e8dc33-3111-40bf-b395-4cf38223facb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98e8dc33-3111-40bf-b395-4cf38223facb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  /* Add background color handling */
  
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-98e8dc33-3111-40bf-b395-4cf38223facb .shogun-image-content {
  
    justify-content: center;
  
}

.s-98e8dc33-3111-40bf-b395-4cf38223facb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image {
  box-sizing: border-box;
}



.s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98e8dc33-3111-40bf-b395-4cf38223facb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
      position: relative;
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-98e8dc33-3111-40bf-b395-4cf38223facb {
  margin: 0 !important;
  overflow: visible;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98e8dc33-3111-40bf-b395-4cf38223facb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98e8dc33-3111-40bf-b395-4cf38223facb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  /* Add background color handling */
  
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-98e8dc33-3111-40bf-b395-4cf38223facb .shogun-image-content {
  
    justify-content: center;
  
}

.s-98e8dc33-3111-40bf-b395-4cf38223facb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image {
  box-sizing: border-box;
}



.s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98e8dc33-3111-40bf-b395-4cf38223facb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
      position: relative;
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-98e8dc33-3111-40bf-b395-4cf38223facb {
  margin: 0 !important;
  overflow: visible;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98e8dc33-3111-40bf-b395-4cf38223facb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98e8dc33-3111-40bf-b395-4cf38223facb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  /* Add background color handling */
  
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98e8dc33-3111-40bf-b395-4cf38223facb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-98e8dc33-3111-40bf-b395-4cf38223facb .shogun-image-content {
  
    justify-content: center;
  
}

.s-98e8dc33-3111-40bf-b395-4cf38223facb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image {
  box-sizing: border-box;
}



.s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-98e8dc33-3111-40bf-b395-4cf38223facb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container {
      position: relative;
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98e8dc33-3111-40bf-b395-4cf38223facb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-11a2cac8-a1c7-43ad-8552-b7a3c55807c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-11a2cac8-a1c7-43ad-8552-b7a3c55807c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11a2cac8-a1c7-43ad-8552-b7a3c55807c0.shg-box.shg-c {
  justify-content: center;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image {
  box-sizing: border-box;
}



.s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
      position: relative;
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image {
  box-sizing: border-box;
}



.s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
      position: relative;
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image {
  box-sizing: border-box;
}



.s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
      position: relative;
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image {
  box-sizing: border-box;
}



.s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
      position: relative;
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e1fae4a8-ac3e-47b7-af99-a0a283925829 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image {
  box-sizing: border-box;
}



.s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container {
      position: relative;
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1fae4a8-ac3e-47b7-af99-a0a283925829 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-257100e7-cbf7-409b-8b87-6d295d11b570 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-257100e7-cbf7-409b-8b87-6d295d11b570 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-257100e7-cbf7-409b-8b87-6d295d11b570.shg-box.shg-c {
  justify-content: center;
}

#s-81ff654f-c489-4195-b3db-b96230be9890 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-81ff654f-c489-4195-b3db-b96230be9890 {
  margin: 0 !important;
  overflow: visible;
}

#s-81ff654f-c489-4195-b3db-b96230be9890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81ff654f-c489-4195-b3db-b96230be9890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81ff654f-c489-4195-b3db-b96230be9890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  /* Add background color handling */
  
}

#s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81ff654f-c489-4195-b3db-b96230be9890 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81ff654f-c489-4195-b3db-b96230be9890 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81ff654f-c489-4195-b3db-b96230be9890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-81ff654f-c489-4195-b3db-b96230be9890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81ff654f-c489-4195-b3db-b96230be9890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image {
  box-sizing: border-box;
}



.s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81ff654f-c489-4195-b3db-b96230be9890 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
      position: relative;
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-81ff654f-c489-4195-b3db-b96230be9890 {
  margin: 0 !important;
  overflow: visible;
}

#s-81ff654f-c489-4195-b3db-b96230be9890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81ff654f-c489-4195-b3db-b96230be9890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81ff654f-c489-4195-b3db-b96230be9890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  /* Add background color handling */
  
}

#s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81ff654f-c489-4195-b3db-b96230be9890 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81ff654f-c489-4195-b3db-b96230be9890 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81ff654f-c489-4195-b3db-b96230be9890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-81ff654f-c489-4195-b3db-b96230be9890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81ff654f-c489-4195-b3db-b96230be9890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image {
  box-sizing: border-box;
}



.s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81ff654f-c489-4195-b3db-b96230be9890 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
      position: relative;
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-81ff654f-c489-4195-b3db-b96230be9890 {
  margin: 0 !important;
  overflow: visible;
}

#s-81ff654f-c489-4195-b3db-b96230be9890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81ff654f-c489-4195-b3db-b96230be9890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81ff654f-c489-4195-b3db-b96230be9890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  /* Add background color handling */
  
}

#s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81ff654f-c489-4195-b3db-b96230be9890 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81ff654f-c489-4195-b3db-b96230be9890 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81ff654f-c489-4195-b3db-b96230be9890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-81ff654f-c489-4195-b3db-b96230be9890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81ff654f-c489-4195-b3db-b96230be9890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image {
  box-sizing: border-box;
}



.s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81ff654f-c489-4195-b3db-b96230be9890 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
      position: relative;
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-81ff654f-c489-4195-b3db-b96230be9890 {
  margin: 0 !important;
  overflow: visible;
}

#s-81ff654f-c489-4195-b3db-b96230be9890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81ff654f-c489-4195-b3db-b96230be9890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81ff654f-c489-4195-b3db-b96230be9890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  /* Add background color handling */
  
}

#s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81ff654f-c489-4195-b3db-b96230be9890 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81ff654f-c489-4195-b3db-b96230be9890 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81ff654f-c489-4195-b3db-b96230be9890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-81ff654f-c489-4195-b3db-b96230be9890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81ff654f-c489-4195-b3db-b96230be9890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image {
  box-sizing: border-box;
}



.s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81ff654f-c489-4195-b3db-b96230be9890 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
      position: relative;
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-81ff654f-c489-4195-b3db-b96230be9890 {
  margin: 0 !important;
  overflow: visible;
}

#s-81ff654f-c489-4195-b3db-b96230be9890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81ff654f-c489-4195-b3db-b96230be9890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81ff654f-c489-4195-b3db-b96230be9890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  /* Add background color handling */
  
}

#s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81ff654f-c489-4195-b3db-b96230be9890 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81ff654f-c489-4195-b3db-b96230be9890 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81ff654f-c489-4195-b3db-b96230be9890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-81ff654f-c489-4195-b3db-b96230be9890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81ff654f-c489-4195-b3db-b96230be9890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image {
  box-sizing: border-box;
}



.s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81ff654f-c489-4195-b3db-b96230be9890 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container {
      position: relative;
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81ff654f-c489-4195-b3db-b96230be9890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-1c3d022c-3aa0-4f40-9f21-a263efb9985a {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-1c3d022c-3aa0-4f40-9f21-a263efb9985a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c3d022c-3aa0-4f40-9f21-a263efb9985a.shg-box.shg-c {
  justify-content: center;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  margin: 0 !important;
  overflow: visible;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  /* Add background color handling */
  
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image {
  box-sizing: border-box;
}



.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
      position: relative;
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  margin: 0 !important;
  overflow: visible;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  /* Add background color handling */
  
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image {
  box-sizing: border-box;
}



.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
      position: relative;
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  margin: 0 !important;
  overflow: visible;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  /* Add background color handling */
  
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image {
  box-sizing: border-box;
}



.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
      position: relative;
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  margin: 0 !important;
  overflow: visible;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  /* Add background color handling */
  
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image {
  box-sizing: border-box;
}



.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
      position: relative;
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  margin: 0 !important;
  overflow: visible;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  /* Add background color handling */
  
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image {
  box-sizing: border-box;
}



.s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container {
      position: relative;
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0593a71b-94d6-49f6-ad0b-1b4015f5bf54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-d84c259d-b043-4ae1-b627-bea4191afce2 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-d84c259d-b043-4ae1-b627-bea4191afce2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d84c259d-b043-4ae1-b627-bea4191afce2.shg-box.shg-c {
  justify-content: center;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image {
  box-sizing: border-box;
}



.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
      position: relative;
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image {
  box-sizing: border-box;
}



.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
      position: relative;
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image {
  box-sizing: border-box;
}



.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
      position: relative;
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image {
  box-sizing: border-box;
}



.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
      position: relative;
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image {
  box-sizing: border-box;
}



.s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container {
      position: relative;
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d04f067-aa2b-45f1-b9c0-02ff2c050ab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-39777dad-04cc-4a59-86ac-71373f6de6ab {
  margin-top: 5px;
padding-left: 5%;
padding-right: 5%;
}

#s-db454105-b9fc-4ac2-8cdc-e64262791674 {
  margin-bottom: 25px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-db454105-b9fc-4ac2-8cdc-e64262791674"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db454105-b9fc-4ac2-8cdc-e64262791674"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-db454105-b9fc-4ac2-8cdc-e64262791674"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-db454105-b9fc-4ac2-8cdc-e64262791674"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-3f9fc193-364c-4bda-9f81-e658a7c10b73 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
min-height: 50px;
}








#s-3f9fc193-364c-4bda-9f81-e658a7c10b73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f9fc193-364c-4bda-9f81-e658a7c10b73.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cf132daf-d66c-47bd-baab-956270db5e08 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cf132daf-d66c-47bd-baab-956270db5e08 .shogun-heading-component h3 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f2672a74-640d-4d17-a9aa-4a22c8eea7e2 {
  margin-left: auto;
margin-right: auto;
padding-left: 15%;
padding-right: 15%;
min-height: 50px;
}








#s-f2672a74-640d-4d17-a9aa-4a22c8eea7e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2672a74-640d-4d17-a9aa-4a22c8eea7e2.shg-box.shg-c {
  justify-content: center;
}

#s-91c7433f-4dde-40e0-ba35-e442dab7e3ce {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTAxMTIzZWMtMzIwYi00YWY3LWIzNGEtNDI0OTkxNDlkYTE1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZkODEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNjEyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MDExMjNlYy0zMjBiLTRhZjctYjM0YS00MjQ5OTE0OWRhMTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 6%;
padding-bottom: 12px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 216, 18, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffd812"}, {"id"=>2, "pos"=>1, "color"=>"#ffb612"}];
hover-type: gradient;
}
#s-91c7433f-4dde-40e0-ba35-e442dab7e3ce:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 214, 125, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(255, 182, 18, 1) !important;
color: rgba(48, 52, 59, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-91c7433f-4dde-40e0-ba35-e442dab7e3ce:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-91c7433f-4dde-40e0-ba35-e442dab7e3ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91c7433f-4dde-40e0-ba35-e442dab7e3ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91c7433f-4dde-40e0-ba35-e442dab7e3ce {
  
}
}@media (max-width: 767px){#s-91c7433f-4dde-40e0-ba35-e442dab7e3ce {
  
}
}

  #s-91c7433f-4dde-40e0-ba35-e442dab7e3ce-root {
    text-align: center;
  }


#s-91c7433f-4dde-40e0-ba35-e442dab7e3ce.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-91c7433f-4dde-40e0-ba35-e442dab7e3ce-root {
    text-align: center;
  }


#s-91c7433f-4dde-40e0-ba35-e442dab7e3ce.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91c7433f-4dde-40e0-ba35-e442dab7e3ce-root {
    text-align: center;
  }


#s-91c7433f-4dde-40e0-ba35-e442dab7e3ce.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91c7433f-4dde-40e0-ba35-e442dab7e3ce-root {
    text-align: center;
  }


#s-91c7433f-4dde-40e0-ba35-e442dab7e3ce.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-91c7433f-4dde-40e0-ba35-e442dab7e3ce-root {
    text-align: center;
  }


#s-91c7433f-4dde-40e0-ba35-e442dab7e3ce.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-7e92085a-87f1-4cb2-90d0-6cd4f4a11466 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7e92085a-87f1-4cb2-90d0-6cd4f4a11466"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e92085a-87f1-4cb2-90d0-6cd4f4a11466"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7e92085a-87f1-4cb2-90d0-6cd4f4a11466"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7e92085a-87f1-4cb2-90d0-6cd4f4a11466"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-47dcf79c-ce93-4571-8148-c077c72105f1 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-47dcf79c-ce93-4571-8148-c077c72105f1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzhhZjEzNWYtZWM1My00NDViLThhOWItNjk3MWUxODVlNjNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzOGFmMTM1Zi1lYzUzLTQ0NWItOGE5Yi02OTcxZTE4NWU2M2EpIi8+PC9zdmc+);
}








#s-47dcf79c-ce93-4571-8148-c077c72105f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47dcf79c-ce93-4571-8148-c077c72105f1 {
  cursor: pointer;
}#s-47dcf79c-ce93-4571-8148-c077c72105f1.shg-box.shg-c {
  justify-content: center;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
#s-362b7176-ee23-4085-af25-ca491a904fa1:hover {opacity: 1 !important;}
#s-362b7176-ee23-4085-af25-ca491a904fa1 {
  margin: 0 !important;
  overflow: visible;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362b7176-ee23-4085-af25-ca491a904fa1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-362b7176-ee23-4085-af25-ca491a904fa1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  /* Add background color handling */
  
}

#s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-362b7176-ee23-4085-af25-ca491a904fa1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362b7176-ee23-4085-af25-ca491a904fa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image {
  box-sizing: border-box;
}



.s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-362b7176-ee23-4085-af25-ca491a904fa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
      position: relative;
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-362b7176-ee23-4085-af25-ca491a904fa1 {
  margin: 0 !important;
  overflow: visible;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362b7176-ee23-4085-af25-ca491a904fa1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-362b7176-ee23-4085-af25-ca491a904fa1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  /* Add background color handling */
  
}

#s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-362b7176-ee23-4085-af25-ca491a904fa1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362b7176-ee23-4085-af25-ca491a904fa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image {
  box-sizing: border-box;
}



.s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-362b7176-ee23-4085-af25-ca491a904fa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
      position: relative;
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-362b7176-ee23-4085-af25-ca491a904fa1 {
  margin: 0 !important;
  overflow: visible;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362b7176-ee23-4085-af25-ca491a904fa1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-362b7176-ee23-4085-af25-ca491a904fa1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  /* Add background color handling */
  
}

#s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-362b7176-ee23-4085-af25-ca491a904fa1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362b7176-ee23-4085-af25-ca491a904fa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image {
  box-sizing: border-box;
}



.s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-362b7176-ee23-4085-af25-ca491a904fa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
      position: relative;
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-362b7176-ee23-4085-af25-ca491a904fa1 {
  margin: 0 !important;
  overflow: visible;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362b7176-ee23-4085-af25-ca491a904fa1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-362b7176-ee23-4085-af25-ca491a904fa1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  /* Add background color handling */
  
}

#s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-362b7176-ee23-4085-af25-ca491a904fa1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362b7176-ee23-4085-af25-ca491a904fa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image {
  box-sizing: border-box;
}



.s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-362b7176-ee23-4085-af25-ca491a904fa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
      position: relative;
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-362b7176-ee23-4085-af25-ca491a904fa1 {
  margin: 0 !important;
  overflow: visible;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-362b7176-ee23-4085-af25-ca491a904fa1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-362b7176-ee23-4085-af25-ca491a904fa1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  /* Add background color handling */
  
}

#s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362b7176-ee23-4085-af25-ca491a904fa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-362b7176-ee23-4085-af25-ca491a904fa1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-362b7176-ee23-4085-af25-ca491a904fa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image {
  box-sizing: border-box;
}



.s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-362b7176-ee23-4085-af25-ca491a904fa1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container {
      position: relative;
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362b7176-ee23-4085-af25-ca491a904fa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-00d1523c-ffe5-4d78-a8fd-792495e4c47c {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 1);
border-style: none;
border-radius: 0px;
}

#s-c111412e-8d6c-41b7-9722-899ee98b10d9 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-c111412e-8d6c-41b7-9722-899ee98b10d9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmRjN2EwNTAtYTU1Mi00MDJjLWIyNGQtOWFmMWM3MzAyMWQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZGM3YTA1MC1hNTUyLTQwMmMtYjI0ZC05YWYxYzczMDIxZDQpIi8+PC9zdmc+);
}








#s-c111412e-8d6c-41b7-9722-899ee98b10d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c111412e-8d6c-41b7-9722-899ee98b10d9 {
  cursor: pointer;
}#s-c111412e-8d6c-41b7-9722-899ee98b10d9.shg-box.shg-c {
  justify-content: center;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
#s-011e192e-3842-4eca-bd2d-ac2195610ad5:hover {opacity: 1 !important;}
#s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  margin: 0 !important;
  overflow: visible;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  /* Add background color handling */
  
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image {
  box-sizing: border-box;
}



.s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
      position: relative;
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  margin: 0 !important;
  overflow: visible;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  /* Add background color handling */
  
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image {
  box-sizing: border-box;
}



.s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
      position: relative;
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  margin: 0 !important;
  overflow: visible;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  /* Add background color handling */
  
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image {
  box-sizing: border-box;
}



.s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
      position: relative;
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  margin: 0 !important;
  overflow: visible;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  /* Add background color handling */
  
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image {
  box-sizing: border-box;
}



.s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
      position: relative;
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  margin: 0 !important;
  overflow: visible;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  /* Add background color handling */
  
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-011e192e-3842-4eca-bd2d-ac2195610ad5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image {
  box-sizing: border-box;
}



.s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-011e192e-3842-4eca-bd2d-ac2195610ad5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container {
      position: relative;
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-011e192e-3842-4eca-bd2d-ac2195610ad5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-1319ac97-3dfe-47da-b529-adc243acbfcb {
  margin-left: auto;
margin-right: auto;
}

#s-70b107f6-d979-449a-8be5-fd4390141d3d {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}








#s-70b107f6-d979-449a-8be5-fd4390141d3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70b107f6-d979-449a-8be5-fd4390141d3d {
  cursor: pointer;
}#s-70b107f6-d979-449a-8be5-fd4390141d3d.shg-box.shg-c {
  justify-content: center;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
#s-e12e9d24-2002-4ecb-bd68-0255d68c7097:hover {opacity: 1 !important;}
#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  margin: 0 !important;
  overflow: visible;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  /* Add background color handling */
  
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image {
  box-sizing: border-box;
}



.s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
      position: relative;
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  margin: 0 !important;
  overflow: visible;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  /* Add background color handling */
  
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image {
  box-sizing: border-box;
}



.s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
      position: relative;
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  margin: 0 !important;
  overflow: visible;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  /* Add background color handling */
  
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image {
  box-sizing: border-box;
}



.s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
      position: relative;
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  margin: 0 !important;
  overflow: visible;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  /* Add background color handling */
  
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image {
  box-sizing: border-box;
}



.s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
      position: relative;
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  margin: 0 !important;
  overflow: visible;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  /* Add background color handling */
  
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-e12e9d24-2002-4ecb-bd68-0255d68c7097 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image {
  box-sizing: border-box;
}



.s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container {
      position: relative;
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e12e9d24-2002-4ecb-bd68-0255d68c7097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-ee18e600-ba99-4a13-81de-7e441b87d687 {
  margin-left: auto;
margin-right: auto;
}

#s-915b62e3-34c6-4864-9554-b151c1a70f0d {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-915b62e3-34c6-4864-9554-b151c1a70f0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-915b62e3-34c6-4864-9554-b151c1a70f0d.shg-box.shg-c {
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-01375ac4-afa2-4781-8dfd-2b9db75b9274 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}

#s-01375ac4-afa2-4781-8dfd-2b9db75b9274 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(77, 88, 88, 1);
}

#s-01375ac4-afa2-4781-8dfd-2b9db75b9274 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(77, 88, 88, 1);
  padding: 15px;
}

#s-01375ac4-afa2-4781-8dfd-2b9db75b9274 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-01375ac4-afa2-4781-8dfd-2b9db75b9274 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(77, 88, 88, 1);
  border-top: 1px solid rgba(77, 88, 88, 1);
}

#s-01375ac4-afa2-4781-8dfd-2b9db75b9274 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-01375ac4-afa2-4781-8dfd-2b9db75b9274 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-bc530441-719a-4800-ba3d-c23685912273 {
  margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bc530441-719a-4800-ba3d-c23685912273 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc530441-719a-4800-ba3d-c23685912273.shg-box.shg-c {
  justify-content: center;
}

#s-e70a1f5e-b362-4772-84f1-50c925e511f1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e70a1f5e-b362-4772-84f1-50c925e511f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e70a1f5e-b362-4772-84f1-50c925e511f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e70a1f5e-b362-4772-84f1-50c925e511f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e70a1f5e-b362-4772-84f1-50c925e511f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c1574ea9-2c85-4c75-a375-d484daa373eb {
  margin-left: 5%;
margin-right: 5%;
}

#s-2339ebe0-c433-4bd6-80d8-45ffddff8806 {
  margin-left: 5%;
margin-right: 5%;
}

#s-8e343eb7-7926-4e22-a3f4-a0719b5d9584 {
  margin-top: 15px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8e343eb7-7926-4e22-a3f4-a0719b5d9584"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8e343eb7-7926-4e22-a3f4-a0719b5d9584"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8e343eb7-7926-4e22-a3f4-a0719b5d9584"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8e343eb7-7926-4e22-a3f4-a0719b5d9584"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8e343eb7-7926-4e22-a3f4-a0719b5d9584"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e343eb7-7926-4e22-a3f4-a0719b5d9584"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8e343eb7-7926-4e22-a3f4-a0719b5d9584"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-c4d87450-09e0-4f42-be24-39e03b5c26a4 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}

#s-c4d87450-09e0-4f42-be24-39e03b5c26a4 {
  overflow: hidden;
  
  
      max-width: 461px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c4d87450-09e0-4f42-be24-39e03b5c26a4 img.shogun-image,
  #s-c4d87450-09e0-4f42-be24-39e03b5c26a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4d87450-09e0-4f42-be24-39e03b5c26a4 {
    width: 100%;
    height: auto;
  }



  #s-c4d87450-09e0-4f42-be24-39e03b5c26a4 img.shogun-image {
    

    
    
    
  }


#s-c4d87450-09e0-4f42-be24-39e03b5c26a4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-62d22239-14e5-46ac-bc02-76c21a7d00c8 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-62d22239-14e5-46ac-bc02-76c21a7d00c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62d22239-14e5-46ac-bc02-76c21a7d00c8.shg-box.shg-c {
  justify-content: center;
}

#s-8bb2e464-bcca-4056-ae1c-891387b00f4f {
  margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-8bb2e464-bcca-4056-ae1c-891387b00f4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bb2e464-bcca-4056-ae1c-891387b00f4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8bb2e464-bcca-4056-ae1c-891387b00f4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8bb2e464-bcca-4056-ae1c-891387b00f4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-ebd15660-3a55-4817-ae9e-cd7d5de331d1 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-ebd15660-3a55-4817-ae9e-cd7d5de331d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebd15660-3a55-4817-ae9e-cd7d5de331d1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-67b6465f-8640-41c9-99ef-f6a5ca3b03d2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-67b6465f-8640-41c9-99ef-f6a5ca3b03d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67b6465f-8640-41c9-99ef-f6a5ca3b03d2.shg-box.shg-c {
  justify-content: center;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/500;
text-align: center;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  margin: 0 !important;
  overflow: visible;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  /* Add background color handling */
  
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shg-image-content-wrapper {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }

    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shogun-image-link {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image {
  box-sizing: border-box;
}



.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
      position: relative;
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  margin: 0 !important;
  overflow: visible;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  /* Add background color handling */
  
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shg-image-content-wrapper {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }

    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shogun-image-link {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image {
  box-sizing: border-box;
}



.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
      position: relative;
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  margin: 0 !important;
  overflow: visible;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  /* Add background color handling */
  
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shg-image-content-wrapper {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }

    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shogun-image-link {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image {
  box-sizing: border-box;
}



.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
      position: relative;
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  margin: 0 !important;
  overflow: visible;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  /* Add background color handling */
  
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shg-image-content-wrapper {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }

    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shogun-image-link {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image {
  box-sizing: border-box;
}



.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
      position: relative;
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  margin: 0 !important;
  overflow: visible;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  /* Add background color handling */
  
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shg-image-content-wrapper {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }

    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shogun-image-link {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image {
  box-sizing: border-box;
}



.s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container {
      position: relative;
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b5088ce-5b7e-4758-9a40-d806d812a3dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-d1b30dca-5193-483e-a5b2-4241a3fcd875 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-d1b30dca-5193-483e-a5b2-4241a3fcd875 .shogun-heading-component h3 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.125em;
  
  
}


#s-d1b30dca-5193-483e-a5b2-4241a3fcd875 .shogun-heading-component h3 a {
  color: rgba(0, 105, 55, 1);
}


#s-8a7f4a3f-cd29-40c7-bb51-9f8a53434df9 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-8a7f4a3f-cd29-40c7-bb51-9f8a53434df9 .shogun-heading-component h5 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-842b20b7-d600-440e-8921-4c6a2b3fff2e {
  margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-842b20b7-d600-440e-8921-4c6a2b3fff2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-842b20b7-d600-440e-8921-4c6a2b3fff2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-842b20b7-d600-440e-8921-4c6a2b3fff2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-842b20b7-d600-440e-8921-4c6a2b3fff2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-ef21e7b6-ab57-4927-8d08-2476bfaa27b7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-ef21e7b6-ab57-4927-8d08-2476bfaa27b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef21e7b6-ab57-4927-8d08-2476bfaa27b7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2dfc1c84-8da9-4970-a85e-9fcec1b52172 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-2dfc1c84-8da9-4970-a85e-9fcec1b52172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dfc1c84-8da9-4970-a85e-9fcec1b52172.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f8b4d857-2a82-4a53-85ee-4549aaa82391 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-f8b4d857-2a82-4a53-85ee-4549aaa82391 .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  
  
}


#s-f8b4d857-2a82-4a53-85ee-4549aaa82391 .shogun-heading-component h4 a {
  color: rgba(0, 105, 55, 1);
}


#s-691b922c-d014-4fb7-bd5d-5458a98553d8 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-691b922c-d014-4fb7-bd5d-5458a98553d8 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.125em;
  
  
}


#s-691b922c-d014-4fb7-bd5d-5458a98553d8 .shogun-heading-component h4 a {
  color: rgba(77, 88, 88, 1);
}


#s-9bd9aff0-aba1-4784-adcf-92a971419867 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-9bd9aff0-aba1-4784-adcf-92a971419867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9bd9aff0-aba1-4784-adcf-92a971419867.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fe664170-cc40-4ded-ac27-48081641a276 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-fe664170-cc40-4ded-ac27-48081641a276 .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  
  
}


#s-fe664170-cc40-4ded-ac27-48081641a276 .shogun-heading-component h4 a {
  color: rgba(0, 105, 55, 1);
}


#s-79284874-e855-4974-9c44-ee0db50db38f {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-79284874-e855-4974-9c44-ee0db50db38f .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.125em;
  
  
}


#s-79284874-e855-4974-9c44-ee0db50db38f .shogun-heading-component h4 a {
  color: rgba(77, 88, 88, 1);
}


#s-1461a12e-6478-4a1f-ae27-a41e56778617 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-1461a12e-6478-4a1f-ae27-a41e56778617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1461a12e-6478-4a1f-ae27-a41e56778617.shg-box.shg-c {
  justify-content: flex-start;
}

#s-532ff1b5-e3b3-4222-bb0f-05eb1159ee88 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-532ff1b5-e3b3-4222-bb0f-05eb1159ee88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-532ff1b5-e3b3-4222-bb0f-05eb1159ee88.shg-box.shg-c {
  justify-content: center;
}

#s-e48614e1-7f4e-4873-98d4-fec2d5a3966f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e48614e1-7f4e-4873-98d4-fec2d5a3966f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e48614e1-7f4e-4873-98d4-fec2d5a3966f.shg-box.shg-c {
  justify-content: center;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/500;
text-align: center;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4804cbf-6740-4918-a936-04a03c38c565 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4804cbf-6740-4918-a936-04a03c38c565 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shg-image-content-wrapper {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }

    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shogun-image-link {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f4804cbf-6740-4918-a936-04a03c38c565 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4804cbf-6740-4918-a936-04a03c38c565.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image {
  box-sizing: border-box;
}



.s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4804cbf-6740-4918-a936-04a03c38c565 {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
      position: relative;
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-f4804cbf-6740-4918-a936-04a03c38c565 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4804cbf-6740-4918-a936-04a03c38c565 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4804cbf-6740-4918-a936-04a03c38c565 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shg-image-content-wrapper {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }

    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shogun-image-link {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f4804cbf-6740-4918-a936-04a03c38c565 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4804cbf-6740-4918-a936-04a03c38c565.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image {
  box-sizing: border-box;
}



.s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4804cbf-6740-4918-a936-04a03c38c565 {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
      position: relative;
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f4804cbf-6740-4918-a936-04a03c38c565 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4804cbf-6740-4918-a936-04a03c38c565 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4804cbf-6740-4918-a936-04a03c38c565 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shg-image-content-wrapper {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }

    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shogun-image-link {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f4804cbf-6740-4918-a936-04a03c38c565 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4804cbf-6740-4918-a936-04a03c38c565.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image {
  box-sizing: border-box;
}



.s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4804cbf-6740-4918-a936-04a03c38c565 {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
      position: relative;
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f4804cbf-6740-4918-a936-04a03c38c565 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4804cbf-6740-4918-a936-04a03c38c565 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4804cbf-6740-4918-a936-04a03c38c565 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shg-image-content-wrapper {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }

    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shogun-image-link {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f4804cbf-6740-4918-a936-04a03c38c565 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4804cbf-6740-4918-a936-04a03c38c565.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image {
  box-sizing: border-box;
}



.s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4804cbf-6740-4918-a936-04a03c38c565 {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
      position: relative;
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-f4804cbf-6740-4918-a936-04a03c38c565 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4804cbf-6740-4918-a936-04a03c38c565 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4804cbf-6740-4918-a936-04a03c38c565 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shg-image-content-wrapper {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }

    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shogun-image-link {
      aspect-ratio: 1000/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4804cbf-6740-4918-a936-04a03c38c565 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f4804cbf-6740-4918-a936-04a03c38c565 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4804cbf-6740-4918-a936-04a03c38c565.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image {
  box-sizing: border-box;
}



.s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4804cbf-6740-4918-a936-04a03c38c565 {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container {
      position: relative;
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4804cbf-6740-4918-a936-04a03c38c565 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-e7bde2d3-7ec3-4cff-8499-8d336df86178 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-e7bde2d3-7ec3-4cff-8499-8d336df86178 .shogun-heading-component h3 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.125em;
  
  
}


#s-e7bde2d3-7ec3-4cff-8499-8d336df86178 .shogun-heading-component h3 a {
  color: rgba(0, 105, 55, 1);
}


#s-40f5eec4-47d2-4058-a3ad-8e78c861b4f4 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-40f5eec4-47d2-4058-a3ad-8e78c861b4f4 .shogun-heading-component h5 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c77fd073-2f29-4c63-af84-3359ac8582e8 {
  margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-c77fd073-2f29-4c63-af84-3359ac8582e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c77fd073-2f29-4c63-af84-3359ac8582e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-c77fd073-2f29-4c63-af84-3359ac8582e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-c77fd073-2f29-4c63-af84-3359ac8582e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-422f7b9f-33b9-4c10-b371-b8bf0a7ec016 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-422f7b9f-33b9-4c10-b371-b8bf0a7ec016 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-422f7b9f-33b9-4c10-b371-b8bf0a7ec016.shg-box.shg-c {
  justify-content: flex-start;
}

#s-21ccd221-62c1-4252-bf97-0095a704ad5e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-21ccd221-62c1-4252-bf97-0095a704ad5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21ccd221-62c1-4252-bf97-0095a704ad5e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7fda92c2-0d56-4513-a8f5-38b39f16a20c {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-7fda92c2-0d56-4513-a8f5-38b39f16a20c .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  
  
}


#s-7fda92c2-0d56-4513-a8f5-38b39f16a20c .shogun-heading-component h4 a {
  color: rgba(0, 105, 55, 1);
}


#s-64be183c-adc7-4d26-b7c8-2e636bb0a500 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-64be183c-adc7-4d26-b7c8-2e636bb0a500 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.125em;
  
  
}


#s-64be183c-adc7-4d26-b7c8-2e636bb0a500 .shogun-heading-component h4 a {
  color: rgba(77, 88, 88, 1);
}


#s-02c242c9-7635-4034-b701-5fdb13144312 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-02c242c9-7635-4034-b701-5fdb13144312 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02c242c9-7635-4034-b701-5fdb13144312.shg-box.shg-c {
  justify-content: flex-start;
}

#s-55d7770a-9dda-451b-b917-75313bc75a25 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-55d7770a-9dda-451b-b917-75313bc75a25 .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  
  
}


#s-55d7770a-9dda-451b-b917-75313bc75a25 .shogun-heading-component h4 a {
  color: rgba(0, 105, 55, 1);
}


#s-9baf7dc8-c771-4c90-8b2c-8fbadbea769a {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-9baf7dc8-c771-4c90-8b2c-8fbadbea769a .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.125em;
  
  
}


#s-9baf7dc8-c771-4c90-8b2c-8fbadbea769a .shogun-heading-component h4 a {
  color: rgba(77, 88, 88, 1);
}


#s-e756c1f1-4d23-44c3-a6c0-a5090389e278 {
  padding-top: 5px;
padding-bottom: 5px;
padding-right: 0%;
text-align: left;
}

#s-e756c1f1-4d23-44c3-a6c0-a5090389e278 .shogun-heading-component h2 {
  color: rgba(0, 105, 55, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-05ca4cc9-3475-4da0-801c-80f9050d6ef0 {
  margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
text-align: left;
}

#s-05ca4cc9-3475-4da0-801c-80f9050d6ef0 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-acee7e66-a89b-4a61-995e-901486de9267 {
  margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-acee7e66-a89b-4a61-995e-901486de9267"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acee7e66-a89b-4a61-995e-901486de9267"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-acee7e66-a89b-4a61-995e-901486de9267"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-acee7e66-a89b-4a61-995e-901486de9267"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-a5eefbc8-5497-4ee8-9d1d-bd3a0fdd7269 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-a5eefbc8-5497-4ee8-9d1d-bd3a0fdd7269 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5eefbc8-5497-4ee8-9d1d-bd3a0fdd7269.shg-box.shg-c {
  justify-content: center;
}

#s-2e4ab08f-7f7b-45c5-b2da-09e0bbbba339 {
  box-shadow:0px 3px 5px 1px rgba(0, 0, 0, 0.35);
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
background-color: rgba(77, 88, 88, 1);
}

#s-2e4ab08f-7f7b-45c5-b2da-09e0bbbba339 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  
}



#s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  margin-left: 7%;
margin-right: 7%;
max-width: 344px;
aspect-ratio: 344/470;
text-align: center;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  margin: 0 !important;
  overflow: visible;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 7%;
  margin-right: 7%;
  
  
}

.shg-image-content-margin-container-s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  /* Add background color handling */
  
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-f64a912a-9500-466b-9474-5d3d223bdc90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f64a912a-9500-466b-9474-5d3d223bdc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image {
  box-sizing: border-box;
}



.s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f64a912a-9500-466b-9474-5d3d223bdc90 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
      position: relative;
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

@media (min-width: 1200px){#s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  margin: 0 !important;
  overflow: visible;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  /* Add background color handling */
  
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-f64a912a-9500-466b-9474-5d3d223bdc90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f64a912a-9500-466b-9474-5d3d223bdc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image {
  box-sizing: border-box;
}



.s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f64a912a-9500-466b-9474-5d3d223bdc90 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
      position: relative;
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  margin: 0 !important;
  overflow: visible;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  /* Add background color handling */
  
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-f64a912a-9500-466b-9474-5d3d223bdc90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f64a912a-9500-466b-9474-5d3d223bdc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image {
  box-sizing: border-box;
}



.s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f64a912a-9500-466b-9474-5d3d223bdc90 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
      position: relative;
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  margin: 0 !important;
  overflow: visible;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  /* Add background color handling */
  
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-f64a912a-9500-466b-9474-5d3d223bdc90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f64a912a-9500-466b-9474-5d3d223bdc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image {
  box-sizing: border-box;
}



.s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f64a912a-9500-466b-9474-5d3d223bdc90 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
      position: relative;
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}@media (max-width: 767px){#s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  margin: 0 !important;
  overflow: visible;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f64a912a-9500-466b-9474-5d3d223bdc90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  /* Add background color handling */
  
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f64a912a-9500-466b-9474-5d3d223bdc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-f64a912a-9500-466b-9474-5d3d223bdc90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f64a912a-9500-466b-9474-5d3d223bdc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image {
  box-sizing: border-box;
}



.s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f64a912a-9500-466b-9474-5d3d223bdc90 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container {
      position: relative;
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f64a912a-9500-466b-9474-5d3d223bdc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}
#s-68beb38c-f71a-4df7-8859-dea96829a1d8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-68beb38c-f71a-4df7-8859-dea96829a1d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68beb38c-f71a-4df7-8859-dea96829a1d8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a0a289e4-01b4-4d75-9960-4ae8abb7029e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-a0a289e4-01b4-4d75-9960-4ae8abb7029e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0a289e4-01b4-4d75-9960-4ae8abb7029e.shg-box.shg-c {
  justify-content: center;
}

#s-83cf5433-2c36-4e5e-9715-018cdd952fa6 {
  box-shadow:0px 3px 5px 1px rgba(0, 0, 0, 0.35);
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
background-color: rgba(77, 88, 88, 1);
}

#s-83cf5433-2c36-4e5e-9715-018cdd952fa6 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  
}



#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  margin-left: 7%;
margin-right: 7%;
max-width: 344px;
aspect-ratio: 344/470;
text-align: center;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 7%;
  margin-right: 7%;
  
  
}

.shg-image-content-margin-container-s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image {
  box-sizing: border-box;
}



.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
      position: relative;
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

@media (min-width: 1200px){#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image {
  box-sizing: border-box;
}



.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
      position: relative;
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image {
  box-sizing: border-box;
}



.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
      position: relative;
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image {
  box-sizing: border-box;
}



.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
      position: relative;
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}@media (max-width: 767px){#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image {
  box-sizing: border-box;
}



.s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container {
      position: relative;
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1273a2-0e9b-43ed-a952-c93afd9d6c86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}
#s-a82e24e0-1d59-4ca4-81a3-d34e7753b4ca {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-a82e24e0-1d59-4ca4-81a3-d34e7753b4ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a82e24e0-1d59-4ca4-81a3-d34e7753b4ca.shg-box.shg-c {
  justify-content: center;
}

#s-aa397d7b-2032-4a3c-9f0e-f7856f867c09 {
  box-shadow:0px 1px 5px 1px rgba(0, 0, 0, 0.35);
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
background-color: rgba(77, 88, 88, 1);
}

#s-aa397d7b-2032-4a3c-9f0e-f7856f867c09 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  
}



#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  margin-left: 7%;
margin-right: 7%;
max-width: 344px;
aspect-ratio: 344/470;
text-align: center;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 7%;
  margin-right: 7%;
  
  
}

.shg-image-content-margin-container-s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image {
  box-sizing: border-box;
}



.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
      position: relative;
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

@media (min-width: 1200px){#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image {
  box-sizing: border-box;
}



.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
      position: relative;
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image {
  box-sizing: border-box;
}



.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
      position: relative;
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image {
  box-sizing: border-box;
}



.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
      position: relative;
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}@media (max-width: 767px){#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shg-image-content-wrapper {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }

    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shogun-image-link {
      aspect-ratio: 344/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image {
  box-sizing: border-box;
}



.s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 {
      --shg-aspect-ratio: calc(344/470); 
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container {
      position: relative;
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f515a3cb-f58b-450a-a0c7-3903d4d16ee9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}
#s-dce056c0-f26c-41f3-b1c1-3de78b99a0e8 {
  margin-bottom: 10px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-dce056c0-f26c-41f3-b1c1-3de78b99a0e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dce056c0-f26c-41f3-b1c1-3de78b99a0e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-dce056c0-f26c-41f3-b1c1-3de78b99a0e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-dce056c0-f26c-41f3-b1c1-3de78b99a0e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-96ee33a1-f118-4501-8dfe-5b2c2df8e099 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-96ee33a1-f118-4501-8dfe-5b2c2df8e099 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96ee33a1-f118-4501-8dfe-5b2c2df8e099.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6535080f-774f-4970-a4f3-be05b8dfab9f {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6535080f-774f-4970-a4f3-be05b8dfab9f .shogun-heading-component h3 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-dd7a04d6-04d5-4a35-b524-d6292b7c2d2f {
  margin-left: auto;
margin-right: auto;
padding-left: 15%;
padding-right: 15%;
min-height: 50px;
}








#s-dd7a04d6-04d5-4a35-b524-d6292b7c2d2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd7a04d6-04d5-4a35-b524-d6292b7c2d2f.shg-box.shg-c {
  justify-content: center;
}

#s-d53669ee-8575-476c-89a0-eb4b85d3daee {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTAxMTIzZWMtMzIwYi00YWY3LWIzNGEtNDI0OTkxNDlkYTE1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZkODEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNjEyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MDExMjNlYy0zMjBiLTRhZjctYjM0YS00MjQ5OTE0OWRhMTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 6%;
padding-bottom: 12px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 216, 18, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffd812"}, {"id"=>2, "pos"=>1, "color"=>"#ffb612"}];
hover-type: gradient;
}
#s-d53669ee-8575-476c-89a0-eb4b85d3daee:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 214, 125, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(255, 182, 18, 1) !important;
color: rgba(48, 52, 59, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d53669ee-8575-476c-89a0-eb4b85d3daee:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d53669ee-8575-476c-89a0-eb4b85d3daee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d53669ee-8575-476c-89a0-eb4b85d3daee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d53669ee-8575-476c-89a0-eb4b85d3daee {
  
}
}@media (max-width: 767px){#s-d53669ee-8575-476c-89a0-eb4b85d3daee {
  
}
}

  #s-d53669ee-8575-476c-89a0-eb4b85d3daee-root {
    text-align: center;
  }


#s-d53669ee-8575-476c-89a0-eb4b85d3daee.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d53669ee-8575-476c-89a0-eb4b85d3daee-root {
    text-align: center;
  }


#s-d53669ee-8575-476c-89a0-eb4b85d3daee.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d53669ee-8575-476c-89a0-eb4b85d3daee-root {
    text-align: center;
  }


#s-d53669ee-8575-476c-89a0-eb4b85d3daee.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d53669ee-8575-476c-89a0-eb4b85d3daee-root {
    text-align: center;
  }


#s-d53669ee-8575-476c-89a0-eb4b85d3daee.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d53669ee-8575-476c-89a0-eb4b85d3daee-root {
    text-align: center;
  }


#s-d53669ee-8575-476c-89a0-eb4b85d3daee.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-c77a43f2-1923-45b2-9f8f-b43b06b66b96 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c77a43f2-1923-45b2-9f8f-b43b06b66b96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c77a43f2-1923-45b2-9f8f-b43b06b66b96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c77a43f2-1923-45b2-9f8f-b43b06b66b96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c77a43f2-1923-45b2-9f8f-b43b06b66b96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-c8971612-e802-4837-a142-90f56816ecce {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-c8971612-e802-4837-a142-90f56816ecce {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzhhZjEzNWYtZWM1My00NDViLThhOWItNjk3MWUxODVlNjNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzOGFmMTM1Zi1lYzUzLTQ0NWItOGE5Yi02OTcxZTE4NWU2M2EpIi8+PC9zdmc+);
}








#s-c8971612-e802-4837-a142-90f56816ecce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8971612-e802-4837-a142-90f56816ecce {
  cursor: pointer;
}#s-c8971612-e802-4837-a142-90f56816ecce.shg-box.shg-c {
  justify-content: center;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212:hover {opacity: 1 !important;}
#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image {
  box-sizing: border-box;
}



.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
      position: relative;
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image {
  box-sizing: border-box;
}



.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
      position: relative;
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image {
  box-sizing: border-box;
}



.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
      position: relative;
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image {
  box-sizing: border-box;
}



.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
      position: relative;
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image {
  box-sizing: border-box;
}



.s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container {
      position: relative;
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a90c96a-3c21-4b3c-8e2b-792cfc784212 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-e4b24ab6-fdd4-415b-b2ce-9b6e94d51be1 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 1);
border-style: none;
border-radius: 0px;
}

#s-55eaee8e-30b1-4289-b496-73c8848c7c5a {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-55eaee8e-30b1-4289-b496-73c8848c7c5a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmRjN2EwNTAtYTU1Mi00MDJjLWIyNGQtOWFmMWM3MzAyMWQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZGM3YTA1MC1hNTUyLTQwMmMtYjI0ZC05YWYxYzczMDIxZDQpIi8+PC9zdmc+);
}








#s-55eaee8e-30b1-4289-b496-73c8848c7c5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55eaee8e-30b1-4289-b496-73c8848c7c5a {
  cursor: pointer;
}#s-55eaee8e-30b1-4289-b496-73c8848c7c5a.shg-box.shg-c {
  justify-content: center;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
#s-307a59a7-c0de-4f94-91ff-ad11742637c3:hover {opacity: 1 !important;}
#s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image {
  box-sizing: border-box;
}



.s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
      position: relative;
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image {
  box-sizing: border-box;
}



.s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
      position: relative;
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image {
  box-sizing: border-box;
}



.s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
      position: relative;
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image {
  box-sizing: border-box;
}



.s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
      position: relative;
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-307a59a7-c0de-4f94-91ff-ad11742637c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image {
  box-sizing: border-box;
}



.s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-307a59a7-c0de-4f94-91ff-ad11742637c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container {
      position: relative;
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-307a59a7-c0de-4f94-91ff-ad11742637c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-79d73a69-bdfc-41c0-8718-012f19046802 {
  margin-left: auto;
margin-right: auto;
}

#s-0f04c3c6-9664-4897-8e82-51e396aae445 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}








#s-0f04c3c6-9664-4897-8e82-51e396aae445 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f04c3c6-9664-4897-8e82-51e396aae445 {
  cursor: pointer;
}#s-0f04c3c6-9664-4897-8e82-51e396aae445.shg-box.shg-c {
  justify-content: center;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
#s-d0ad7f35-d997-4447-9e94-548a51bddf41:hover {opacity: 1 !important;}
#s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image {
  box-sizing: border-box;
}



.s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
      position: relative;
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image {
  box-sizing: border-box;
}



.s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
      position: relative;
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image {
  box-sizing: border-box;
}



.s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
      position: relative;
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image {
  box-sizing: border-box;
}



.s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
      position: relative;
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-d0ad7f35-d997-4447-9e94-548a51bddf41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image {
  box-sizing: border-box;
}



.s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0ad7f35-d997-4447-9e94-548a51bddf41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container {
      position: relative;
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0ad7f35-d997-4447-9e94-548a51bddf41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-08cd6e23-e5e3-41f1-93dd-da27d6ae768f {
  margin-left: auto;
margin-right: auto;
}

#s-c8beb3e8-08ca-481e-ad17-7bbaf8fa35b0 {
  margin-top: 15px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c8beb3e8-08ca-481e-ad17-7bbaf8fa35b0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c8beb3e8-08ca-481e-ad17-7bbaf8fa35b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c8beb3e8-08ca-481e-ad17-7bbaf8fa35b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c8beb3e8-08ca-481e-ad17-7bbaf8fa35b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c8beb3e8-08ca-481e-ad17-7bbaf8fa35b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8beb3e8-08ca-481e-ad17-7bbaf8fa35b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c8beb3e8-08ca-481e-ad17-7bbaf8fa35b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-b27e7889-225a-4988-a438-e0c2a6b531e3 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}

#s-b27e7889-225a-4988-a438-e0c2a6b531e3 {
  overflow: hidden;
  
  
      max-width: 461px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b27e7889-225a-4988-a438-e0c2a6b531e3 img.shogun-image,
  #s-b27e7889-225a-4988-a438-e0c2a6b531e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b27e7889-225a-4988-a438-e0c2a6b531e3 {
    width: 100%;
    height: auto;
  }



  #s-b27e7889-225a-4988-a438-e0c2a6b531e3 img.shogun-image {
    

    
    
    
  }


#s-b27e7889-225a-4988-a438-e0c2a6b531e3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-865d0b1f-7528-4ce6-9662-1c6f525795e4 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-865d0b1f-7528-4ce6-9662-1c6f525795e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-865d0b1f-7528-4ce6-9662-1c6f525795e4.shg-box.shg-c {
  justify-content: center;
}

#s-a9bd1c55-276c-48c7-8bf7-47bf2b978c8b {
  padding-top: 5px;
padding-bottom: 5px;
padding-right: 0%;
text-align: left;
}

#s-a9bd1c55-276c-48c7-8bf7-47bf2b978c8b .shogun-heading-component h2 {
  color: rgba(0, 105, 55, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-873110b6-e334-49a0-8d0d-5596813da58d {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
text-align: left;
}

#s-873110b6-e334-49a0-8d0d-5596813da58d .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-a5488fc0-dc91-49f9-baee-93c1b362319c {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-a5488fc0-dc91-49f9-baee-93c1b362319c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5488fc0-dc91-49f9-baee-93c1b362319c.shg-box.shg-c {
  justify-content: center;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/600;
text-align: center;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  margin: 0 !important;
  overflow: visible;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  /* Add background color handling */
  
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shg-image-content-wrapper {
      aspect-ratio: 1920/600;
      min-width: 100%;
      height: auto;
    }

    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shogun-image-link {
      aspect-ratio: 1920/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image {
  box-sizing: border-box;
}



.s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
      --shg-aspect-ratio: calc(1920/600); 
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
      position: relative;
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  margin: 0 !important;
  overflow: visible;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  /* Add background color handling */
  
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shg-image-content-wrapper {
      aspect-ratio: 1920/600;
      min-width: 100%;
      height: auto;
    }

    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shogun-image-link {
      aspect-ratio: 1920/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image {
  box-sizing: border-box;
}



.s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
      --shg-aspect-ratio: calc(1920/600); 
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
      position: relative;
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  margin: 0 !important;
  overflow: visible;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  /* Add background color handling */
  
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shg-image-content-wrapper {
      aspect-ratio: 1920/600;
      min-width: 100%;
      height: auto;
    }

    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shogun-image-link {
      aspect-ratio: 1920/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image {
  box-sizing: border-box;
}



.s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
      --shg-aspect-ratio: calc(1920/600); 
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
      position: relative;
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  margin: 0 !important;
  overflow: visible;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  /* Add background color handling */
  
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shg-image-content-wrapper {
      aspect-ratio: 1920/600;
      min-width: 100%;
      height: auto;
    }

    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shogun-image-link {
      aspect-ratio: 1920/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image {
  box-sizing: border-box;
}



.s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
      --shg-aspect-ratio: calc(1920/600); 
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
      position: relative;
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  margin: 0 !important;
  overflow: visible;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  /* Add background color handling */
  
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shg-image-content-wrapper {
      aspect-ratio: 1920/600;
      min-width: 100%;
      height: auto;
    }

    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shogun-image-link {
      aspect-ratio: 1920/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-f66ba210-7de8-4fac-9d39-5510ce679b46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image {
  box-sizing: border-box;
}



.s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f66ba210-7de8-4fac-9d39-5510ce679b46 {
      --shg-aspect-ratio: calc(1920/600); 
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container {
      position: relative;
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f66ba210-7de8-4fac-9d39-5510ce679b46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-71241684-0284-4acf-bd8a-bf211da63c63 {
  margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-71241684-0284-4acf-bd8a-bf211da63c63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71241684-0284-4acf-bd8a-bf211da63c63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-71241684-0284-4acf-bd8a-bf211da63c63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-71241684-0284-4acf-bd8a-bf211da63c63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-f71d1355-0e09-4aa1-a6cd-599ee257aefd {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-f71d1355-0e09-4aa1-a6cd-599ee257aefd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f71d1355-0e09-4aa1-a6cd-599ee257aefd.shg-box.shg-c {
  justify-content: center;
}

#s-f34c8c92-7dff-43f4-beff-5057fcf0def5 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-f34c8c92-7dff-43f4-beff-5057fcf0def5 .shogun-heading-component h3 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.125em;
  
  
}


#s-f34c8c92-7dff-43f4-beff-5057fcf0def5 .shogun-heading-component h3 a {
  color: rgba(0, 105, 55, 1);
}


#s-52758cf1-44a0-498b-80c0-133b0ab224f1 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-52758cf1-44a0-498b-80c0-133b0ab224f1 .shogun-heading-component h5 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-22f918ae-7431-4d5b-a5f9-f4d1ed5061c9 {
  margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-22f918ae-7431-4d5b-a5f9-f4d1ed5061c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22f918ae-7431-4d5b-a5f9-f4d1ed5061c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-22f918ae-7431-4d5b-a5f9-f4d1ed5061c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-22f918ae-7431-4d5b-a5f9-f4d1ed5061c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-5c534513-478a-4019-a7a7-8e108b2c6f98 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-5c534513-478a-4019-a7a7-8e108b2c6f98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c534513-478a-4019-a7a7-8e108b2c6f98.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b2f55863-18c7-40cc-8838-d812436095ed {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-b2f55863-18c7-40cc-8838-d812436095ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2f55863-18c7-40cc-8838-d812436095ed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-553e5f3e-2366-41ee-be8c-78a4426cadc2 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-553e5f3e-2366-41ee-be8c-78a4426cadc2 .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  
  
}


#s-553e5f3e-2366-41ee-be8c-78a4426cadc2 .shogun-heading-component h4 a {
  color: rgba(0, 105, 55, 1);
}


#s-da124eb9-4a1b-4447-b94f-5f6dddbca90a {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-bottom: 5px;
text-align: left;
}

#s-da124eb9-4a1b-4447-b94f-5f6dddbca90a .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.125em;
  
  
}


#s-da124eb9-4a1b-4447-b94f-5f6dddbca90a .shogun-heading-component h4 a {
  color: rgba(77, 88, 88, 1);
}


#s-ef0fd954-f2f7-4a87-b8a9-01f0fb59ade8 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-ef0fd954-f2f7-4a87-b8a9-01f0fb59ade8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef0fd954-f2f7-4a87-b8a9-01f0fb59ade8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ee131a33-b07e-4bbb-a10c-bfe7c5372872 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-ee131a33-b07e-4bbb-a10c-bfe7c5372872 .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  
  
}


#s-ee131a33-b07e-4bbb-a10c-bfe7c5372872 .shogun-heading-component h4 a {
  color: rgba(0, 105, 55, 1);
}


#s-a3d2a91e-cca0-49ec-8f0d-298e622ad1e3 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-bottom: 5px;
text-align: left;
}

#s-a3d2a91e-cca0-49ec-8f0d-298e622ad1e3 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.125em;
  
  
}


#s-a3d2a91e-cca0-49ec-8f0d-298e622ad1e3 .shogun-heading-component h4 a {
  color: rgba(77, 88, 88, 1);
}


#s-26e7981c-99bc-469b-898c-53d258850803 {
  margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-26e7981c-99bc-469b-898c-53d258850803"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26e7981c-99bc-469b-898c-53d258850803"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-26e7981c-99bc-469b-898c-53d258850803"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-26e7981c-99bc-469b-898c-53d258850803"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-e30d45ce-9be7-4e91-8fbf-25e4c7eee516 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-e30d45ce-9be7-4e91-8fbf-25e4c7eee516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e30d45ce-9be7-4e91-8fbf-25e4c7eee516.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3e001cc2-b396-47c3-9851-042f44e7bab0 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-3e001cc2-b396-47c3-9851-042f44e7bab0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e001cc2-b396-47c3-9851-042f44e7bab0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dbfab19b-cac5-4a4a-ab55-b3daa60c9deb {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-dbfab19b-cac5-4a4a-ab55-b3daa60c9deb .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  
  
}


#s-dbfab19b-cac5-4a4a-ab55-b3daa60c9deb .shogun-heading-component h4 a {
  color: rgba(0, 105, 55, 1);
}


#s-dc54fbab-82be-4365-a4ee-f1f233b88d6d {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-bottom: 5px;
text-align: left;
}

#s-dc54fbab-82be-4365-a4ee-f1f233b88d6d .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.125em;
  
  
}


#s-dc54fbab-82be-4365-a4ee-f1f233b88d6d .shogun-heading-component h4 a {
  color: rgba(77, 88, 88, 1);
}


#s-873c7849-45cd-4a69-8bf3-ec3fe55894d5 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-873c7849-45cd-4a69-8bf3-ec3fe55894d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-873c7849-45cd-4a69-8bf3-ec3fe55894d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7aa19603-4884-4bbe-ab46-0d83dedcc238 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-7aa19603-4884-4bbe-ab46-0d83dedcc238 .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.125em;
  
  
}


#s-7aa19603-4884-4bbe-ab46-0d83dedcc238 .shogun-heading-component h4 a {
  color: rgba(0, 105, 55, 1);
}


#s-1dfb78e1-4564-4061-9895-1cbf80c04530 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-bottom: 5px;
text-align: left;
}

#s-1dfb78e1-4564-4061-9895-1cbf80c04530 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.125em;
  
  
}


#s-1dfb78e1-4564-4061-9895-1cbf80c04530 .shogun-heading-component h4 a {
  color: rgba(77, 88, 88, 1);
}


#s-cc27f011-37e6-4ff0-9c9c-764ac19e505b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-cc27f011-37e6-4ff0-9c9c-764ac19e505b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc27f011-37e6-4ff0-9c9c-764ac19e505b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-daf0b329-d7f5-4672-b37e-86b5358ec99e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-daf0b329-d7f5-4672-b37e-86b5358ec99e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-daf0b329-d7f5-4672-b37e-86b5358ec99e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b5d341c8-b4eb-4951-8f0b-2819d55308c2 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-b5d341c8-b4eb-4951-8f0b-2819d55308c2 .shogun-heading-component h3 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.125em;
  
  
}


#s-b5d341c8-b4eb-4951-8f0b-2819d55308c2 .shogun-heading-component h3 a {
  color: rgba(0, 105, 55, 1);
}


#s-092c0c5c-7477-4197-9cdc-52bf124eb05b {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-092c0c5c-7477-4197-9cdc-52bf124eb05b .shogun-heading-component h5 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e893fea1-c42e-480c-b349-5211c7de0dcb {
  margin-bottom: 15px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-e893fea1-c42e-480c-b349-5211c7de0dcb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e893fea1-c42e-480c-b349-5211c7de0dcb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-e893fea1-c42e-480c-b349-5211c7de0dcb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-e893fea1-c42e-480c-b349-5211c7de0dcb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-89f1caa0-e395-4ad1-8b53-a767a9f73e76 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-89f1caa0-e395-4ad1-8b53-a767a9f73e76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89f1caa0-e395-4ad1-8b53-a767a9f73e76.shg-box.shg-c {
  justify-content: flex-start;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
max-width: 344px;
aspect-ratio: 300/174;
text-align: center;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  margin: 0 !important;
  overflow: visible;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  /* Add background color handling */
  
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-81259765-f28d-4ed9-9c6d-c570cce96918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81259765-f28d-4ed9-9c6d-c570cce96918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image {
  box-sizing: border-box;
}



.s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81259765-f28d-4ed9-9c6d-c570cce96918 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
      position: relative;
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

@media (min-width: 1200px){#s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  margin: 0 !important;
  overflow: visible;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  /* Add background color handling */
  
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-81259765-f28d-4ed9-9c6d-c570cce96918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81259765-f28d-4ed9-9c6d-c570cce96918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image {
  box-sizing: border-box;
}



.s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81259765-f28d-4ed9-9c6d-c570cce96918 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
      position: relative;
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  margin: 0 !important;
  overflow: visible;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  /* Add background color handling */
  
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-81259765-f28d-4ed9-9c6d-c570cce96918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81259765-f28d-4ed9-9c6d-c570cce96918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image {
  box-sizing: border-box;
}



.s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81259765-f28d-4ed9-9c6d-c570cce96918 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
      position: relative;
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  margin: 0 !important;
  overflow: visible;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  /* Add background color handling */
  
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-81259765-f28d-4ed9-9c6d-c570cce96918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81259765-f28d-4ed9-9c6d-c570cce96918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image {
  box-sizing: border-box;
}



.s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81259765-f28d-4ed9-9c6d-c570cce96918 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
      position: relative;
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}@media (max-width: 767px){#s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  margin: 0 !important;
  overflow: visible;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81259765-f28d-4ed9-9c6d-c570cce96918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  /* Add background color handling */
  
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81259765-f28d-4ed9-9c6d-c570cce96918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 344px;
  }



  img.s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image {
    
    
    
    max-height: 344px;
  }


.s-81259765-f28d-4ed9-9c6d-c570cce96918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81259765-f28d-4ed9-9c6d-c570cce96918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image {
  box-sizing: border-box;
}



.s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81259765-f28d-4ed9-9c6d-c570cce96918 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container {
      position: relative;
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81259765-f28d-4ed9-9c6d-c570cce96918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 344px;
    }
  }

}
#s-5efe0ae5-aa01-47d4-9b98-00e2c8449099 {
  margin-left: auto;
margin-right: auto;
}

#s-5efe0ae5-aa01-47d4-9b98-00e2c8449099 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 105, 55, 1);
}

#s-5efe0ae5-aa01-47d4-9b98-00e2c8449099 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 105, 55, 1);
  padding: 10px;
}

#s-5efe0ae5-aa01-47d4-9b98-00e2c8449099 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-5efe0ae5-aa01-47d4-9b98-00e2c8449099 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 105, 55, 1);
}

#s-5efe0ae5-aa01-47d4-9b98-00e2c8449099 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 14px;
}

#s-5efe0ae5-aa01-47d4-9b98-00e2c8449099 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-26f9a598-a033-43ed-89fb-070da823ab64 {
  padding-top: 10px;
}

#s-5ed36cfe-0a55-404a-ae3b-fd2fc49f4715 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-5ed36cfe-0a55-404a-ae3b-fd2fc49f4715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ed36cfe-0a55-404a-ae3b-fd2fc49f4715.shg-box.shg-c {
  justify-content: flex-start;
}

#s-95151667-d549-4be4-8312-c1594e024b47 {
  margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
max-width: 300px;
aspect-ratio: 300/174;
text-align: center;
}

#s-95151667-d549-4be4-8312-c1594e024b47 {
  margin: 0 !important;
  overflow: visible;
}

#s-95151667-d549-4be4-8312-c1594e024b47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95151667-d549-4be4-8312-c1594e024b47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-95151667-d549-4be4-8312-c1594e024b47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  /* Add background color handling */
  
}

#s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95151667-d549-4be4-8312-c1594e024b47 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-95151667-d549-4be4-8312-c1594e024b47 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95151667-d549-4be4-8312-c1594e024b47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-95151667-d549-4be4-8312-c1594e024b47.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-95151667-d549-4be4-8312-c1594e024b47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95151667-d549-4be4-8312-c1594e024b47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95151667-d549-4be4-8312-c1594e024b47.shogun-image {
  box-sizing: border-box;
}



.s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95151667-d549-4be4-8312-c1594e024b47 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
      position: relative;
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-95151667-d549-4be4-8312-c1594e024b47 {
  margin: 0 !important;
  overflow: visible;
}

#s-95151667-d549-4be4-8312-c1594e024b47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95151667-d549-4be4-8312-c1594e024b47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95151667-d549-4be4-8312-c1594e024b47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  /* Add background color handling */
  
}

#s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95151667-d549-4be4-8312-c1594e024b47 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-95151667-d549-4be4-8312-c1594e024b47 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95151667-d549-4be4-8312-c1594e024b47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-95151667-d549-4be4-8312-c1594e024b47.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-95151667-d549-4be4-8312-c1594e024b47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95151667-d549-4be4-8312-c1594e024b47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95151667-d549-4be4-8312-c1594e024b47.shogun-image {
  box-sizing: border-box;
}



.s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95151667-d549-4be4-8312-c1594e024b47 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
      position: relative;
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-95151667-d549-4be4-8312-c1594e024b47 {
  margin: 0 !important;
  overflow: visible;
}

#s-95151667-d549-4be4-8312-c1594e024b47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95151667-d549-4be4-8312-c1594e024b47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95151667-d549-4be4-8312-c1594e024b47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  /* Add background color handling */
  
}

#s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95151667-d549-4be4-8312-c1594e024b47 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-95151667-d549-4be4-8312-c1594e024b47 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95151667-d549-4be4-8312-c1594e024b47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-95151667-d549-4be4-8312-c1594e024b47.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-95151667-d549-4be4-8312-c1594e024b47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95151667-d549-4be4-8312-c1594e024b47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95151667-d549-4be4-8312-c1594e024b47.shogun-image {
  box-sizing: border-box;
}



.s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95151667-d549-4be4-8312-c1594e024b47 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
      position: relative;
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-95151667-d549-4be4-8312-c1594e024b47 {
  margin: 0 !important;
  overflow: visible;
}

#s-95151667-d549-4be4-8312-c1594e024b47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95151667-d549-4be4-8312-c1594e024b47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95151667-d549-4be4-8312-c1594e024b47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  /* Add background color handling */
  
}

#s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95151667-d549-4be4-8312-c1594e024b47 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-95151667-d549-4be4-8312-c1594e024b47 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95151667-d549-4be4-8312-c1594e024b47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-95151667-d549-4be4-8312-c1594e024b47.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-95151667-d549-4be4-8312-c1594e024b47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95151667-d549-4be4-8312-c1594e024b47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95151667-d549-4be4-8312-c1594e024b47.shogun-image {
  box-sizing: border-box;
}



.s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95151667-d549-4be4-8312-c1594e024b47 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
      position: relative;
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-95151667-d549-4be4-8312-c1594e024b47 {
  margin: 0 !important;
  overflow: visible;
}

#s-95151667-d549-4be4-8312-c1594e024b47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95151667-d549-4be4-8312-c1594e024b47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95151667-d549-4be4-8312-c1594e024b47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  /* Add background color handling */
  
}

#s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95151667-d549-4be4-8312-c1594e024b47 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-95151667-d549-4be4-8312-c1594e024b47 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95151667-d549-4be4-8312-c1594e024b47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-95151667-d549-4be4-8312-c1594e024b47.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-95151667-d549-4be4-8312-c1594e024b47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95151667-d549-4be4-8312-c1594e024b47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95151667-d549-4be4-8312-c1594e024b47.shogun-image {
  box-sizing: border-box;
}



.s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95151667-d549-4be4-8312-c1594e024b47 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container {
      position: relative;
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95151667-d549-4be4-8312-c1594e024b47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95151667-d549-4be4-8312-c1594e024b47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-d98e294f-aaf2-4524-9fe9-c14c7ed887a0 {
  margin-left: auto;
margin-right: auto;
}

#s-d98e294f-aaf2-4524-9fe9-c14c7ed887a0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 105, 55, 1);
}

#s-d98e294f-aaf2-4524-9fe9-c14c7ed887a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 105, 55, 1);
  padding: 10px;
}

#s-d98e294f-aaf2-4524-9fe9-c14c7ed887a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-d98e294f-aaf2-4524-9fe9-c14c7ed887a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 105, 55, 1);
}

#s-d98e294f-aaf2-4524-9fe9-c14c7ed887a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 14px;
}

#s-d98e294f-aaf2-4524-9fe9-c14c7ed887a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-78d6570e-3e6b-4999-8854-99e5fa5d3b80 {
  padding-top: 10px;
}

#s-0813a10e-de16-4625-8941-9ce832d6499c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-0813a10e-de16-4625-8941-9ce832d6499c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0813a10e-de16-4625-8941-9ce832d6499c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
max-width: 300px;
aspect-ratio: 300/174;
text-align: center;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image {
  box-sizing: border-box;
}



.s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
      position: relative;
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image {
  box-sizing: border-box;
}



.s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
      position: relative;
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image {
  box-sizing: border-box;
}



.s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
      position: relative;
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image {
  box-sizing: border-box;
}



.s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
      position: relative;
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shg-image-content-wrapper {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }

    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shogun-image-link {
      aspect-ratio: 300/174;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-55c3c777-61df-4e4b-b59d-3596f3db93b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image {
  box-sizing: border-box;
}



.s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1 {
      --shg-aspect-ratio: calc(300/174); 
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container {
      position: relative;
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c3c777-61df-4e4b-b59d-3596f3db93b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-00127ab0-5f6a-4d6f-b48c-961377ec73d7 {
  margin-left: auto;
margin-right: auto;
}

#s-00127ab0-5f6a-4d6f-b48c-961377ec73d7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 105, 55, 1);
}

#s-00127ab0-5f6a-4d6f-b48c-961377ec73d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 105, 55, 1);
  padding: 10px;
}

#s-00127ab0-5f6a-4d6f-b48c-961377ec73d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-00127ab0-5f6a-4d6f-b48c-961377ec73d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 105, 55, 1);
}

#s-00127ab0-5f6a-4d6f-b48c-961377ec73d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 14px;
}

#s-00127ab0-5f6a-4d6f-b48c-961377ec73d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-c8333a75-5220-4e45-a90d-5760fa34a464 {
  padding-top: 10px;
}

#s-df35d79f-cb1b-4617-b447-832aca733695 {
  margin-left: auto;
margin-right: auto;
padding-left: 7%;
padding-right: 7%;
min-height: 50px;
}








#s-df35d79f-cb1b-4617-b447-832aca733695 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df35d79f-cb1b-4617-b447-832aca733695.shg-box.shg-c {
  justify-content: center;
}

#s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTAxMTIzZWMtMzIwYi00YWY3LWIzNGEtNDI0OTkxNDlkYTE1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZkODEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNjEyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MDExMjNlYy0zMjBiLTRhZjctYjM0YS00MjQ5OTE0OWRhMTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 6%;
padding-bottom: 12px;
padding-right: 6%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 216, 18, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffd812"}, {"id"=>2, "pos"=>1, "color"=>"#ffb612"}];
hover-type: gradient;
}
#s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 214, 125, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(255, 182, 18, 1) !important;
color: rgba(48, 52, 59, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0) !important;
color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601 {
  
}
}@media (max-width: 767px){#s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601 {
  
}
}

  #s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601-root {
    text-align: center;
  }


#s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601-root {
    text-align: center;
  }


#s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601-root {
    text-align: center;
  }


#s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601-root {
    text-align: center;
  }


#s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601-root {
    text-align: center;
  }


#s-0a4b43ac-c8f6-47dc-a35c-066e6cafe601.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-6a7e19ae-45d2-4450-81f0-bd77310ee0c5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6a7e19ae-45d2-4450-81f0-bd77310ee0c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a7e19ae-45d2-4450-81f0-bd77310ee0c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6a7e19ae-45d2-4450-81f0-bd77310ee0c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6a7e19ae-45d2-4450-81f0-bd77310ee0c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-60a63f5b-f612-473f-ac63-ddb9c420388c {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-60a63f5b-f612-473f-ac63-ddb9c420388c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzhhZjEzNWYtZWM1My00NDViLThhOWItNjk3MWUxODVlNjNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzOGFmMTM1Zi1lYzUzLTQ0NWItOGE5Yi02OTcxZTE4NWU2M2EpIi8+PC9zdmc+);
}








#s-60a63f5b-f612-473f-ac63-ddb9c420388c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60a63f5b-f612-473f-ac63-ddb9c420388c {
  cursor: pointer;
}#s-60a63f5b-f612-473f-ac63-ddb9c420388c.shg-box.shg-c {
  justify-content: center;
}

#s-3eb23565-b0b6-4004-9428-467914129a56 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
#s-3eb23565-b0b6-4004-9428-467914129a56:hover {opacity: 1 !important;}
#s-3eb23565-b0b6-4004-9428-467914129a56 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eb23565-b0b6-4004-9428-467914129a56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eb23565-b0b6-4004-9428-467914129a56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eb23565-b0b6-4004-9428-467914129a56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eb23565-b0b6-4004-9428-467914129a56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eb23565-b0b6-4004-9428-467914129a56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eb23565-b0b6-4004-9428-467914129a56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-3eb23565-b0b6-4004-9428-467914129a56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eb23565-b0b6-4004-9428-467914129a56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image {
  box-sizing: border-box;
}



.s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eb23565-b0b6-4004-9428-467914129a56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
      position: relative;
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-3eb23565-b0b6-4004-9428-467914129a56 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eb23565-b0b6-4004-9428-467914129a56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eb23565-b0b6-4004-9428-467914129a56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eb23565-b0b6-4004-9428-467914129a56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eb23565-b0b6-4004-9428-467914129a56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eb23565-b0b6-4004-9428-467914129a56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eb23565-b0b6-4004-9428-467914129a56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-3eb23565-b0b6-4004-9428-467914129a56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eb23565-b0b6-4004-9428-467914129a56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image {
  box-sizing: border-box;
}



.s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eb23565-b0b6-4004-9428-467914129a56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
      position: relative;
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3eb23565-b0b6-4004-9428-467914129a56 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eb23565-b0b6-4004-9428-467914129a56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eb23565-b0b6-4004-9428-467914129a56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eb23565-b0b6-4004-9428-467914129a56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eb23565-b0b6-4004-9428-467914129a56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eb23565-b0b6-4004-9428-467914129a56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eb23565-b0b6-4004-9428-467914129a56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-3eb23565-b0b6-4004-9428-467914129a56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eb23565-b0b6-4004-9428-467914129a56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image {
  box-sizing: border-box;
}



.s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eb23565-b0b6-4004-9428-467914129a56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
      position: relative;
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3eb23565-b0b6-4004-9428-467914129a56 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eb23565-b0b6-4004-9428-467914129a56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eb23565-b0b6-4004-9428-467914129a56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eb23565-b0b6-4004-9428-467914129a56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eb23565-b0b6-4004-9428-467914129a56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eb23565-b0b6-4004-9428-467914129a56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eb23565-b0b6-4004-9428-467914129a56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-3eb23565-b0b6-4004-9428-467914129a56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eb23565-b0b6-4004-9428-467914129a56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image {
  box-sizing: border-box;
}



.s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eb23565-b0b6-4004-9428-467914129a56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
      position: relative;
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-3eb23565-b0b6-4004-9428-467914129a56 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eb23565-b0b6-4004-9428-467914129a56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eb23565-b0b6-4004-9428-467914129a56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eb23565-b0b6-4004-9428-467914129a56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eb23565-b0b6-4004-9428-467914129a56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eb23565-b0b6-4004-9428-467914129a56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eb23565-b0b6-4004-9428-467914129a56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-3eb23565-b0b6-4004-9428-467914129a56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eb23565-b0b6-4004-9428-467914129a56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image {
  box-sizing: border-box;
}



.s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eb23565-b0b6-4004-9428-467914129a56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container {
      position: relative;
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eb23565-b0b6-4004-9428-467914129a56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-0444d0bc-b556-4816-ade1-fbe619901a6c {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 1);
border-style: none;
border-radius: 0px;
}

#s-24b9d5d6-ef13-4cea-8ab3-0ecc6b929b0a {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-24b9d5d6-ef13-4cea-8ab3-0ecc6b929b0a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmRjN2EwNTAtYTU1Mi00MDJjLWIyNGQtOWFmMWM3MzAyMWQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZGM3YTA1MC1hNTUyLTQwMmMtYjI0ZC05YWYxYzczMDIxZDQpIi8+PC9zdmc+);
}








#s-24b9d5d6-ef13-4cea-8ab3-0ecc6b929b0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24b9d5d6-ef13-4cea-8ab3-0ecc6b929b0a {
  cursor: pointer;
}#s-24b9d5d6-ef13-4cea-8ab3-0ecc6b929b0a.shg-box.shg-c {
  justify-content: center;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2:hover {opacity: 1 !important;}
#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image {
  box-sizing: border-box;
}



.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
      position: relative;
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image {
  box-sizing: border-box;
}



.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
      position: relative;
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image {
  box-sizing: border-box;
}



.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
      position: relative;
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image {
  box-sizing: border-box;
}



.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
      position: relative;
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image {
  box-sizing: border-box;
}



.s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container {
      position: relative;
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27aa943c-e9c6-42c1-bdb6-8739552bb3e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-6d9a0268-da41-4a7e-a1c0-8e37ec474ccf {
  margin-left: auto;
margin-right: auto;
}

#s-9253e7e3-aa6c-4767-b5c0-d221c0cb4e9f {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}








#s-9253e7e3-aa6c-4767-b5c0-d221c0cb4e9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9253e7e3-aa6c-4767-b5c0-d221c0cb4e9f {
  cursor: pointer;
}#s-9253e7e3-aa6c-4767-b5c0-d221c0cb4e9f.shg-box.shg-c {
  justify-content: center;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}
#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83:hover {opacity: 1 !important;}
#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image {
  box-sizing: border-box;
}



.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
      position: relative;
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image {
  box-sizing: border-box;
}



.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
      position: relative;
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image {
  box-sizing: border-box;
}



.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
      position: relative;
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image {
  box-sizing: border-box;
}



.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
      position: relative;
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image {
  box-sizing: border-box;
}



.s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container {
      position: relative;
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d7bcf4d-f38f-47c2-afc6-187d2b1fff83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-703bef43-375e-41aa-a383-7b0560ff9701 {
  margin-left: auto;
margin-right: auto;
}

#s-c1cbef3f-ffae-4f12-8a74-1b88980fc082 {
  margin-top: 15px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c1cbef3f-ffae-4f12-8a74-1b88980fc082"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c1cbef3f-ffae-4f12-8a74-1b88980fc082"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c1cbef3f-ffae-4f12-8a74-1b88980fc082"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c1cbef3f-ffae-4f12-8a74-1b88980fc082"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c1cbef3f-ffae-4f12-8a74-1b88980fc082"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1cbef3f-ffae-4f12-8a74-1b88980fc082"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c1cbef3f-ffae-4f12-8a74-1b88980fc082"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-48aa5b74-c7e2-4752-be62-a381595b7cc1 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}

#s-48aa5b74-c7e2-4752-be62-a381595b7cc1 {
  overflow: hidden;
  
  
      max-width: 461px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-48aa5b74-c7e2-4752-be62-a381595b7cc1 img.shogun-image,
  #s-48aa5b74-c7e2-4752-be62-a381595b7cc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48aa5b74-c7e2-4752-be62-a381595b7cc1 {
    width: 100%;
    height: auto;
  }



  #s-48aa5b74-c7e2-4752-be62-a381595b7cc1 img.shogun-image {
    

    
    
    
  }


#s-48aa5b74-c7e2-4752-be62-a381595b7cc1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2d601724-2476-413b-8e39-f5ed48688d21 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-2d601724-2476-413b-8e39-f5ed48688d21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d601724-2476-413b-8e39-f5ed48688d21.shg-box.shg-c {
  justify-content: center;
}

#s-93eef772-bd76-4925-b588-8fe801d8f800 {
  margin-top: 15px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-93eef772-bd76-4925-b588-8fe801d8f800"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-93eef772-bd76-4925-b588-8fe801d8f800"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-93eef772-bd76-4925-b588-8fe801d8f800"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-93eef772-bd76-4925-b588-8fe801d8f800"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-93eef772-bd76-4925-b588-8fe801d8f800"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-93eef772-bd76-4925-b588-8fe801d8f800"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-93eef772-bd76-4925-b588-8fe801d8f800"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e2b7e280-94a1-477f-8cd5-045d6645dfdf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e2b7e280-94a1-477f-8cd5-045d6645dfdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2b7e280-94a1-477f-8cd5-045d6645dfdf.shg-box.shg-c {
  justify-content: center;
}

#s-e8a5e0b8-c177-4a7e-8ac5-5aad8aa8c0f8 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 300/107;
text-align: center;
}

#s-e8a5e0b8-c177-4a7e-8ac5-5aad8aa8c0f8 {
  overflow: hidden;
  
  
      max-width: 461px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e8a5e0b8-c177-4a7e-8ac5-5aad8aa8c0f8 img.shogun-image,
  #s-e8a5e0b8-c177-4a7e-8ac5-5aad8aa8c0f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8a5e0b8-c177-4a7e-8ac5-5aad8aa8c0f8 {
    width: 100%;
    height: auto;
  }




#s-e8a5e0b8-c177-4a7e-8ac5-5aad8aa8c0f8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6b9a4989-6a98-4ae6-afab-eadab1f246d3 {
  padding-top: 5px;
padding-bottom: 5px;
padding-right: 0%;
text-align: left;
}

#s-6b9a4989-6a98-4ae6-afab-eadab1f246d3 .shogun-heading-component h2 {
  color: rgba(0, 105, 55, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-d41fe23c-b990-4385-8708-cabe0694cbb5 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
text-align: left;
}

#s-d41fe23c-b990-4385-8708-cabe0694cbb5 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-63ec476d-2217-42d8-9cd5-f2be90f49834 {
  margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-63ec476d-2217-42d8-9cd5-f2be90f49834"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-63ec476d-2217-42d8-9cd5-f2be90f49834"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-63ec476d-2217-42d8-9cd5-f2be90f49834"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-63ec476d-2217-42d8-9cd5-f2be90f49834"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 20.0px);
}

}

#s-8c2dee92-23c2-4bed-bd62-8b8774828071 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-8c2dee92-23c2-4bed-bd62-8b8774828071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c2dee92-23c2-4bed-bd62-8b8774828071.shg-box.shg-c {
  justify-content: flex-start;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  margin: 0 !important;
  overflow: visible;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  /* Add background color handling */
  
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-68c61465-e60c-4e30-a2a9-487d18c1375b .shogun-image-content {
  
    justify-content: center;
  
}

.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image {
  box-sizing: border-box;
}



.s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-68c61465-e60c-4e30-a2a9-487d18c1375b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
      position: relative;
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  margin: 0 !important;
  overflow: visible;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  /* Add background color handling */
  
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-68c61465-e60c-4e30-a2a9-487d18c1375b .shogun-image-content {
  
    justify-content: center;
  
}

.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image {
  box-sizing: border-box;
}



.s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-68c61465-e60c-4e30-a2a9-487d18c1375b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
      position: relative;
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  margin: 0 !important;
  overflow: visible;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  /* Add background color handling */
  
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-68c61465-e60c-4e30-a2a9-487d18c1375b .shogun-image-content {
  
    justify-content: center;
  
}

.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image {
  box-sizing: border-box;
}



.s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-68c61465-e60c-4e30-a2a9-487d18c1375b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
      position: relative;
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  margin: 0 !important;
  overflow: visible;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  /* Add background color handling */
  
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-68c61465-e60c-4e30-a2a9-487d18c1375b .shogun-image-content {
  
    justify-content: center;
  
}

.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image {
  box-sizing: border-box;
}



.s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-68c61465-e60c-4e30-a2a9-487d18c1375b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
      position: relative;
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  margin: 0 !important;
  overflow: visible;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68c61465-e60c-4e30-a2a9-487d18c1375b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  /* Add background color handling */
  
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68c61465-e60c-4e30-a2a9-487d18c1375b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-68c61465-e60c-4e30-a2a9-487d18c1375b .shogun-image-content {
  
    justify-content: center;
  
}

.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image {
  box-sizing: border-box;
}



.s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-68c61465-e60c-4e30-a2a9-487d18c1375b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container {
      position: relative;
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68c61465-e60c-4e30-a2a9-487d18c1375b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-832c1172-7590-422c-bfbc-074ad5cb852f {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-832c1172-7590-422c-bfbc-074ad5cb852f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-832c1172-7590-422c-bfbc-074ad5cb852f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dda679c4-2bd3-4a24-896d-4926d278f55f {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-dda679c4-2bd3-4a24-896d-4926d278f55f .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.125em;
  
  
}


#s-dda679c4-2bd3-4a24-896d-4926d278f55f .shogun-heading-component h4 a {
  color: rgba(0, 105, 55, 1);
}


#s-f630092c-da20-4ea8-b9a9-8c89224451dc {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-f630092c-da20-4ea8-b9a9-8c89224451dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f630092c-da20-4ea8-b9a9-8c89224451dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-bd28cdef-e9de-47dc-9070-4cf900249631 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd28cdef-e9de-47dc-9070-4cf900249631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image {
  box-sizing: border-box;
}



.s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd28cdef-e9de-47dc-9070-4cf900249631 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
      position: relative;
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-bd28cdef-e9de-47dc-9070-4cf900249631 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd28cdef-e9de-47dc-9070-4cf900249631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image {
  box-sizing: border-box;
}



.s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd28cdef-e9de-47dc-9070-4cf900249631 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
      position: relative;
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-bd28cdef-e9de-47dc-9070-4cf900249631 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd28cdef-e9de-47dc-9070-4cf900249631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image {
  box-sizing: border-box;
}



.s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd28cdef-e9de-47dc-9070-4cf900249631 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
      position: relative;
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-bd28cdef-e9de-47dc-9070-4cf900249631 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd28cdef-e9de-47dc-9070-4cf900249631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image {
  box-sizing: border-box;
}



.s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd28cdef-e9de-47dc-9070-4cf900249631 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
      position: relative;
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd28cdef-e9de-47dc-9070-4cf900249631 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd28cdef-e9de-47dc-9070-4cf900249631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-bd28cdef-e9de-47dc-9070-4cf900249631 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd28cdef-e9de-47dc-9070-4cf900249631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image {
  box-sizing: border-box;
}



.s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd28cdef-e9de-47dc-9070-4cf900249631 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container {
      position: relative;
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd28cdef-e9de-47dc-9070-4cf900249631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-7a367dd9-72ca-4168-a956-d8e0c36066ce {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-7a367dd9-72ca-4168-a956-d8e0c36066ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a367dd9-72ca-4168-a956-d8e0c36066ce.shg-box.shg-c {
  justify-content: flex-start;
}

#s-60f37971-437a-41d0-8c4d-5bc7e0b77824 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-60f37971-437a-41d0-8c4d-5bc7e0b77824 .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.125em;
  
  
}


#s-60f37971-437a-41d0-8c4d-5bc7e0b77824 .shogun-heading-component h4 a {
  color: rgba(0, 105, 55, 1);
}


#s-3fa3d92e-76ce-4758-9664-5939fd2cd353 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-3fa3d92e-76ce-4758-9664-5939fd2cd353 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3fa3d92e-76ce-4758-9664-5939fd2cd353.shg-box.shg-c {
  justify-content: flex-start;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  margin: 0 !important;
  overflow: visible;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  /* Add background color handling */
  
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-05fbbb86-314d-452a-929c-f1febcbaa86c .shogun-image-content {
  
    justify-content: center;
  
}

.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image {
  box-sizing: border-box;
}



.s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05fbbb86-314d-452a-929c-f1febcbaa86c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
      position: relative;
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  margin: 0 !important;
  overflow: visible;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  /* Add background color handling */
  
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-05fbbb86-314d-452a-929c-f1febcbaa86c .shogun-image-content {
  
    justify-content: center;
  
}

.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image {
  box-sizing: border-box;
}



.s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05fbbb86-314d-452a-929c-f1febcbaa86c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
      position: relative;
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  margin: 0 !important;
  overflow: visible;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  /* Add background color handling */
  
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-05fbbb86-314d-452a-929c-f1febcbaa86c .shogun-image-content {
  
    justify-content: center;
  
}

.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image {
  box-sizing: border-box;
}



.s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05fbbb86-314d-452a-929c-f1febcbaa86c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
      position: relative;
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  margin: 0 !important;
  overflow: visible;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  /* Add background color handling */
  
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-05fbbb86-314d-452a-929c-f1febcbaa86c .shogun-image-content {
  
    justify-content: center;
  
}

.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image {
  box-sizing: border-box;
}



.s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05fbbb86-314d-452a-929c-f1febcbaa86c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
      position: relative;
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  margin: 0 !important;
  overflow: visible;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05fbbb86-314d-452a-929c-f1febcbaa86c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  /* Add background color handling */
  
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05fbbb86-314d-452a-929c-f1febcbaa86c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-05fbbb86-314d-452a-929c-f1febcbaa86c .shogun-image-content {
  
    justify-content: center;
  
}

.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image {
  box-sizing: border-box;
}



.s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05fbbb86-314d-452a-929c-f1febcbaa86c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container {
      position: relative;
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05fbbb86-314d-452a-929c-f1febcbaa86c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-ba96b1b6-6e76-4d2a-a6b6-bfaf3399e6ae {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-ba96b1b6-6e76-4d2a-a6b6-bfaf3399e6ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba96b1b6-6e76-4d2a-a6b6-bfaf3399e6ae.shg-box.shg-c {
  justify-content: flex-start;
}

#s-61cc1d5f-ba55-4b54-a74d-55d9ad70f2d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-61cc1d5f-ba55-4b54-a74d-55d9ad70f2d1 .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.125em;
  
  
}


#s-61cc1d5f-ba55-4b54-a74d-55d9ad70f2d1 .shogun-heading-component h4 a {
  color: rgba(0, 105, 55, 1);
}


#s-97b64e87-581d-4712-baae-b24ce2164043 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-97b64e87-581d-4712-baae-b24ce2164043 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97b64e87-581d-4712-baae-b24ce2164043.shg-box.shg-c {
  justify-content: flex-start;
}

#s-832344ec-002f-48be-9afd-290655973c57 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}

#s-832344ec-002f-48be-9afd-290655973c57 {
  margin: 0 !important;
  overflow: visible;
}

#s-832344ec-002f-48be-9afd-290655973c57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832344ec-002f-48be-9afd-290655973c57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832344ec-002f-48be-9afd-290655973c57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  /* Add background color handling */
  
}

#s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-832344ec-002f-48be-9afd-290655973c57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-832344ec-002f-48be-9afd-290655973c57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-832344ec-002f-48be-9afd-290655973c57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-832344ec-002f-48be-9afd-290655973c57.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-832344ec-002f-48be-9afd-290655973c57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832344ec-002f-48be-9afd-290655973c57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832344ec-002f-48be-9afd-290655973c57.shogun-image {
  box-sizing: border-box;
}



.s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-832344ec-002f-48be-9afd-290655973c57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
      position: relative;
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-832344ec-002f-48be-9afd-290655973c57 {
  margin: 0 !important;
  overflow: visible;
}

#s-832344ec-002f-48be-9afd-290655973c57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832344ec-002f-48be-9afd-290655973c57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832344ec-002f-48be-9afd-290655973c57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  /* Add background color handling */
  
}

#s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-832344ec-002f-48be-9afd-290655973c57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-832344ec-002f-48be-9afd-290655973c57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-832344ec-002f-48be-9afd-290655973c57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-832344ec-002f-48be-9afd-290655973c57.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-832344ec-002f-48be-9afd-290655973c57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832344ec-002f-48be-9afd-290655973c57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832344ec-002f-48be-9afd-290655973c57.shogun-image {
  box-sizing: border-box;
}



.s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-832344ec-002f-48be-9afd-290655973c57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
      position: relative;
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-832344ec-002f-48be-9afd-290655973c57 {
  margin: 0 !important;
  overflow: visible;
}

#s-832344ec-002f-48be-9afd-290655973c57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832344ec-002f-48be-9afd-290655973c57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832344ec-002f-48be-9afd-290655973c57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  /* Add background color handling */
  
}

#s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-832344ec-002f-48be-9afd-290655973c57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-832344ec-002f-48be-9afd-290655973c57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-832344ec-002f-48be-9afd-290655973c57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-832344ec-002f-48be-9afd-290655973c57.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-832344ec-002f-48be-9afd-290655973c57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832344ec-002f-48be-9afd-290655973c57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832344ec-002f-48be-9afd-290655973c57.shogun-image {
  box-sizing: border-box;
}



.s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-832344ec-002f-48be-9afd-290655973c57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
      position: relative;
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-832344ec-002f-48be-9afd-290655973c57 {
  margin: 0 !important;
  overflow: visible;
}

#s-832344ec-002f-48be-9afd-290655973c57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832344ec-002f-48be-9afd-290655973c57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832344ec-002f-48be-9afd-290655973c57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  /* Add background color handling */
  
}

#s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-832344ec-002f-48be-9afd-290655973c57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-832344ec-002f-48be-9afd-290655973c57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-832344ec-002f-48be-9afd-290655973c57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-832344ec-002f-48be-9afd-290655973c57.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-832344ec-002f-48be-9afd-290655973c57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832344ec-002f-48be-9afd-290655973c57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832344ec-002f-48be-9afd-290655973c57.shogun-image {
  box-sizing: border-box;
}



.s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-832344ec-002f-48be-9afd-290655973c57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
      position: relative;
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-832344ec-002f-48be-9afd-290655973c57 {
  margin: 0 !important;
  overflow: visible;
}

#s-832344ec-002f-48be-9afd-290655973c57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832344ec-002f-48be-9afd-290655973c57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832344ec-002f-48be-9afd-290655973c57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  /* Add background color handling */
  
}

#s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-832344ec-002f-48be-9afd-290655973c57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-832344ec-002f-48be-9afd-290655973c57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-832344ec-002f-48be-9afd-290655973c57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-832344ec-002f-48be-9afd-290655973c57.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-832344ec-002f-48be-9afd-290655973c57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832344ec-002f-48be-9afd-290655973c57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832344ec-002f-48be-9afd-290655973c57.shogun-image {
  box-sizing: border-box;
}



.s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-832344ec-002f-48be-9afd-290655973c57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container {
      position: relative;
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-832344ec-002f-48be-9afd-290655973c57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-832344ec-002f-48be-9afd-290655973c57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-3b0e55d2-ba82-49c6-8832-565213b137f6 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-3b0e55d2-ba82-49c6-8832-565213b137f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b0e55d2-ba82-49c6-8832-565213b137f6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d552d32b-657d-4088-a1cc-846b3febcf6b {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-d552d32b-657d-4088-a1cc-846b3febcf6b .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.125em;
  
  
}


#s-d552d32b-657d-4088-a1cc-846b3febcf6b .shogun-heading-component h4 a {
  color: rgba(0, 105, 55, 1);
}


#s-0fbb3c19-de76-466b-9999-2b5393d7cb7b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-0fbb3c19-de76-466b-9999-2b5393d7cb7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0fbb3c19-de76-466b-9999-2b5393d7cb7b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image {
  box-sizing: border-box;
}



.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
      position: relative;
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image {
  box-sizing: border-box;
}



.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
      position: relative;
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image {
  box-sizing: border-box;
}



.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
      position: relative;
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image {
  box-sizing: border-box;
}



.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
      position: relative;
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image {
  box-sizing: border-box;
}



.s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container {
      position: relative;
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9ca3b7-23c6-4a94-bd6c-b2a56e1f2080 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-fde6942f-f67a-4136-8b69-5cb560834c35 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-fde6942f-f67a-4136-8b69-5cb560834c35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fde6942f-f67a-4136-8b69-5cb560834c35.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9cda3f6c-2ca4-49a8-b220-69ffc166dd27 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-9cda3f6c-2ca4-49a8-b220-69ffc166dd27 .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.125em;
  
  
}


#s-9cda3f6c-2ca4-49a8-b220-69ffc166dd27 .shogun-heading-component h4 a {
  color: rgba(0, 105, 55, 1);
}


#s-d09bfc0e-f71d-4be5-b561-e1e4535ad05e {
  margin-top: 15px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d09bfc0e-f71d-4be5-b561-e1e4535ad05e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d09bfc0e-f71d-4be5-b561-e1e4535ad05e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d09bfc0e-f71d-4be5-b561-e1e4535ad05e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d09bfc0e-f71d-4be5-b561-e1e4535ad05e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d09bfc0e-f71d-4be5-b561-e1e4535ad05e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d09bfc0e-f71d-4be5-b561-e1e4535ad05e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d09bfc0e-f71d-4be5-b561-e1e4535ad05e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-7e6399f8-41a9-431d-8b78-86233f187af3 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}

#s-7e6399f8-41a9-431d-8b78-86233f187af3 {
  overflow: hidden;
  
  
      max-width: 461px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7e6399f8-41a9-431d-8b78-86233f187af3 img.shogun-image,
  #s-7e6399f8-41a9-431d-8b78-86233f187af3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e6399f8-41a9-431d-8b78-86233f187af3 {
    width: 100%;
    height: auto;
  }



  #s-7e6399f8-41a9-431d-8b78-86233f187af3 img.shogun-image {
    

    
    
    
  }


#s-7e6399f8-41a9-431d-8b78-86233f187af3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d5f83765-e767-41bd-b1fd-a00ab11aa74e {
  margin-top: 5px;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d5f83765-e767-41bd-b1fd-a00ab11aa74e {
  
}
}







#s-d5f83765-e767-41bd-b1fd-a00ab11aa74e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5f83765-e767-41bd-b1fd-a00ab11aa74e.shg-box.shg-c {
  justify-content: center;
}

#s-7b898f2d-8a4e-43b4-bf8c-49b309ffecde {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(244, 244, 244, 0);
}








#s-7b898f2d-8a4e-43b4-bf8c-49b309ffecde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b898f2d-8a4e-43b4-bf8c-49b309ffecde.shg-box.shg-c {
  justify-content: flex-end;
}

#s-bff00a99-e31f-4f2d-a54e-7df39760c95f {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bff00a99-e31f-4f2d-a54e-7df39760c95f .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-efc2242f-aba7-49d0-91e8-e47b5096fadc {
  margin-top: 5px;
margin-bottom: 25px;
}

#s-2902119d-a6e2-496f-9f8d-a993ee19821b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-2902119d-a6e2-496f-9f8d-a993ee19821b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2902119d-a6e2-496f-9f8d-a993ee19821b.shg-box.shg-c {
  justify-content: flex-end;
}

#s-8fe3351c-4211-4321-ba7f-db271b7ebb6d {
  margin-top: 60px;
text-align: left;
}

#s-90b7d7e0-c767-4652-a66a-0ce06f5d63e9 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-90b7d7e0-c767-4652-a66a-0ce06f5d63e9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODljZGJiZjItOWIwMC00MTI4LWE5ZDQtOTQ3YzAxMTU3NjdkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzQ4MDgwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNGQ1ODU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OWNkYmJmMi05YjAwLTQxMjgtYTlkNC05NDdjMDExNTc2N2QpIi8+PC9zdmc+);
}








#s-90b7d7e0-c767-4652-a66a-0ce06f5d63e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90b7d7e0-c767-4652-a66a-0ce06f5d63e9.shg-box.shg-c {
  justify-content: center;
}

#s-e7c5efe3-215c-46d7-9792-9cf8acb511ff {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1388px;
}








#s-e7c5efe3-215c-46d7-9792-9cf8acb511ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7c5efe3-215c-46d7-9792-9cf8acb511ff.shg-box.shg-c {
  justify-content: center;
}

#s-5118f3e7-d142-4973-873c-8f6a06f97840 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5118f3e7-d142-4973-873c-8f6a06f97840 .shogun-heading-component h2 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f24e49dd-4be0-4733-bc00-78178f7c41e1 {
  margin-top: 15px;
margin-bottom: 50px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-f24e49dd-4be0-4733-bc00-78178f7c41e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-f24e49dd-4be0-4733-bc00-78178f7c41e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-f24e49dd-4be0-4733-bc00-78178f7c41e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-f24e49dd-4be0-4733-bc00-78178f7c41e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-c0828244-3084-4539-bc11-13a64a670987 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-c0828244-3084-4539-bc11-13a64a670987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0828244-3084-4539-bc11-13a64a670987.shg-box.shg-c {
  justify-content: center;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-e6a75eec-7743-451c-a289-9ef90358c698:hover {opacity: 0.85 !important;}
#s-e6a75eec-7743-451c-a289-9ef90358c698 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6a75eec-7743-451c-a289-9ef90358c698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-e6a75eec-7743-451c-a289-9ef90358c698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6a75eec-7743-451c-a289-9ef90358c698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6a75eec-7743-451c-a289-9ef90358c698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image {
  box-sizing: border-box;
}



.s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6a75eec-7743-451c-a289-9ef90358c698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
      position: relative;
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-e6a75eec-7743-451c-a289-9ef90358c698 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6a75eec-7743-451c-a289-9ef90358c698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6a75eec-7743-451c-a289-9ef90358c698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6a75eec-7743-451c-a289-9ef90358c698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6a75eec-7743-451c-a289-9ef90358c698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image {
  box-sizing: border-box;
}



.s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6a75eec-7743-451c-a289-9ef90358c698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
      position: relative;
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e6a75eec-7743-451c-a289-9ef90358c698 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6a75eec-7743-451c-a289-9ef90358c698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6a75eec-7743-451c-a289-9ef90358c698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6a75eec-7743-451c-a289-9ef90358c698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6a75eec-7743-451c-a289-9ef90358c698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image {
  box-sizing: border-box;
}



.s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6a75eec-7743-451c-a289-9ef90358c698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
      position: relative;
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e6a75eec-7743-451c-a289-9ef90358c698 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6a75eec-7743-451c-a289-9ef90358c698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6a75eec-7743-451c-a289-9ef90358c698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6a75eec-7743-451c-a289-9ef90358c698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6a75eec-7743-451c-a289-9ef90358c698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image {
  box-sizing: border-box;
}



.s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6a75eec-7743-451c-a289-9ef90358c698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
      position: relative;
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-e6a75eec-7743-451c-a289-9ef90358c698 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6a75eec-7743-451c-a289-9ef90358c698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6a75eec-7743-451c-a289-9ef90358c698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a75eec-7743-451c-a289-9ef90358c698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6a75eec-7743-451c-a289-9ef90358c698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6a75eec-7743-451c-a289-9ef90358c698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image {
  box-sizing: border-box;
}



.s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6a75eec-7743-451c-a289-9ef90358c698 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container {
      position: relative;
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a75eec-7743-451c-a289-9ef90358c698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-491ca81e-4619-43c2-bf13-f65f245521b4 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-491ca81e-4619-43c2-bf13-f65f245521b4:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-491ca81e-4619-43c2-bf13-f65f245521b4:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-491ca81e-4619-43c2-bf13-f65f245521b4-root {
    text-align: center;
  }


#s-491ca81e-4619-43c2-bf13-f65f245521b4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-491ca81e-4619-43c2-bf13-f65f245521b4-root {
    text-align: center;
  }


#s-491ca81e-4619-43c2-bf13-f65f245521b4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-491ca81e-4619-43c2-bf13-f65f245521b4-root {
    text-align: center;
  }


#s-491ca81e-4619-43c2-bf13-f65f245521b4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-491ca81e-4619-43c2-bf13-f65f245521b4-root {
    text-align: center;
  }


#s-491ca81e-4619-43c2-bf13-f65f245521b4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-491ca81e-4619-43c2-bf13-f65f245521b4-root {
    text-align: center;
  }


#s-491ca81e-4619-43c2-bf13-f65f245521b4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-c611723d-57cf-4276-9584-2fc147e79034 {
  min-height: 50px;
}








#s-c611723d-57cf-4276-9584-2fc147e79034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c611723d-57cf-4276-9584-2fc147e79034.shg-box.shg-c {
  justify-content: center;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-544b8734-8969-41ac-96bb-637a94a5c885:hover {opacity: 0.85 !important;}
#s-544b8734-8969-41ac-96bb-637a94a5c885 {
  margin: 0 !important;
  overflow: visible;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-544b8734-8969-41ac-96bb-637a94a5c885 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-544b8734-8969-41ac-96bb-637a94a5c885 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  /* Add background color handling */
  
}

#s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-544b8734-8969-41ac-96bb-637a94a5c885 .shogun-image-content {
  
    justify-content: center;
  
}

.s-544b8734-8969-41ac-96bb-637a94a5c885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image {
  box-sizing: border-box;
}



.s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-544b8734-8969-41ac-96bb-637a94a5c885 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
      position: relative;
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-544b8734-8969-41ac-96bb-637a94a5c885 {
  margin: 0 !important;
  overflow: visible;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-544b8734-8969-41ac-96bb-637a94a5c885 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-544b8734-8969-41ac-96bb-637a94a5c885 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  /* Add background color handling */
  
}

#s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-544b8734-8969-41ac-96bb-637a94a5c885 .shogun-image-content {
  
    justify-content: center;
  
}

.s-544b8734-8969-41ac-96bb-637a94a5c885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image {
  box-sizing: border-box;
}



.s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-544b8734-8969-41ac-96bb-637a94a5c885 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
      position: relative;
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-544b8734-8969-41ac-96bb-637a94a5c885 {
  margin: 0 !important;
  overflow: visible;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-544b8734-8969-41ac-96bb-637a94a5c885 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-544b8734-8969-41ac-96bb-637a94a5c885 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  /* Add background color handling */
  
}

#s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-544b8734-8969-41ac-96bb-637a94a5c885 .shogun-image-content {
  
    justify-content: center;
  
}

.s-544b8734-8969-41ac-96bb-637a94a5c885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image {
  box-sizing: border-box;
}



.s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-544b8734-8969-41ac-96bb-637a94a5c885 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
      position: relative;
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-544b8734-8969-41ac-96bb-637a94a5c885 {
  margin: 0 !important;
  overflow: visible;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-544b8734-8969-41ac-96bb-637a94a5c885 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-544b8734-8969-41ac-96bb-637a94a5c885 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  /* Add background color handling */
  
}

#s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-544b8734-8969-41ac-96bb-637a94a5c885 .shogun-image-content {
  
    justify-content: center;
  
}

.s-544b8734-8969-41ac-96bb-637a94a5c885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image {
  box-sizing: border-box;
}



.s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-544b8734-8969-41ac-96bb-637a94a5c885 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
      position: relative;
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-544b8734-8969-41ac-96bb-637a94a5c885 {
  margin: 0 !important;
  overflow: visible;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-544b8734-8969-41ac-96bb-637a94a5c885 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-544b8734-8969-41ac-96bb-637a94a5c885 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  /* Add background color handling */
  
}

#s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544b8734-8969-41ac-96bb-637a94a5c885 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-544b8734-8969-41ac-96bb-637a94a5c885 .shogun-image-content {
  
    justify-content: center;
  
}

.s-544b8734-8969-41ac-96bb-637a94a5c885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image {
  box-sizing: border-box;
}



.s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-544b8734-8969-41ac-96bb-637a94a5c885 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container {
      position: relative;
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544b8734-8969-41ac-96bb-637a94a5c885 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-199e6356-f0c0-483f-9214-62e1a3b1da70 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-199e6356-f0c0-483f-9214-62e1a3b1da70:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-199e6356-f0c0-483f-9214-62e1a3b1da70:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-199e6356-f0c0-483f-9214-62e1a3b1da70-root {
    text-align: center;
  }


#s-199e6356-f0c0-483f-9214-62e1a3b1da70.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-199e6356-f0c0-483f-9214-62e1a3b1da70-root {
    text-align: center;
  }


#s-199e6356-f0c0-483f-9214-62e1a3b1da70.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-199e6356-f0c0-483f-9214-62e1a3b1da70-root {
    text-align: center;
  }


#s-199e6356-f0c0-483f-9214-62e1a3b1da70.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-199e6356-f0c0-483f-9214-62e1a3b1da70-root {
    text-align: center;
  }


#s-199e6356-f0c0-483f-9214-62e1a3b1da70.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-199e6356-f0c0-483f-9214-62e1a3b1da70-root {
    text-align: center;
  }


#s-199e6356-f0c0-483f-9214-62e1a3b1da70.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-a9b53ec5-3ea6-47e6-9ff0-5ca66dd6c4bb {
  min-height: 50px;
}








#s-a9b53ec5-3ea6-47e6-9ff0-5ca66dd6c4bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9b53ec5-3ea6-47e6-9ff0-5ca66dd6c4bb.shg-box.shg-c {
  justify-content: center;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7:hover {opacity: 0.85 !important;}
#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image {
  box-sizing: border-box;
}



.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
      position: relative;
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image {
  box-sizing: border-box;
}



.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
      position: relative;
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image {
  box-sizing: border-box;
}



.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
      position: relative;
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image {
  box-sizing: border-box;
}



.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
      position: relative;
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image {
  box-sizing: border-box;
}



.s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container {
      position: relative;
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60ee2b2-96ef-4438-9f3b-e168ebabcee7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-145a78f3-0c1e-449c-886a-e95173ebcc76 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-145a78f3-0c1e-449c-886a-e95173ebcc76:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-145a78f3-0c1e-449c-886a-e95173ebcc76:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-145a78f3-0c1e-449c-886a-e95173ebcc76-root {
    text-align: center;
  }


#s-145a78f3-0c1e-449c-886a-e95173ebcc76.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-145a78f3-0c1e-449c-886a-e95173ebcc76-root {
    text-align: center;
  }


#s-145a78f3-0c1e-449c-886a-e95173ebcc76.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-145a78f3-0c1e-449c-886a-e95173ebcc76-root {
    text-align: center;
  }


#s-145a78f3-0c1e-449c-886a-e95173ebcc76.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-145a78f3-0c1e-449c-886a-e95173ebcc76-root {
    text-align: center;
  }


#s-145a78f3-0c1e-449c-886a-e95173ebcc76.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-145a78f3-0c1e-449c-886a-e95173ebcc76-root {
    text-align: center;
  }


#s-145a78f3-0c1e-449c-886a-e95173ebcc76.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-c4606b04-544b-4739-835a-7dd0abca490f {
  min-height: 50px;
}








#s-c4606b04-544b-4739-835a-7dd0abca490f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4606b04-544b-4739-835a-7dd0abca490f.shg-box.shg-c {
  justify-content: center;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-94550eeb-5a60-4069-a43a-0037013f1cc1:hover {opacity: 0.85 !important;}
#s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image {
  box-sizing: border-box;
}



.s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
      position: relative;
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image {
  box-sizing: border-box;
}



.s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
      position: relative;
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image {
  box-sizing: border-box;
}



.s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
      position: relative;
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image {
  box-sizing: border-box;
}



.s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
      position: relative;
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-94550eeb-5a60-4069-a43a-0037013f1cc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image {
  box-sizing: border-box;
}



.s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94550eeb-5a60-4069-a43a-0037013f1cc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container {
      position: relative;
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94550eeb-5a60-4069-a43a-0037013f1cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-03273b62-cc78-41c1-bbff-f28ae881406a {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-03273b62-cc78-41c1-bbff-f28ae881406a:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-03273b62-cc78-41c1-bbff-f28ae881406a:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-03273b62-cc78-41c1-bbff-f28ae881406a-root {
    text-align: center;
  }


#s-03273b62-cc78-41c1-bbff-f28ae881406a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-03273b62-cc78-41c1-bbff-f28ae881406a-root {
    text-align: center;
  }


#s-03273b62-cc78-41c1-bbff-f28ae881406a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03273b62-cc78-41c1-bbff-f28ae881406a-root {
    text-align: center;
  }


#s-03273b62-cc78-41c1-bbff-f28ae881406a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03273b62-cc78-41c1-bbff-f28ae881406a-root {
    text-align: center;
  }


#s-03273b62-cc78-41c1-bbff-f28ae881406a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-03273b62-cc78-41c1-bbff-f28ae881406a-root {
    text-align: center;
  }


#s-03273b62-cc78-41c1-bbff-f28ae881406a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
