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

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

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

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

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

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

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

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

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

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

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

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

#s-d5b13881-ca6f-47d8-9158-890bef61d835 {
  margin-top: 50px;
min-height: 50px;
}








#s-d5b13881-ca6f-47d8-9158-890bef61d835 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5b13881-ca6f-47d8-9158-890bef61d835.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b4ce2b7-ecbf-47a1-9f25-5faca390fcb6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
}

#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 30px;
padding-left: 15%;
padding-bottom: 30px;
padding-right: 15%;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  min-height: 200px;
}
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/d704915c-5840-49f5-bf8a-a9ec84df5a02/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/d704915c-5840-49f5-bf8a-a9ec84df5a02/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/d704915c-5840-49f5-bf8a-a9ec84df5a02/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/d704915c-5840-49f5-bf8a-a9ec84df5a02/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/d704915c-5840-49f5-bf8a-a9ec84df5a02/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/d704915c-5840-49f5-bf8a-a9ec84df5a02/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/d704915c-5840-49f5-bf8a-a9ec84df5a02/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/d704915c-5840-49f5-bf8a-a9ec84df5a02/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/d704915c-5840-49f5-bf8a-a9ec84df5a02/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

.shogun-image-content {
  display: flex;
  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-e394470a-2c04-4e97-9d18-caa773dcb14e {
  max-width: 3000px;
aspect-ratio: 3000/338;
text-align: center;
opacity: 0.9500000000000001;
}
#s-e394470a-2c04-4e97-9d18-caa773dcb14e:hover {opacity: 1 !important;}
#s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  margin: 0 !important;
  overflow: visible;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e-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-e394470a-2c04-4e97-9d18-caa773dcb14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add background color handling */
  
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shg-image-content-wrapper {
      aspect-ratio: 3000/338;
      min-width: 100%;
      height: auto;
    }

    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-link {
      aspect-ratio: 3000/338;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
  box-sizing: border-box;
}



.s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e394470a-2c04-4e97-9d18-caa773dcb14e {
      --shg-aspect-ratio: calc(3000/338); 
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
      position: relative;
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  margin: 0 !important;
  overflow: visible;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e-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-e394470a-2c04-4e97-9d18-caa773dcb14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add background color handling */
  
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shg-image-content-wrapper {
      aspect-ratio: 3000/338;
      min-width: 100%;
      height: auto;
    }

    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-link {
      aspect-ratio: 3000/338;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
  box-sizing: border-box;
}



.s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e394470a-2c04-4e97-9d18-caa773dcb14e {
      --shg-aspect-ratio: calc(3000/338); 
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
      position: relative;
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  margin: 0 !important;
  overflow: visible;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e-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-e394470a-2c04-4e97-9d18-caa773dcb14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add background color handling */
  
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shg-image-content-wrapper {
      aspect-ratio: 3000/338;
      min-width: 100%;
      height: auto;
    }

    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-link {
      aspect-ratio: 3000/338;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
  box-sizing: border-box;
}



.s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e394470a-2c04-4e97-9d18-caa773dcb14e {
      --shg-aspect-ratio: calc(3000/338); 
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
      position: relative;
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  margin: 0 !important;
  overflow: visible;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e-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-e394470a-2c04-4e97-9d18-caa773dcb14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add background color handling */
  
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shg-image-content-wrapper {
      aspect-ratio: 3000/338;
      min-width: 100%;
      height: auto;
    }

    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-link {
      aspect-ratio: 3000/338;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
  box-sizing: border-box;
}



.s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e394470a-2c04-4e97-9d18-caa773dcb14e {
      --shg-aspect-ratio: calc(3000/338); 
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
      position: relative;
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  margin: 0 !important;
  overflow: visible;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e-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-e394470a-2c04-4e97-9d18-caa773dcb14e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e394470a-2c04-4e97-9d18-caa773dcb14e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add background color handling */
  
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shg-image-content-wrapper {
      aspect-ratio: 3000/338;
      min-width: 100%;
      height: auto;
    }

    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-link {
      aspect-ratio: 3000/338;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e394470a-2c04-4e97-9d18-caa773dcb14e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e394470a-2c04-4e97-9d18-caa773dcb14e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image {
  box-sizing: border-box;
}



.s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e394470a-2c04-4e97-9d18-caa773dcb14e {
      --shg-aspect-ratio: calc(3000/338); 
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container {
      position: relative;
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e394470a-2c04-4e97-9d18-caa773dcb14e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-11b17333-8171-4347-baaf-dfb7ef3a3ee6 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-11b17333-8171-4347-baaf-dfb7ef3a3ee6 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-11b17333-8171-4347-baaf-dfb7ef3a3ee6 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-11b17333-8171-4347-baaf-dfb7ef3a3ee6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11b17333-8171-4347-baaf-dfb7ef3a3ee6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-239ee11b-c1eb-4547-80dc-9155961127b0 {
  margin-left: auto;
margin-right: auto;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
@media (max-width: 767px){#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  margin-right: 2%;
  
  
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af5aea9b-6f2d-4d4b-a9d7-d27010ab9f00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c8568942-471d-45f2-bc48-14b002068472 {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8568942-471d-45f2-bc48-14b002068472 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-c8568942-471d-45f2-bc48-14b002068472 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-c8568942-471d-45f2-bc48-14b002068472 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8568942-471d-45f2-bc48-14b002068472.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-c961b6aa-d977-4ed2-aa9f-e9fbfc8050f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c961b6aa-d977-4ed2-aa9f-e9fbfc8050f9 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-c961b6aa-d977-4ed2-aa9f-e9fbfc8050f9 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c961b6aa-d977-4ed2-aa9f-e9fbfc8050f9 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-c961b6aa-d977-4ed2-aa9f-e9fbfc8050f9 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


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

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

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

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

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

#s-bf080e4c-d55f-44a0-adcd-fb8182c7a370 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bf080e4c-d55f-44a0-adcd-fb8182c7a370"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf080e4c-d55f-44a0-adcd-fb8182c7a370"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-bf080e4c-d55f-44a0-adcd-fb8182c7a370"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-bf080e4c-d55f-44a0-adcd-fb8182c7a370"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-da3d21d1-ed03-4ffd-87b9-cf74a560a477 {
  margin-left: auto;
margin-right: auto;
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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-da3d21d1-ed03-4ffd-87b9-cf74a560a477 {
  padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}
}







#s-da3d21d1-ed03-4ffd-87b9-cf74a560a477 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da3d21d1-ed03-4ffd-87b9-cf74a560a477.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  max-width: 1815px;
aspect-ratio: 1815/1452;
text-align: center;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b-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-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
  box-sizing: border-box;
}



.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
      position: relative;
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

@media (min-width: 1200px){#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b-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-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
  box-sizing: border-box;
}



.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
      position: relative;
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b-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-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
  box-sizing: border-box;
}



.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
      position: relative;
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b-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-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
  box-sizing: border-box;
}



.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
      position: relative;
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

}@media (max-width: 767px){#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b-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-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image {
  box-sizing: border-box;
}



.s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container {
      position: relative;
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d535d9-f3c5-4438-aa38-56e00e2c583b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

}
#s-2b9a831a-c1e2-4eb8-b5fc-2ddd9b57da49 {
  margin-top: 15px;
}
@media (max-width: 767px){#s-2b9a831a-c1e2-4eb8-b5fc-2ddd9b57da49 {
  margin-bottom: 0px;
}
}
#s-a7164bc9-31a3-46f7-ac0e-9b268e35d47f {
  margin-left: auto;
margin-right: auto;
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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-a7164bc9-31a3-46f7-ac0e-9b268e35d47f {
  margin-top: 10px;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}
}







#s-a7164bc9-31a3-46f7-ac0e-9b268e35d47f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7164bc9-31a3-46f7-ac0e-9b268e35d47f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  max-width: 1815px;
aspect-ratio: 1815/1452;
text-align: center;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  margin: 0 !important;
  overflow: visible;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e-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-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  /* Add background color handling */
  
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image {
  box-sizing: border-box;
}



.s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
      position: relative;
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

@media (min-width: 1200px){#s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  margin: 0 !important;
  overflow: visible;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e-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-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  /* Add background color handling */
  
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image {
  box-sizing: border-box;
}



.s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
      position: relative;
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  margin: 0 !important;
  overflow: visible;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e-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-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  /* Add background color handling */
  
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image {
  box-sizing: border-box;
}



.s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
      position: relative;
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  margin: 0 !important;
  overflow: visible;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e-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-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  /* Add background color handling */
  
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image {
  box-sizing: border-box;
}



.s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
      position: relative;
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

}@media (max-width: 767px){#s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  margin: 0 !important;
  overflow: visible;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e-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-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  /* Add background color handling */
  
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-65ab22c2-0ce6-421c-811d-4d0673922f9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image {
  box-sizing: border-box;
}



.s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container {
      position: relative;
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65ab22c2-0ce6-421c-811d-4d0673922f9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

}
#s-aa97b80d-938d-4478-86d2-b01d16fcc2f7 {
  margin-top: 15px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-aa97b80d-938d-4478-86d2-b01d16fcc2f7 {
  margin-bottom: 10px;
}
}
#s-0b234e7a-bdd9-4411-a305-9014a99985f5 {
  margin-left: auto;
margin-right: auto;
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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-0b234e7a-bdd9-4411-a305-9014a99985f5 {
  margin-top: 10px;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}
}







#s-0b234e7a-bdd9-4411-a305-9014a99985f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b234e7a-bdd9-4411-a305-9014a99985f5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  max-width: 1815px;
aspect-ratio: 1815/1452;
text-align: center;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  margin: 0 !important;
  overflow: visible;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78-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-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  /* Add background color handling */
  
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image {
  box-sizing: border-box;
}



.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
      position: relative;
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

@media (min-width: 1200px){#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  margin: 0 !important;
  overflow: visible;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78-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-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  /* Add background color handling */
  
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image {
  box-sizing: border-box;
}



.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
      position: relative;
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  margin: 0 !important;
  overflow: visible;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78-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-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  /* Add background color handling */
  
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image {
  box-sizing: border-box;
}



.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
      position: relative;
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  margin: 0 !important;
  overflow: visible;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78-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-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  /* Add background color handling */
  
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image {
  box-sizing: border-box;
}



.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
      position: relative;
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

}@media (max-width: 767px){#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  margin: 0 !important;
  overflow: visible;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78-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-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  /* Add background color handling */
  
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shg-image-content-wrapper {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }

    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shogun-image-link {
      aspect-ratio: 1815/1452;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1815px;
  }



  img.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image {
    
    
    
    max-height: 1815px;
  }


.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image {
  box-sizing: border-box;
}



.s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 {
      --shg-aspect-ratio: calc(1815/1452); 
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container {
      position: relative;
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066f087a-1eec-4f82-ae8f-aabcaae5dd78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1815px;
    }
  }

}
#s-32651dce-183e-43e3-9c66-7e9f1c57644f {
  margin-top: 15px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-32651dce-183e-43e3-9c66-7e9f1c57644f {
  margin-bottom: 10px;
}
}
#s-31746d4b-a2fa-421e-b723-5b6007c8f14b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-31746d4b-a2fa-421e-b723-5b6007c8f14b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31746d4b-a2fa-421e-b723-5b6007c8f14b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-31746d4b-a2fa-421e-b723-5b6007c8f14b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-31746d4b-a2fa-421e-b723-5b6007c8f14b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-a4fac803-32e2-4e60-a8bd-d0cc2f7a1908 {
  margin-left: auto;
margin-right: auto;
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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-a4fac803-32e2-4e60-a8bd-d0cc2f7a1908 {
  padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}
}







#s-a4fac803-32e2-4e60-a8bd-d0cc2f7a1908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4fac803-32e2-4e60-a8bd-d0cc2f7a1908.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9 {
  max-width: 1222px;
text-align: center;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9-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-02363505-8a5a-464f-87d3-f6958536c2c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02363505-8a5a-464f-87d3-f6958536c2c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-02363505-8a5a-464f-87d3-f6958536c2c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02363505-8a5a-464f-87d3-f6958536c2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02363505-8a5a-464f-87d3-f6958536c2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9.shogun-image {
  box-sizing: border-box;
}



.s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-02363505-8a5a-464f-87d3-f6958536c2c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9-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-02363505-8a5a-464f-87d3-f6958536c2c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02363505-8a5a-464f-87d3-f6958536c2c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-02363505-8a5a-464f-87d3-f6958536c2c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02363505-8a5a-464f-87d3-f6958536c2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02363505-8a5a-464f-87d3-f6958536c2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9.shogun-image {
  box-sizing: border-box;
}



.s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-02363505-8a5a-464f-87d3-f6958536c2c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9-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-02363505-8a5a-464f-87d3-f6958536c2c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02363505-8a5a-464f-87d3-f6958536c2c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-02363505-8a5a-464f-87d3-f6958536c2c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02363505-8a5a-464f-87d3-f6958536c2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02363505-8a5a-464f-87d3-f6958536c2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9.shogun-image {
  box-sizing: border-box;
}



.s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-02363505-8a5a-464f-87d3-f6958536c2c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9-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-02363505-8a5a-464f-87d3-f6958536c2c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02363505-8a5a-464f-87d3-f6958536c2c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-02363505-8a5a-464f-87d3-f6958536c2c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02363505-8a5a-464f-87d3-f6958536c2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02363505-8a5a-464f-87d3-f6958536c2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9.shogun-image {
  box-sizing: border-box;
}



.s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-02363505-8a5a-464f-87d3-f6958536c2c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9-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-02363505-8a5a-464f-87d3-f6958536c2c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02363505-8a5a-464f-87d3-f6958536c2c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;

}






.s-02363505-8a5a-464f-87d3-f6958536c2c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02363505-8a5a-464f-87d3-f6958536c2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02363505-8a5a-464f-87d3-f6958536c2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02363505-8a5a-464f-87d3-f6958536c2c9.shogun-image {
  box-sizing: border-box;
}



.s-02363505-8a5a-464f-87d3-f6958536c2c9 img.shogun-image {
  
}


}
#s-fc93f0b8-fe33-43db-bed2-b19a6727c95a {
  margin-top: 15px;
}
@media (max-width: 767px){#s-fc93f0b8-fe33-43db-bed2-b19a6727c95a {
  margin-bottom: 0px;
}
}
#s-0e2505e4-34b2-43dd-8a39-3d65d8da4637 {
  margin-left: auto;
margin-right: auto;
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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-0e2505e4-34b2-43dd-8a39-3d65d8da4637 {
  margin-top: 10px;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}
}







#s-0e2505e4-34b2-43dd-8a39-3d65d8da4637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e2505e4-34b2-43dd-8a39-3d65d8da4637.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  max-width: 1222px;
text-align: center;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581-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-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-b8482c36-bb03-45d6-b312-3de0d92c3581 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8482c36-bb03-45d6-b312-3de0d92c3581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8482c36-bb03-45d6-b312-3de0d92c3581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581.shogun-image {
  box-sizing: border-box;
}



.s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581-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-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b8482c36-bb03-45d6-b312-3de0d92c3581 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8482c36-bb03-45d6-b312-3de0d92c3581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8482c36-bb03-45d6-b312-3de0d92c3581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581.shogun-image {
  box-sizing: border-box;
}



.s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581-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-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b8482c36-bb03-45d6-b312-3de0d92c3581 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8482c36-bb03-45d6-b312-3de0d92c3581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8482c36-bb03-45d6-b312-3de0d92c3581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581.shogun-image {
  box-sizing: border-box;
}



.s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581-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-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b8482c36-bb03-45d6-b312-3de0d92c3581 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8482c36-bb03-45d6-b312-3de0d92c3581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8482c36-bb03-45d6-b312-3de0d92c3581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581.shogun-image {
  box-sizing: border-box;
}



.s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581-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-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8482c36-bb03-45d6-b312-3de0d92c3581 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;

}






.s-b8482c36-bb03-45d6-b312-3de0d92c3581 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8482c36-bb03-45d6-b312-3de0d92c3581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8482c36-bb03-45d6-b312-3de0d92c3581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8482c36-bb03-45d6-b312-3de0d92c3581.shogun-image {
  box-sizing: border-box;
}



.s-b8482c36-bb03-45d6-b312-3de0d92c3581 img.shogun-image {
  
}


}
#s-93a531a3-3b7d-4fae-9687-b2ef251e35a1 {
  margin-top: 15px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-93a531a3-3b7d-4fae-9687-b2ef251e35a1 {
  margin-bottom: 10px;
}
}
#s-770d6898-0829-4a24-a5d7-364a40f1cf7c {
  margin-left: auto;
margin-right: auto;
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: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-770d6898-0829-4a24-a5d7-364a40f1cf7c {
  margin-top: 10px;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}
}







#s-770d6898-0829-4a24-a5d7-364a40f1cf7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-770d6898-0829-4a24-a5d7-364a40f1cf7c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e {
  max-width: 1222px;
text-align: center;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e {
  margin: 0 !important;
  overflow: visible;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e-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-42fe95e4-a517-42b0-b13c-106627e4b99e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42fe95e4-a517-42b0-b13c-106627e4b99e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  /* Add background color handling */
  
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-42fe95e4-a517-42b0-b13c-106627e4b99e .shogun-image-content {
  
    justify-content: center;
  
}

.s-42fe95e4-a517-42b0-b13c-106627e4b99e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42fe95e4-a517-42b0-b13c-106627e4b99e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e.shogun-image {
  box-sizing: border-box;
}



.s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  
}


@media (min-width: 1200px){#s-42fe95e4-a517-42b0-b13c-106627e4b99e {
  margin: 0 !important;
  overflow: visible;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e-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-42fe95e4-a517-42b0-b13c-106627e4b99e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42fe95e4-a517-42b0-b13c-106627e4b99e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  /* Add background color handling */
  
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-42fe95e4-a517-42b0-b13c-106627e4b99e .shogun-image-content {
  
    justify-content: center;
  
}

.s-42fe95e4-a517-42b0-b13c-106627e4b99e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42fe95e4-a517-42b0-b13c-106627e4b99e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e.shogun-image {
  box-sizing: border-box;
}



.s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-42fe95e4-a517-42b0-b13c-106627e4b99e {
  margin: 0 !important;
  overflow: visible;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e-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-42fe95e4-a517-42b0-b13c-106627e4b99e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42fe95e4-a517-42b0-b13c-106627e4b99e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  /* Add background color handling */
  
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-42fe95e4-a517-42b0-b13c-106627e4b99e .shogun-image-content {
  
    justify-content: center;
  
}

.s-42fe95e4-a517-42b0-b13c-106627e4b99e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42fe95e4-a517-42b0-b13c-106627e4b99e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e.shogun-image {
  box-sizing: border-box;
}



.s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-42fe95e4-a517-42b0-b13c-106627e4b99e {
  margin: 0 !important;
  overflow: visible;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e-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-42fe95e4-a517-42b0-b13c-106627e4b99e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42fe95e4-a517-42b0-b13c-106627e4b99e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  /* Add background color handling */
  
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-42fe95e4-a517-42b0-b13c-106627e4b99e .shogun-image-content {
  
    justify-content: center;
  
}

.s-42fe95e4-a517-42b0-b13c-106627e4b99e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42fe95e4-a517-42b0-b13c-106627e4b99e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e.shogun-image {
  box-sizing: border-box;
}



.s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  
}


}@media (max-width: 767px){#s-42fe95e4-a517-42b0-b13c-106627e4b99e {
  margin: 0 !important;
  overflow: visible;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e-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-42fe95e4-a517-42b0-b13c-106627e4b99e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42fe95e4-a517-42b0-b13c-106627e4b99e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  /* Add background color handling */
  
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;

}






.s-42fe95e4-a517-42b0-b13c-106627e4b99e .shogun-image-content {
  
    justify-content: center;
  
}

.s-42fe95e4-a517-42b0-b13c-106627e4b99e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42fe95e4-a517-42b0-b13c-106627e4b99e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42fe95e4-a517-42b0-b13c-106627e4b99e.shogun-image {
  box-sizing: border-box;
}



.s-42fe95e4-a517-42b0-b13c-106627e4b99e img.shogun-image {
  
}


}
#s-93c59b7f-d1da-41f3-b3ad-656dd42af13a {
  margin-top: 15px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-93c59b7f-d1da-41f3-b3ad-656dd42af13a {
  margin-bottom: 10px;
}
}
#s-eb705a7a-0dd4-4e20-9910-ebd771585253 {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb705a7a-0dd4-4e20-9910-ebd771585253 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-eb705a7a-0dd4-4e20-9910-ebd771585253 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-eb705a7a-0dd4-4e20-9910-ebd771585253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb705a7a-0dd4-4e20-9910-ebd771585253.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-faa8d717-0435-4326-ba0f-f3bfcde15144 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-faa8d717-0435-4326-ba0f-f3bfcde15144 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-faa8d717-0435-4326-ba0f-f3bfcde15144 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-faa8d717-0435-4326-ba0f-f3bfcde15144 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-faa8d717-0435-4326-ba0f-f3bfcde15144 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-c8f89d6f-b60e-4cd8-9140-33fccf75255e {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c8f89d6f-b60e-4cd8-9140-33fccf75255e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c8f89d6f-b60e-4cd8-9140-33fccf75255e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c8f89d6f-b60e-4cd8-9140-33fccf75255e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c8f89d6f-b60e-4cd8-9140-33fccf75255e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-129514a3-ec2e-40e7-9ed2-82756a975854 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-129514a3-ec2e-40e7-9ed2-82756a975854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-129514a3-ec2e-40e7-9ed2-82756a975854.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-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-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
      position: relative;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-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-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
      position: relative;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-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-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
      position: relative;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-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-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
      position: relative;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-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-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
      position: relative;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-e1b9c177-22af-4d38-964b-3f8ea9b1e6f1 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e1b9c177-22af-4d38-964b-3f8ea9b1e6f1 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0bb5c9b4-bdd8-455a-94f9-ef0f676fb3c4 {
  margin-left: auto;
margin-right: auto;
}

#s-523a8b21-ea04-4b8d-8a2b-e1c3cada0e03 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-523a8b21-ea04-4b8d-8a2b-e1c3cada0e03 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-523a8b21-ea04-4b8d-8a2b-e1c3cada0e03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-523a8b21-ea04-4b8d-8a2b-e1c3cada0e03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07cdf4e6-2f8e-4f17-bc41-247497a25aa1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-07cdf4e6-2f8e-4f17-bc41-247497a25aa1 .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2cddf3c8-4ded-45e6-8b45-d0104faa3048 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-7a2dc1f0-a1f4-48ca-802f-43bb6db67a2d {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-7a2dc1f0-a1f4-48ca-802f-43bb6db67a2d {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-7a2dc1f0-a1f4-48ca-802f-43bb6db67a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a2dc1f0-a1f4-48ca-802f-43bb6db67a2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e062f06-7b65-4192-aa40-a176bab4a4ea {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2e062f06-7b65-4192-aa40-a176bab4a4ea .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0ca579f3-71d9-4b87-b2e3-71b6b5a4c207 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-1894cc2d-3a61-4735-a309-4333aab6b800 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-1894cc2d-3a61-4735-a309-4333aab6b800 {
  margin-top: 0px;
}
}







#s-1894cc2d-3a61-4735-a309-4333aab6b800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1894cc2d-3a61-4735-a309-4333aab6b800.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-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-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
      position: relative;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-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-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
      position: relative;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-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-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
      position: relative;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-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-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
      position: relative;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-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-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
      position: relative;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-80fa100f-aa7c-433f-b460-753061c8faf7 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-80fa100f-aa7c-433f-b460-753061c8faf7 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ba89ad24-e6fb-4491-9516-29a26d31786d {
  margin-left: auto;
margin-right: auto;
}

#s-a29cbdfd-83a2-42ed-8cf3-415f03ff19ac {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-a29cbdfd-83a2-42ed-8cf3-415f03ff19ac {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-a29cbdfd-83a2-42ed-8cf3-415f03ff19ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a29cbdfd-83a2-42ed-8cf3-415f03ff19ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0021a4e-b93c-4ec3-9078-87c4862cab96 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a0021a4e-b93c-4ec3-9078-87c4862cab96 .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-73c1684e-eb50-4797-84f8-9fe31b73cbdd {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-40bb0b87-f1cc-4f42-8437-aa5c4e02792e {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-40bb0b87-f1cc-4f42-8437-aa5c4e02792e {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-40bb0b87-f1cc-4f42-8437-aa5c4e02792e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40bb0b87-f1cc-4f42-8437-aa5c4e02792e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b75535d-a2c7-43e5-867f-a42380d83fb5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0b75535d-a2c7-43e5-867f-a42380d83fb5 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fb241a88-cc68-4740-894f-f569cd613c7c {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-9939b49a-eb86-4ad5-aae8-83a15b8720ab {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-9939b49a-eb86-4ad5-aae8-83a15b8720ab {
  margin-top: 10px;
}
}







#s-9939b49a-eb86-4ad5-aae8-83a15b8720ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9939b49a-eb86-4ad5-aae8-83a15b8720ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-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-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
      position: relative;
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-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-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
      position: relative;
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-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-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
      position: relative;
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-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-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
      position: relative;
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-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-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
      position: relative;
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-07281af4-93c1-4b54-ad14-56867b40325e {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-07281af4-93c1-4b54-ad14-56867b40325e .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4653e651-50d4-4f30-9204-361dbc391144 {
  margin-left: auto;
margin-right: auto;
}

#s-c7b31c0e-f1ce-45e1-a2d5-0f0bf273e840 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c7b31c0e-f1ce-45e1-a2d5-0f0bf273e840 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-c7b31c0e-f1ce-45e1-a2d5-0f0bf273e840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7b31c0e-f1ce-45e1-a2d5-0f0bf273e840.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff8c2318-e727-45d7-812f-da201ab338fc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ff8c2318-e727-45d7-812f-da201ab338fc .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d46cf0d5-25df-40c8-a0ec-59bab0840109 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-ec1ae846-ab4f-449e-9ff0-bc71309b24fc {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-ec1ae846-ab4f-449e-9ff0-bc71309b24fc {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-ec1ae846-ab4f-449e-9ff0-bc71309b24fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec1ae846-ab4f-449e-9ff0-bc71309b24fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edb09885-6d6e-4c89-8e9b-e32c8ca9242f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-edb09885-6d6e-4c89-8e9b-e32c8ca9242f .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8515619d-9513-40df-85b4-d782b29847b7 {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-c7386c68-43dd-40f8-aa1f-5729098e5b0d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-c7386c68-43dd-40f8-aa1f-5729098e5b0d {
  margin-top: 10px;
}
}







#s-c7386c68-43dd-40f8-aa1f-5729098e5b0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7386c68-43dd-40f8-aa1f-5729098e5b0d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3-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-c32f6172-fc10-4447-961f-5619e81620a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
  box-sizing: border-box;
}



.s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c32f6172-fc10-4447-961f-5619e81620a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
      position: relative;
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-c32f6172-fc10-4447-961f-5619e81620a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3-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-c32f6172-fc10-4447-961f-5619e81620a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
  box-sizing: border-box;
}



.s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c32f6172-fc10-4447-961f-5619e81620a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
      position: relative;
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c32f6172-fc10-4447-961f-5619e81620a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3-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-c32f6172-fc10-4447-961f-5619e81620a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
  box-sizing: border-box;
}



.s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c32f6172-fc10-4447-961f-5619e81620a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
      position: relative;
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c32f6172-fc10-4447-961f-5619e81620a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3-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-c32f6172-fc10-4447-961f-5619e81620a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
  box-sizing: border-box;
}



.s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c32f6172-fc10-4447-961f-5619e81620a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
      position: relative;
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-c32f6172-fc10-4447-961f-5619e81620a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3-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-c32f6172-fc10-4447-961f-5619e81620a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32f6172-fc10-4447-961f-5619e81620a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c32f6172-fc10-4447-961f-5619e81620a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c32f6172-fc10-4447-961f-5619e81620a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image {
  box-sizing: border-box;
}



.s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c32f6172-fc10-4447-961f-5619e81620a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container {
      position: relative;
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32f6172-fc10-4447-961f-5619e81620a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-317e8a29-3aa7-44ee-8333-547daafebd37 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-317e8a29-3aa7-44ee-8333-547daafebd37 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8e125d01-25f3-43ec-98a6-408032f92839 {
  margin-left: auto;
margin-right: auto;
}

#s-84cfa04a-be7d-4087-99fc-75649136e4a2 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-84cfa04a-be7d-4087-99fc-75649136e4a2 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-84cfa04a-be7d-4087-99fc-75649136e4a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84cfa04a-be7d-4087-99fc-75649136e4a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6506060-8d84-4048-b6df-dac577ffe4ff {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a6506060-8d84-4048-b6df-dac577ffe4ff .shogun-heading-component h6 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2ee92e35-5e03-4a53-bbdb-401a211e31ef {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-088f588d-4f00-40f0-a570-c6a8bbf8d367 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-088f588d-4f00-40f0-a570-c6a8bbf8d367 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-088f588d-4f00-40f0-a570-c6a8bbf8d367 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-088f588d-4f00-40f0-a570-c6a8bbf8d367.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63f97fcc-913e-43cd-afbe-324cd268121f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-63f97fcc-913e-43cd-afbe-324cd268121f .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7069dd99-d8c0-4637-a8bc-2669b60ca93f {
  margin-top: 3px;
margin-left: auto;
margin-right: auto;
}

#s-230604ca-65d2-4949-9aca-53e46c587bb5 {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-230604ca-65d2-4949-9aca-53e46c587bb5 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-230604ca-65d2-4949-9aca-53e46c587bb5 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-230604ca-65d2-4949-9aca-53e46c587bb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-230604ca-65d2-4949-9aca-53e46c587bb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9d259a7-831f-4302-813f-a05f8d069e95 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9d259a7-831f-4302-813f-a05f8d069e95 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-a9d259a7-831f-4302-813f-a05f8d069e95 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a9d259a7-831f-4302-813f-a05f8d069e95 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-a9d259a7-831f-4302-813f-a05f8d069e95 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-9b16c00e-d19e-472f-a3af-2e7da7c56fec {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9b16c00e-d19e-472f-a3af-2e7da7c56fec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b16c00e-d19e-472f-a3af-2e7da7c56fec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9b16c00e-d19e-472f-a3af-2e7da7c56fec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b16c00e-d19e-472f-a3af-2e7da7c56fec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7072fe4f-f299-4f82-8e5a-b239b36afe7d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-7072fe4f-f299-4f82-8e5a-b239b36afe7d {
  margin-bottom: 0px;
padding-top: 15px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-7072fe4f-f299-4f82-8e5a-b239b36afe7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7072fe4f-f299-4f82-8e5a-b239b36afe7d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1-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-34377276-4a2c-459a-99db-80529d9a3dc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34377276-4a2c-459a-99db-80529d9a3dc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-34377276-4a2c-459a-99db-80529d9a3dc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34377276-4a2c-459a-99db-80529d9a3dc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34377276-4a2c-459a-99db-80529d9a3dc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1.shogun-image {
  box-sizing: border-box;
}



.s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-34377276-4a2c-459a-99db-80529d9a3dc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1-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-34377276-4a2c-459a-99db-80529d9a3dc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34377276-4a2c-459a-99db-80529d9a3dc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-34377276-4a2c-459a-99db-80529d9a3dc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34377276-4a2c-459a-99db-80529d9a3dc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34377276-4a2c-459a-99db-80529d9a3dc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1.shogun-image {
  box-sizing: border-box;
}



.s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-34377276-4a2c-459a-99db-80529d9a3dc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1-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-34377276-4a2c-459a-99db-80529d9a3dc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34377276-4a2c-459a-99db-80529d9a3dc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-34377276-4a2c-459a-99db-80529d9a3dc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34377276-4a2c-459a-99db-80529d9a3dc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34377276-4a2c-459a-99db-80529d9a3dc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1.shogun-image {
  box-sizing: border-box;
}



.s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-34377276-4a2c-459a-99db-80529d9a3dc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1-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-34377276-4a2c-459a-99db-80529d9a3dc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34377276-4a2c-459a-99db-80529d9a3dc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-34377276-4a2c-459a-99db-80529d9a3dc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34377276-4a2c-459a-99db-80529d9a3dc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34377276-4a2c-459a-99db-80529d9a3dc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1.shogun-image {
  box-sizing: border-box;
}



.s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-34377276-4a2c-459a-99db-80529d9a3dc1 {
  margin: 0 !important;
  overflow: visible;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1-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-34377276-4a2c-459a-99db-80529d9a3dc1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34377276-4a2c-459a-99db-80529d9a3dc1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  /* Add background color handling */
  
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-34377276-4a2c-459a-99db-80529d9a3dc1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34377276-4a2c-459a-99db-80529d9a3dc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34377276-4a2c-459a-99db-80529d9a3dc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34377276-4a2c-459a-99db-80529d9a3dc1.shogun-image {
  box-sizing: border-box;
}



.s-34377276-4a2c-459a-99db-80529d9a3dc1 img.shogun-image {
  
}


}
#s-0453049c-6fb9-4cbe-8008-f81bba9faea7 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-78b0ccc2-a9fb-4f65-a955-bc4d9cba7b3c {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-78b0ccc2-a9fb-4f65-a955-bc4d9cba7b3c {
  margin-top: 10px;
padding-top: 15px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-78b0ccc2-a9fb-4f65-a955-bc4d9cba7b3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78b0ccc2-a9fb-4f65-a955-bc4d9cba7b3c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977 {
  margin: 0 !important;
  overflow: visible;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977-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-b31bb51a-db8c-4e55-8205-5c264f880977 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b31bb51a-db8c-4e55-8205-5c264f880977 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  /* Add background color handling */
  
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-b31bb51a-db8c-4e55-8205-5c264f880977 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b31bb51a-db8c-4e55-8205-5c264f880977.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b31bb51a-db8c-4e55-8205-5c264f880977.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977.shogun-image {
  box-sizing: border-box;
}



.s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b31bb51a-db8c-4e55-8205-5c264f880977 {
  margin: 0 !important;
  overflow: visible;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977-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-b31bb51a-db8c-4e55-8205-5c264f880977 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b31bb51a-db8c-4e55-8205-5c264f880977 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  /* Add background color handling */
  
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b31bb51a-db8c-4e55-8205-5c264f880977 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b31bb51a-db8c-4e55-8205-5c264f880977.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b31bb51a-db8c-4e55-8205-5c264f880977.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977.shogun-image {
  box-sizing: border-box;
}



.s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b31bb51a-db8c-4e55-8205-5c264f880977 {
  margin: 0 !important;
  overflow: visible;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977-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-b31bb51a-db8c-4e55-8205-5c264f880977 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b31bb51a-db8c-4e55-8205-5c264f880977 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  /* Add background color handling */
  
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b31bb51a-db8c-4e55-8205-5c264f880977 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b31bb51a-db8c-4e55-8205-5c264f880977.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b31bb51a-db8c-4e55-8205-5c264f880977.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977.shogun-image {
  box-sizing: border-box;
}



.s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b31bb51a-db8c-4e55-8205-5c264f880977 {
  margin: 0 !important;
  overflow: visible;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977-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-b31bb51a-db8c-4e55-8205-5c264f880977 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b31bb51a-db8c-4e55-8205-5c264f880977 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  /* Add background color handling */
  
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b31bb51a-db8c-4e55-8205-5c264f880977 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b31bb51a-db8c-4e55-8205-5c264f880977.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b31bb51a-db8c-4e55-8205-5c264f880977.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977.shogun-image {
  box-sizing: border-box;
}



.s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b31bb51a-db8c-4e55-8205-5c264f880977 {
  margin: 0 !important;
  overflow: visible;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977-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-b31bb51a-db8c-4e55-8205-5c264f880977 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b31bb51a-db8c-4e55-8205-5c264f880977 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  /* Add background color handling */
  
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b31bb51a-db8c-4e55-8205-5c264f880977 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b31bb51a-db8c-4e55-8205-5c264f880977.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b31bb51a-db8c-4e55-8205-5c264f880977.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b31bb51a-db8c-4e55-8205-5c264f880977.shogun-image {
  box-sizing: border-box;
}



.s-b31bb51a-db8c-4e55-8205-5c264f880977 img.shogun-image {
  
}


}
#s-5b54de9b-5194-4201-966c-a1bd773def4f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5b54de9b-5194-4201-966c-a1bd773def4f {
  margin-bottom: 10px;
}
}
#s-6d9b18e0-7c3b-42b0-93cc-f96231109a20 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d9b18e0-7c3b-42b0-93cc-f96231109a20 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-6d9b18e0-7c3b-42b0-93cc-f96231109a20 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-6d9b18e0-7c3b-42b0-93cc-f96231109a20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d9b18e0-7c3b-42b0-93cc-f96231109a20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25a52cf9-2194-4889-9b20-aa84fcfc5680 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25a52cf9-2194-4889-9b20-aa84fcfc5680 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-25a52cf9-2194-4889-9b20-aa84fcfc5680 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-25a52cf9-2194-4889-9b20-aa84fcfc5680 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-25a52cf9-2194-4889-9b20-aa84fcfc5680 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-e09d31b8-5316-4056-ba2e-616548e724ba {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 5px;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-column {
  background-color: rgba(227, 227, 227, 1);
  padding: 10px;
  text-align: inherit;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-row {
  background-color: rgba(242, 242, 242, 1);
  padding: 10px;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-column, #s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-136a2e0c-c152-4fb0-82a3-7f9ad9f8ef4a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}
@media (max-width: 767px){#s-136a2e0c-c152-4fb0-82a3-7f9ad9f8ef4a {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-b183baa8-9a72-4522-9e14-50a4971e6635 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b183baa8-9a72-4522-9e14-50a4971e6635 {
  margin-top: 10px;
padding-left: 0%;
}
}
#s-b183baa8-9a72-4522-9e14-50a4971e6635 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 5px;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-column {
  background-color: rgba(40, 40, 40, 1);
  padding: 10px;
  text-align: inherit;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-row {
  background-color: rgba(242, 242, 242, 1);
  padding: 10px;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-column, #s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-28736c08-2ede-46f5-8f75-8355a7b5d733 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}
@media (max-width: 767px){#s-28736c08-2ede-46f5-8f75-8355a7b5d733 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-c263e414-1d57-48a2-9b24-809d4ad12ddc {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c263e414-1d57-48a2-9b24-809d4ad12ddc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c263e414-1d57-48a2-9b24-809d4ad12ddc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c263e414-1d57-48a2-9b24-809d4ad12ddc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c263e414-1d57-48a2-9b24-809d4ad12ddc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d66697a2-49e8-433a-b7f9-fb8d922555d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-d66697a2-49e8-433a-b7f9-fb8d922555d1 {
  margin-bottom: 10px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
}
}







#s-d66697a2-49e8-433a-b7f9-fb8d922555d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d66697a2-49e8-433a-b7f9-fb8d922555d1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 900/425;
text-align: left;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df-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-e2e14349-b3db-4211-aa6d-1a035639f1df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
  box-sizing: border-box;
}



.s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e14349-b3db-4211-aa6d-1a035639f1df {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
      position: relative;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df-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-e2e14349-b3db-4211-aa6d-1a035639f1df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
  box-sizing: border-box;
}



.s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e14349-b3db-4211-aa6d-1a035639f1df {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
      position: relative;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df 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-e2e14349-b3db-4211-aa6d-1a035639f1df {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df-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-e2e14349-b3db-4211-aa6d-1a035639f1df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
  box-sizing: border-box;
}



.s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e14349-b3db-4211-aa6d-1a035639f1df {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
      position: relative;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df 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-e2e14349-b3db-4211-aa6d-1a035639f1df {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df-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-e2e14349-b3db-4211-aa6d-1a035639f1df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
  box-sizing: border-box;
}



.s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e14349-b3db-4211-aa6d-1a035639f1df {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
      position: relative;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  margin: 0 !important;
  overflow: visible;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df-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-e2e14349-b3db-4211-aa6d-1a035639f1df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2e14349-b3db-4211-aa6d-1a035639f1df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add background color handling */
  
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2e14349-b3db-4211-aa6d-1a035639f1df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e2e14349-b3db-4211-aa6d-1a035639f1df .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image {
  box-sizing: border-box;
}



.s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2e14349-b3db-4211-aa6d-1a035639f1df {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container {
      position: relative;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2e14349-b3db-4211-aa6d-1a035639f1df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-205e65e3-78a3-470b-b550-421b83eb69d2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-205e65e3-78a3-470b-b550-421b83eb69d2 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8d4de202-2779-4b6c-91fc-c49b9f1be6ba {
  margin-left: auto;
margin-right: auto;
}

#s-5a561810-dbd1-4fff-a8e7-8daaa02cf0d2 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-5a561810-dbd1-4fff-a8e7-8daaa02cf0d2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-5a561810-dbd1-4fff-a8e7-8daaa02cf0d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a561810-dbd1-4fff-a8e7-8daaa02cf0d2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  margin: 0 !important;
  overflow: visible;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d-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-944c7918-c2fe-4c97-b802-6c998e536f3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add background color handling */
  
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
  box-sizing: border-box;
}



.s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-944c7918-c2fe-4c97-b802-6c998e536f3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
      position: relative;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  margin: 0 !important;
  overflow: visible;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d-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-944c7918-c2fe-4c97-b802-6c998e536f3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add background color handling */
  
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
  box-sizing: border-box;
}



.s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-944c7918-c2fe-4c97-b802-6c998e536f3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
      position: relative;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  margin: 0 !important;
  overflow: visible;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d-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-944c7918-c2fe-4c97-b802-6c998e536f3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add background color handling */
  
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
  box-sizing: border-box;
}



.s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-944c7918-c2fe-4c97-b802-6c998e536f3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
      position: relative;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  margin: 0 !important;
  overflow: visible;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d-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-944c7918-c2fe-4c97-b802-6c998e536f3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add background color handling */
  
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
  box-sizing: border-box;
}



.s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-944c7918-c2fe-4c97-b802-6c998e536f3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
      position: relative;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  margin: 0 !important;
  overflow: visible;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d-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-944c7918-c2fe-4c97-b802-6c998e536f3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-944c7918-c2fe-4c97-b802-6c998e536f3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add background color handling */
  
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-944c7918-c2fe-4c97-b802-6c998e536f3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-944c7918-c2fe-4c97-b802-6c998e536f3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image {
  box-sizing: border-box;
}



.s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-944c7918-c2fe-4c97-b802-6c998e536f3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container {
      position: relative;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-944c7918-c2fe-4c97-b802-6c998e536f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-4d41c8cb-4593-414e-9411-53c32958bee8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d41c8cb-4593-414e-9411-53c32958bee8 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-cbaab1d8-4b35-4b05-970f-865e0b7187e6 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cbaab1d8-4b35-4b05-970f-865e0b7187e6 {
  margin-bottom: 10px;
}
}
#s-cad2e830-06df-4c4f-95af-8d468348091d {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cad2e830-06df-4c4f-95af-8d468348091d {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-cad2e830-06df-4c4f-95af-8d468348091d {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-cad2e830-06df-4c4f-95af-8d468348091d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cad2e830-06df-4c4f-95af-8d468348091d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19b72168-fb96-4dd2-845e-4339afa27b63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d {
  margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5e367133-a199-42d0-a859-3c8cc8b6d5b2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5e367133-a199-42d0-a859-3c8cc8b6d5b2 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-5e367133-a199-42d0-a859-3c8cc8b6d5b2 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-ad44ba88-3085-4e12-ab14-a43eca51ba92 {
  margin-left: auto;
margin-right: auto;
}

#s-01a41153-809a-4f39-82d1-b060f8c403d6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-aa31dffa-c734-4575-9b45-238020c3ba95 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-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-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-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-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-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-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-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-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-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-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-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-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-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-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-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-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-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-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-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-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin-top: 10px;
}
}
#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-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-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-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-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-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-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-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-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-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-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin-top: 10px;
}
}
#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-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-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-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-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-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-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-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-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-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-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-45838310-f320-4f67-85d8-4e6eb6becc4c {
  margin-left: auto;
margin-right: auto;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d40ed470-ba51-48e6-9cb9-39289adc00f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d40ed470-ba51-48e6-9cb9-39289adc00f2:active {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2-atc-btn-wrapper {
    text-align: center;
  }


#s-d40ed470-ba51-48e6-9cb9-39289adc00f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

@media (min-width: 1200px){
  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2-atc-btn-wrapper {
    text-align: center;
  }


#s-d40ed470-ba51-48e6-9cb9-39289adc00f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2-atc-btn-wrapper {
    text-align: center;
  }


#s-d40ed470-ba51-48e6-9cb9-39289adc00f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2-atc-btn-wrapper {
    text-align: center;
  }


#s-d40ed470-ba51-48e6-9cb9-39289adc00f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2-atc-btn-wrapper {
    text-align: center;
  }


#s-d40ed470-ba51-48e6-9cb9-39289adc00f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d40ed470-ba51-48e6-9cb9-39289adc00f2.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Montserrat;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }

}
#s-79cd97b3-38d4-4b1f-8920-d089f92b8534 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(40, 40, 40, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-79cd97b3-38d4-4b1f-8920-d089f92b8534 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79cd97b3-38d4-4b1f-8920-d089f92b8534 {
  padding-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-79cd97b3-38d4-4b1f-8920-d089f92b8534 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-79cd97b3-38d4-4b1f-8920-d089f92b8534 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
}
}







#s-79cd97b3-38d4-4b1f-8920-d089f92b8534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79cd97b3-38d4-4b1f-8920-d089f92b8534.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47294087-19c8-4732-841d-8be2c4f368f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47294087-19c8-4732-841d-8be2c4f368f3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-47294087-19c8-4732-841d-8be2c4f368f3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-47294087-19c8-4732-841d-8be2c4f368f3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


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

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

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

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

#s-ab91f477-62e8-4dce-8dc0-3e1b848b40b5 {
  margin-top: 10px;
}

#s-982884f1-0a53-46d1-9ce7-2d524507623e {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-982884f1-0a53-46d1-9ce7-2d524507623e {
  text-align: center;
}
}@media (max-width: 767px){#s-982884f1-0a53-46d1-9ce7-2d524507623e {
  margin-top: 10px;
text-align: center;
}
}
#s-982884f1-0a53-46d1-9ce7-2d524507623e .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-ca5508c1-df81-4d84-8cb7-0d303c27ff48 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ca5508c1-df81-4d84-8cb7-0d303c27ff48 {
  display: none;
}
#s-ca5508c1-df81-4d84-8cb7-0d303c27ff48, #wrap-s-ca5508c1-df81-4d84-8cb7-0d303c27ff48, #wrap-content-s-ca5508c1-df81-4d84-8cb7-0d303c27ff48 { display: none !important; }}
#s-ca5508c1-df81-4d84-8cb7-0d303c27ff48 hr {
  border-top: 2px solid rgba(77, 77, 77, 1);
}

#s-41cce0b8-8af9-48ce-96f7-c2c6871c6341 {
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-41cce0b8-8af9-48ce-96f7-c2c6871c6341 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-41cce0b8-8af9-48ce-96f7-c2c6871c6341 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-41cce0b8-8af9-48ce-96f7-c2c6871c6341"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41cce0b8-8af9-48ce-96f7-c2c6871c6341"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-41cce0b8-8af9-48ce-96f7-c2c6871c6341"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-41cce0b8-8af9-48ce-96f7-c2c6871c6341"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-1026632c-58b3-4b38-a61b-cfd63479c7f3 {
  margin-top: 25px;
}
}
#s-ec4d876e-13de-4b02-8dfd-472d0b8a89a1 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ec4d876e-13de-4b02-8dfd-472d0b8a89a1 {
  margin-top: 10px;
text-align: center;
}
}
#s-ec4d876e-13de-4b02-8dfd-472d0b8a89a1 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-97714e2e-7ffe-48c4-b9df-3b197ff7464c {
  margin-top: 30px;
}
}
#s-c2836a51-bba4-4fbd-9291-0b965b6d6007 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-c2836a51-bba4-4fbd-9291-0b965b6d6007 {
  margin-top: 10px;
text-align: center;
}
}
#s-c2836a51-bba4-4fbd-9291-0b965b6d6007 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d7671785-6638-4419-a303-c26f00f2e923 {
  margin-top: 30px;
padding-top: 50px;
padding-left: 3%;
padding-bottom: 50px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-d7671785-6638-4419-a303-c26f00f2e923 {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-d7671785-6638-4419-a303-c26f00f2e923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7671785-6638-4419-a303-c26f00f2e923.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  max-width: 200px;
aspect-ratio: 1680/394;
text-align: center;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  margin: 0 !important;
  overflow: visible;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be-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-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add background color handling */
  
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }

    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-link {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
  box-sizing: border-box;
}



.s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
      --shg-aspect-ratio: calc(1680/394); 
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
      position: relative;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  margin: 0 !important;
  overflow: visible;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be-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-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add background color handling */
  
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }

    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-link {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
  box-sizing: border-box;
}



.s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
      --shg-aspect-ratio: calc(1680/394); 
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
      position: relative;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  margin: 0 !important;
  overflow: visible;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be-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-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add background color handling */
  
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }

    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-link {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
  box-sizing: border-box;
}



.s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
      --shg-aspect-ratio: calc(1680/394); 
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
      position: relative;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  margin: 0 !important;
  overflow: visible;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be-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-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add background color handling */
  
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }

    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-link {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
  box-sizing: border-box;
}



.s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
      --shg-aspect-ratio: calc(1680/394); 
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
      position: relative;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  margin: 0 !important;
  overflow: visible;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be-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-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add background color handling */
  
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }

    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-link {
      aspect-ratio: 1680/394;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-0f144174-4020-4e50-8e5b-ffeb1961b1be .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image {
  box-sizing: border-box;
}



.s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be {
      --shg-aspect-ratio: calc(1680/394); 
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container {
      position: relative;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f144174-4020-4e50-8e5b-ffeb1961b1be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-d4581f2a-44e7-4508-b606-e8ad889448eb {
  margin-top: 30px;
text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
