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

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

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

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

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

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

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

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

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

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

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

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

#s-3a310085-d9f2-4832-9eb0-aeeef7d7a6c7 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
background-repeat: no-repeat;
}








#s-3a310085-d9f2-4832-9eb0-aeeef7d7a6c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a310085-d9f2-4832-9eb0-aeeef7d7a6c7 {
  cursor: pointer;
}#s-3a310085-d9f2-4832-9eb0-aeeef7d7a6c7.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-ef0a7840-839a-4a4d-a895-022ab2d37d52 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ef0a7840-839a-4a4d-a895-022ab2d37d52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef0a7840-839a-4a4d-a895-022ab2d37d52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ef0a7840-839a-4a4d-a895-022ab2d37d52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef0a7840-839a-4a4d-a895-022ab2d37d52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-655ef69f-0d17-47fe-bc03-b0adecd301ac {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}

#s-655ef69f-0d17-47fe-bc03-b0adecd301ac {
  background-image: url(https://i.shgcdn.com/b9070127-7296-4f28-971a-e0a9a7043204/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac {
  background-image: url(https://i.shgcdn.com/b9070127-7296-4f28-971a-e0a9a7043204/-/resize/480x/);
}
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac {
  background-image: url(https://i.shgcdn.com/b9070127-7296-4f28-971a-e0a9a7043204/-/resize/960x/);
}
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac {
  background-image: url(https://i.shgcdn.com/b9070127-7296-4f28-971a-e0a9a7043204/-/resize/768x/);
}
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac {
  background-image: url(https://i.shgcdn.com/b9070127-7296-4f28-971a-e0a9a7043204/-/resize/1536x/);
}
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac {
  background-image: url(https://i.shgcdn.com/b9070127-7296-4f28-971a-e0a9a7043204/-/resize/1024x/);
}
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac {
  background-image: url(https://i.shgcdn.com/b9070127-7296-4f28-971a-e0a9a7043204/-/resize/2048x/);
}
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac {
  background-image: url(https://i.shgcdn.com/b9070127-7296-4f28-971a-e0a9a7043204/-/resize/1200x/);
}
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac {
  background-image: url(https://i.shgcdn.com/b9070127-7296-4f28-971a-e0a9a7043204/-/resize/2048x/);
}
#s-655ef69f-0d17-47fe-bc03-b0adecd301ac.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-655ef69f-0d17-47fe-bc03-b0adecd301ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-655ef69f-0d17-47fe-bc03-b0adecd301ac.shg-box.shg-c {
  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-5049dc67-f149-4105-8cae-78b13047dca6 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5049dc67-f149-4105-8cae-78b13047dca6 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  margin-left: 13%;
margin-right: 13%;
max-width: 677px;
aspect-ratio: 677/398;
text-align: center;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  margin: 0 !important;
  overflow: visible;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  /* Add background color handling */
  
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shg-image-content-wrapper {
      aspect-ratio: 677/398;
      min-width: 100%;
      height: auto;
    }

    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shogun-image-link {
      aspect-ratio: 677/398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 677px;
  }



  img.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image {
    
    
    
    max-height: 677px;
  }


.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image {
  box-sizing: border-box;
}



.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
      --shg-aspect-ratio: calc(677/398); 
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
      position: relative;
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 677px;
    }
  }

@media (min-width: 1200px){#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  margin: 0 !important;
  overflow: visible;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  /* Add background color handling */
  
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shg-image-content-wrapper {
      aspect-ratio: 677/398;
      min-width: 100%;
      height: auto;
    }

    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shogun-image-link {
      aspect-ratio: 677/398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 677px;
  }



  img.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image {
    
    
    
    max-height: 677px;
  }


.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image {
  box-sizing: border-box;
}



.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
      --shg-aspect-ratio: calc(677/398); 
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
      position: relative;
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 677px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  margin: 0 !important;
  overflow: visible;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  /* Add background color handling */
  
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shg-image-content-wrapper {
      aspect-ratio: 677/398;
      min-width: 100%;
      height: auto;
    }

    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shogun-image-link {
      aspect-ratio: 677/398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 677px;
  }



  img.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image {
    
    
    
    max-height: 677px;
  }


.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image {
  box-sizing: border-box;
}



.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
      --shg-aspect-ratio: calc(677/398); 
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
      position: relative;
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 677px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  margin: 0 !important;
  overflow: visible;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  /* Add background color handling */
  
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shg-image-content-wrapper {
      aspect-ratio: 677/398;
      min-width: 100%;
      height: auto;
    }

    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shogun-image-link {
      aspect-ratio: 677/398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 677px;
  }



  img.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image {
    
    
    
    max-height: 677px;
  }


.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image {
  box-sizing: border-box;
}



.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
      --shg-aspect-ratio: calc(677/398); 
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
      position: relative;
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 677px;
    }
  }

}@media (max-width: 767px){#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  margin: 0 !important;
  overflow: visible;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  /* Add background color handling */
  
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shg-image-content-wrapper {
      aspect-ratio: 677/398;
      min-width: 100%;
      height: auto;
    }

    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shogun-image-link {
      aspect-ratio: 677/398;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 677px;
  }



  img.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image {
    
    
    
    max-height: 677px;
  }


.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image {
  box-sizing: border-box;
}



.s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce {
      --shg-aspect-ratio: calc(677/398); 
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container {
      position: relative;
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdcd0983-9e53-4b97-a631-e9aaeb569dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 677px;
    }
  }

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-c5ba50d9-bf22-4885-8454-60d518e7adfe {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-c5ba50d9-bf22-4885-8454-60d518e7adfe:hover {background-color: rgba(0, 150, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c5ba50d9-bf22-4885-8454-60d518e7adfe:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c5ba50d9-bf22-4885-8454-60d518e7adfe-root {
    text-align: center;
  }


#s-c5ba50d9-bf22-4885-8454-60d518e7adfe.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5ba50d9-bf22-4885-8454-60d518e7adfe-root {
    text-align: center;
  }


#s-c5ba50d9-bf22-4885-8454-60d518e7adfe.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5ba50d9-bf22-4885-8454-60d518e7adfe-root {
    text-align: center;
  }


#s-c5ba50d9-bf22-4885-8454-60d518e7adfe.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5ba50d9-bf22-4885-8454-60d518e7adfe-root {
    text-align: center;
  }


#s-c5ba50d9-bf22-4885-8454-60d518e7adfe.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5ba50d9-bf22-4885-8454-60d518e7adfe-root {
    text-align: center;
  }


#s-c5ba50d9-bf22-4885-8454-60d518e7adfe.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  margin-left: 0%;
margin-right: 0%;
max-width: 1500px;
aspect-ratio: 1500/1326;
text-align: center;
}
@media (max-width: 767px){#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  
}
}
#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  margin: 0 !important;
  overflow: visible;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  /* Add background color handling */
  
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shg-image-content-wrapper {
      aspect-ratio: 1500/1326;
      min-width: 100%;
      height: auto;
    }

    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shogun-image-link {
      aspect-ratio: 1500/1326;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image {
  box-sizing: border-box;
}



.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
      --shg-aspect-ratio: calc(1500/1326); 
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
      position: relative;
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  margin: 0 !important;
  overflow: visible;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  /* Add background color handling */
  
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shg-image-content-wrapper {
      aspect-ratio: 1500/1326;
      min-width: 100%;
      height: auto;
    }

    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shogun-image-link {
      aspect-ratio: 1500/1326;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image {
  box-sizing: border-box;
}



.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
      --shg-aspect-ratio: calc(1500/1326); 
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
      position: relative;
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac 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-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  margin: 0 !important;
  overflow: visible;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  /* Add background color handling */
  
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shg-image-content-wrapper {
      aspect-ratio: 1500/1326;
      min-width: 100%;
      height: auto;
    }

    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shogun-image-link {
      aspect-ratio: 1500/1326;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image {
  box-sizing: border-box;
}



.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
      --shg-aspect-ratio: calc(1500/1326); 
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
      position: relative;
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac 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-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  margin: 0 !important;
  overflow: visible;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  /* Add background color handling */
  
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shg-image-content-wrapper {
      aspect-ratio: 1500/1326;
      min-width: 100%;
      height: auto;
    }

    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shogun-image-link {
      aspect-ratio: 1500/1326;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image {
  box-sizing: border-box;
}



.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
      --shg-aspect-ratio: calc(1500/1326); 
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
      position: relative;
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  margin: 0 !important;
  overflow: visible;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  /* Add background color handling */
  
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shg-image-content-wrapper {
      aspect-ratio: 1500/1326;
      min-width: 100%;
      height: auto;
    }

    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shogun-image-link {
      aspect-ratio: 1500/1326;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image {
  box-sizing: border-box;
}



.s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac {
      --shg-aspect-ratio: calc(1500/1326); 
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container {
      position: relative;
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355e1e8e-7398-4294-a4e9-a5eae78fe0ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-f38a2e82-5f32-4488-bda9-085a8d7d1532 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f38a2e82-5f32-4488-bda9-085a8d7d1532 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f38a2e82-5f32-4488-bda9-085a8d7d1532 {
  cursor: pointer;
}#s-f38a2e82-5f32-4488-bda9-085a8d7d1532.shg-box.shg-c {
  justify-content: center;
}

#s-8a340463-49a5-43b9-a9f8-332b1b0ba5e1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8a340463-49a5-43b9-a9f8-332b1b0ba5e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a340463-49a5-43b9-a9f8-332b1b0ba5e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a340463-49a5-43b9-a9f8-332b1b0ba5e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a340463-49a5-43b9-a9f8-332b1b0ba5e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5b2302f8-3346-4e07-b9f7-4e0610e98758 {
  min-height: 20px;
background-color: rgba(214, 19, 19, 1);
}








#s-5b2302f8-3346-4e07-b9f7-4e0610e98758 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b2302f8-3346-4e07-b9f7-4e0610e98758.shg-box.shg-c {
  justify-content: center;
}

#s-eb6f1375-4904-4191-8f64-a2eff5309bd7 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 3px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb6f1375-4904-4191-8f64-a2eff5309bd7 {
  margin-left: 14%;
margin-right: 14%;
}
}
#s-eb6f1375-4904-4191-8f64-a2eff5309bd7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-eb6f1375-4904-4191-8f64-a2eff5309bd7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}
#s-7d9c51f0-6c79-48da-81df-fcc58ef98b0d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-7d9c51f0-6c79-48da-81df-fcc58ef98b0d {
  margin-left: 12%;
margin-right: 12%;
}
}@media (max-width: 767px){#s-7d9c51f0-6c79-48da-81df-fcc58ef98b0d {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-7d9c51f0-6c79-48da-81df-fcc58ef98b0d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-7d9c51f0-6c79-48da-81df-fcc58ef98b0d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}
#s-c8d460a0-0029-4c72-b2d5-03c040509f25 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8d460a0-0029-4c72-b2d5-03c040509f25 {
  margin-left: 14%;
margin-right: 14%;
}
}
#s-c8d460a0-0029-4c72-b2d5-03c040509f25 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-c8d460a0-0029-4c72-b2d5-03c040509f25 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-65fb0d63-610c-4b09-84da-a0f6fd230e34 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-65fb0d63-610c-4b09-84da-a0f6fd230e34:hover {background-color: rgba(181, 22, 22, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-65fb0d63-610c-4b09-84da-a0f6fd230e34:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-65fb0d63-610c-4b09-84da-a0f6fd230e34 {
  margin-top: 8px;
}
}

  #s-65fb0d63-610c-4b09-84da-a0f6fd230e34-root {
    text-align: center;
  }


#s-65fb0d63-610c-4b09-84da-a0f6fd230e34.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-65fb0d63-610c-4b09-84da-a0f6fd230e34-root {
    text-align: center;
  }


#s-65fb0d63-610c-4b09-84da-a0f6fd230e34.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65fb0d63-610c-4b09-84da-a0f6fd230e34-root {
    text-align: center;
  }


#s-65fb0d63-610c-4b09-84da-a0f6fd230e34.shg-btn {
  color: #ffffff;
  
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65fb0d63-610c-4b09-84da-a0f6fd230e34-root {
    text-align: center;
  }


#s-65fb0d63-610c-4b09-84da-a0f6fd230e34.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-65fb0d63-610c-4b09-84da-a0f6fd230e34-root {
    text-align: center;
  }


#s-65fb0d63-610c-4b09-84da-a0f6fd230e34.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cd939a39-ef2c-40d5-883f-5336c810ee21 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cd939a39-ef2c-40d5-883f-5336c810ee21"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cd939a39-ef2c-40d5-883f-5336c810ee21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd939a39-ef2c-40d5-883f-5336c810ee21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd939a39-ef2c-40d5-883f-5336c810ee21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  margin: 0 !important;
  overflow: visible;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  /* Add background color handling */
  
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image {
  box-sizing: border-box;
}



.s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
      position: relative;
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){#s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  margin: 0 !important;
  overflow: visible;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  /* Add background color handling */
  
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image {
  box-sizing: border-box;
}



.s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
      position: relative;
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  margin: 0 !important;
  overflow: visible;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  /* Add background color handling */
  
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image {
  box-sizing: border-box;
}



.s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
      position: relative;
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  margin: 0 !important;
  overflow: visible;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  /* Add background color handling */
  
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image {
  box-sizing: border-box;
}



.s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
      position: relative;
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}@media (max-width: 767px){#s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  margin: 0 !important;
  overflow: visible;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  /* Add background color handling */
  
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 640px;
  }



  img.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d05b8ba3-6351-47ab-af54-969fdb9d817c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image {
  box-sizing: border-box;
}



.s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container {
      position: relative;
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d05b8ba3-6351-47ab-af54-969fdb9d817c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-6423c779-763e-4df7-83fe-6db85fb98804 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 468px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804 {
  margin: 0 !important;
  overflow: visible;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6423c779-763e-4df7-83fe-6db85fb98804 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-6423c779-763e-4df7-83fe-6db85fb98804 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  /* Add background color handling */
  
}

#s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 468px;
  }



  img.s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image {
    
    
    
    max-height: 468px;
  }


.s-6423c779-763e-4df7-83fe-6db85fb98804 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6423c779-763e-4df7-83fe-6db85fb98804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image {
  box-sizing: border-box;
}



.s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6423c779-763e-4df7-83fe-6db85fb98804 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
      position: relative;
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 468px;
    }
  }

@media (min-width: 1200px){#s-6423c779-763e-4df7-83fe-6db85fb98804 {
  margin: 0 !important;
  overflow: visible;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6423c779-763e-4df7-83fe-6db85fb98804 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6423c779-763e-4df7-83fe-6db85fb98804 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  /* Add background color handling */
  
}

#s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 468px;
  }



  img.s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image {
    
    
    
    max-height: 468px;
  }


.s-6423c779-763e-4df7-83fe-6db85fb98804 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6423c779-763e-4df7-83fe-6db85fb98804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image {
  box-sizing: border-box;
}



.s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6423c779-763e-4df7-83fe-6db85fb98804 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
      position: relative;
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 468px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6423c779-763e-4df7-83fe-6db85fb98804 {
  margin: 0 !important;
  overflow: visible;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6423c779-763e-4df7-83fe-6db85fb98804 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6423c779-763e-4df7-83fe-6db85fb98804 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  /* Add background color handling */
  
}

#s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 468px;
  }



  img.s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image {
    
    
    
    max-height: 468px;
  }


.s-6423c779-763e-4df7-83fe-6db85fb98804 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6423c779-763e-4df7-83fe-6db85fb98804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image {
  box-sizing: border-box;
}



.s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6423c779-763e-4df7-83fe-6db85fb98804 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
      position: relative;
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 468px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6423c779-763e-4df7-83fe-6db85fb98804 {
  margin: 0 !important;
  overflow: visible;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6423c779-763e-4df7-83fe-6db85fb98804 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6423c779-763e-4df7-83fe-6db85fb98804 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  /* Add background color handling */
  
}

#s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 468px;
  }



  img.s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image {
    
    
    
    max-height: 468px;
  }


.s-6423c779-763e-4df7-83fe-6db85fb98804 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6423c779-763e-4df7-83fe-6db85fb98804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image {
  box-sizing: border-box;
}



.s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6423c779-763e-4df7-83fe-6db85fb98804 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
      position: relative;
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 468px;
    }
  }

}@media (max-width: 767px){#s-6423c779-763e-4df7-83fe-6db85fb98804 {
  margin: 0 !important;
  overflow: visible;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6423c779-763e-4df7-83fe-6db85fb98804 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6423c779-763e-4df7-83fe-6db85fb98804 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  /* Add background color handling */
  
}

#s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6423c779-763e-4df7-83fe-6db85fb98804 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 468px;
  }



  img.s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image {
    
    
    
    max-height: 468px;
  }


.s-6423c779-763e-4df7-83fe-6db85fb98804 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6423c779-763e-4df7-83fe-6db85fb98804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image {
  box-sizing: border-box;
}



.s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6423c779-763e-4df7-83fe-6db85fb98804 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container {
      position: relative;
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6423c779-763e-4df7-83fe-6db85fb98804 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 468px;
    }
  }

}
#s-dd11642a-2243-425c-a1fc-c2d2a3efaa67 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
}








#s-dd11642a-2243-425c-a1fc-c2d2a3efaa67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd11642a-2243-425c-a1fc-c2d2a3efaa67 {
  cursor: pointer;
}#s-dd11642a-2243-425c-a1fc-c2d2a3efaa67.shg-box.shg-c {
  justify-content: center;
}

#s-078158da-b2b1-4870-9b8e-b6adb2783db0 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-078158da-b2b1-4870-9b8e-b6adb2783db0 {
  background-image: url(https://i.shgcdn.com/f16f7f75-057e-44a5-a7a9-09b28c619b47/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-078158da-b2b1-4870-9b8e-b6adb2783db0 {
  background-image: url(https://i.shgcdn.com/f16f7f75-057e-44a5-a7a9-09b28c619b47/-/resize/480x/);
}
#s-078158da-b2b1-4870-9b8e-b6adb2783db0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-078158da-b2b1-4870-9b8e-b6adb2783db0 {
  background-image: url(https://i.shgcdn.com/f16f7f75-057e-44a5-a7a9-09b28c619b47/-/resize/960x/);
}
#s-078158da-b2b1-4870-9b8e-b6adb2783db0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-078158da-b2b1-4870-9b8e-b6adb2783db0 {
  background-image: url(https://i.shgcdn.com/f16f7f75-057e-44a5-a7a9-09b28c619b47/-/resize/768x/);
}
#s-078158da-b2b1-4870-9b8e-b6adb2783db0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-078158da-b2b1-4870-9b8e-b6adb2783db0 {
  background-image: url(https://i.shgcdn.com/f16f7f75-057e-44a5-a7a9-09b28c619b47/-/resize/1536x/);
}
#s-078158da-b2b1-4870-9b8e-b6adb2783db0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-078158da-b2b1-4870-9b8e-b6adb2783db0 {
  background-image: url(https://i.shgcdn.com/f16f7f75-057e-44a5-a7a9-09b28c619b47/-/resize/1024x/);
}
#s-078158da-b2b1-4870-9b8e-b6adb2783db0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-078158da-b2b1-4870-9b8e-b6adb2783db0 {
  background-image: url(https://i.shgcdn.com/f16f7f75-057e-44a5-a7a9-09b28c619b47/-/resize/2048x/);
}
#s-078158da-b2b1-4870-9b8e-b6adb2783db0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-078158da-b2b1-4870-9b8e-b6adb2783db0 {
  background-image: url(https://i.shgcdn.com/f16f7f75-057e-44a5-a7a9-09b28c619b47/-/resize/1200x/);
}
#s-078158da-b2b1-4870-9b8e-b6adb2783db0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-078158da-b2b1-4870-9b8e-b6adb2783db0 {
  background-image: url(https://i.shgcdn.com/f16f7f75-057e-44a5-a7a9-09b28c619b47/-/resize/2048x/);
}
#s-078158da-b2b1-4870-9b8e-b6adb2783db0.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-078158da-b2b1-4870-9b8e-b6adb2783db0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-078158da-b2b1-4870-9b8e-b6adb2783db0 {
  cursor: pointer;
}#s-078158da-b2b1-4870-9b8e-b6adb2783db0.shg-box.shg-c {
  justify-content: center;
}

#s-a18785c1-ad00-42ec-8889-b9a7b49a728b {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a18785c1-ad00-42ec-8889-b9a7b49a728b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  margin-left: 13%;
margin-right: 13%;
max-width: 1852px;
aspect-ratio: 1852/200;
text-align: center;
}
@media (max-width: 767px){#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shg-image-content-wrapper {
      aspect-ratio: 1852/200;
      min-width: 100%;
      height: auto;
    }

    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shogun-image-link {
      aspect-ratio: 1852/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1852px;
  }



  img.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image {
    
    
    
    max-height: 1852px;
  }


.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image {
  box-sizing: border-box;
}



.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
      --shg-aspect-ratio: calc(1852/200); 
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
      position: relative;
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1852px;
    }
  }

@media (min-width: 1200px){#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shg-image-content-wrapper {
      aspect-ratio: 1852/200;
      min-width: 100%;
      height: auto;
    }

    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shogun-image-link {
      aspect-ratio: 1852/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1852px;
  }



  img.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image {
    
    
    
    max-height: 1852px;
  }


.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image {
  box-sizing: border-box;
}



.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
      --shg-aspect-ratio: calc(1852/200); 
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
      position: relative;
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1852px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shg-image-content-wrapper {
      aspect-ratio: 1852/200;
      min-width: 100%;
      height: auto;
    }

    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shogun-image-link {
      aspect-ratio: 1852/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1852px;
  }



  img.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image {
    
    
    
    max-height: 1852px;
  }


.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image {
  box-sizing: border-box;
}



.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
      --shg-aspect-ratio: calc(1852/200); 
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
      position: relative;
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1852px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shg-image-content-wrapper {
      aspect-ratio: 1852/200;
      min-width: 100%;
      height: auto;
    }

    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shogun-image-link {
      aspect-ratio: 1852/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1852px;
  }



  img.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image {
    
    
    
    max-height: 1852px;
  }


.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image {
  box-sizing: border-box;
}



.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
      --shg-aspect-ratio: calc(1852/200); 
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
      position: relative;
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1852px;
    }
  }

}@media (max-width: 767px){#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shg-image-content-wrapper {
      aspect-ratio: 1852/200;
      min-width: 100%;
      height: auto;
    }

    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shogun-image-link {
      aspect-ratio: 1852/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1852px;
  }



  img.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image {
    
    
    
    max-height: 1852px;
  }


.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image {
  box-sizing: border-box;
}



.s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed {
      --shg-aspect-ratio: calc(1852/200); 
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container {
      position: relative;
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc87fc3-52ae-42df-b361-05fabd8f6aed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1852px;
    }
  }

}
#s-5ba02b9b-d4a5-4c75-91be-97580bc5516c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-bottom: 4px;
text-align: center;
}

#s-5ba02b9b-d4a5-4c75-91be-97580bc5516c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-3f57ed49-01cc-427b-a7c3-3443a1db6e47 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 22px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(9, 9, 9, 1);
}
#s-3f57ed49-01cc-427b-a7c3-3443a1db6e47:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-3f57ed49-01cc-427b-a7c3-3443a1db6e47:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f57ed49-01cc-427b-a7c3-3443a1db6e47-root {
    text-align: center;
  }


#s-3f57ed49-01cc-427b-a7c3-3443a1db6e47.shg-btn {
  color: rgba(9, 9, 9, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f57ed49-01cc-427b-a7c3-3443a1db6e47-root {
    text-align: center;
  }


#s-3f57ed49-01cc-427b-a7c3-3443a1db6e47.shg-btn {
  color: rgba(9, 9, 9, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f57ed49-01cc-427b-a7c3-3443a1db6e47-root {
    text-align: center;
  }


#s-3f57ed49-01cc-427b-a7c3-3443a1db6e47.shg-btn {
  color: rgba(9, 9, 9, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f57ed49-01cc-427b-a7c3-3443a1db6e47-root {
    text-align: center;
  }


#s-3f57ed49-01cc-427b-a7c3-3443a1db6e47.shg-btn {
  color: rgba(9, 9, 9, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f57ed49-01cc-427b-a7c3-3443a1db6e47-root {
    text-align: center;
  }


#s-3f57ed49-01cc-427b-a7c3-3443a1db6e47.shg-btn {
  color: rgba(9, 9, 9, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d6585c0f-95b1-4f4c-a594-c474cfaaca07 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-d6585c0f-95b1-4f4c-a594-c474cfaaca07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6585c0f-95b1-4f4c-a594-c474cfaaca07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d6585c0f-95b1-4f4c-a594-c474cfaaca07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d6585c0f-95b1-4f4c-a594-c474cfaaca07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 899px;
aspect-ratio: 899/922;
text-align: center;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  margin: 0 !important;
  overflow: visible;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 4px;
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  /* Add background color handling */
  
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image {
  box-sizing: border-box;
}



.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
      position: relative;
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

@media (min-width: 1200px){#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  margin: 0 !important;
  overflow: visible;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  /* Add background color handling */
  
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image {
  box-sizing: border-box;
}



.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
      position: relative;
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  margin: 0 !important;
  overflow: visible;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  /* Add background color handling */
  
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image {
  box-sizing: border-box;
}



.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
      position: relative;
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  margin: 0 !important;
  overflow: visible;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  /* Add background color handling */
  
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image {
  box-sizing: border-box;
}



.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
      position: relative;
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (max-width: 767px){#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  margin: 0 !important;
  overflow: visible;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  /* Add background color handling */
  
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image {
  box-sizing: border-box;
}



.s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container {
      position: relative;
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f24b4b5-b19b-47ec-87ad-a434f13d879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}
#s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 899px;
aspect-ratio: 899/922;
text-align: center;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 4px;
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-9d4fffa4-8501-4338-871f-c0f267a3616c .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image {
  box-sizing: border-box;
}



.s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4fffa4-8501-4338-871f-c0f267a3616c {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
      position: relative;
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

@media (min-width: 1200px){#s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-9d4fffa4-8501-4338-871f-c0f267a3616c .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image {
  box-sizing: border-box;
}



.s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4fffa4-8501-4338-871f-c0f267a3616c {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
      position: relative;
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-9d4fffa4-8501-4338-871f-c0f267a3616c .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image {
  box-sizing: border-box;
}



.s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4fffa4-8501-4338-871f-c0f267a3616c {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
      position: relative;
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-9d4fffa4-8501-4338-871f-c0f267a3616c .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image {
  box-sizing: border-box;
}



.s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4fffa4-8501-4338-871f-c0f267a3616c {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
      position: relative;
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (max-width: 767px){#s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d4fffa4-8501-4338-871f-c0f267a3616c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4fffa4-8501-4338-871f-c0f267a3616c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-9d4fffa4-8501-4338-871f-c0f267a3616c .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image {
  box-sizing: border-box;
}



.s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4fffa4-8501-4338-871f-c0f267a3616c {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container {
      position: relative;
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4fffa4-8501-4338-871f-c0f267a3616c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}
#s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 899px;
aspect-ratio: 899/922;
text-align: center;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  margin: 0 !important;
  overflow: visible;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 4px;
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  /* Add background color handling */
  
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-651709fb-f2e3-4793-be61-cb059b08ea0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image {
  box-sizing: border-box;
}



.s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-651709fb-f2e3-4793-be61-cb059b08ea0d {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
      position: relative;
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

@media (min-width: 1200px){#s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  margin: 0 !important;
  overflow: visible;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  /* Add background color handling */
  
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-651709fb-f2e3-4793-be61-cb059b08ea0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image {
  box-sizing: border-box;
}



.s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-651709fb-f2e3-4793-be61-cb059b08ea0d {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
      position: relative;
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  margin: 0 !important;
  overflow: visible;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  /* Add background color handling */
  
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-651709fb-f2e3-4793-be61-cb059b08ea0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image {
  box-sizing: border-box;
}



.s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-651709fb-f2e3-4793-be61-cb059b08ea0d {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
      position: relative;
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  margin: 0 !important;
  overflow: visible;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  /* Add background color handling */
  
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-651709fb-f2e3-4793-be61-cb059b08ea0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image {
  box-sizing: border-box;
}



.s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-651709fb-f2e3-4793-be61-cb059b08ea0d {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
      position: relative;
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}@media (max-width: 767px){#s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  margin: 0 !important;
  overflow: visible;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-651709fb-f2e3-4793-be61-cb059b08ea0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  /* Add background color handling */
  
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shg-image-content-wrapper {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }

    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shogun-image-link {
      aspect-ratio: 899/922;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-651709fb-f2e3-4793-be61-cb059b08ea0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 899px;
  }



  img.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image {
    
    
    
    max-height: 899px;
  }


.s-651709fb-f2e3-4793-be61-cb059b08ea0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image {
  box-sizing: border-box;
}



.s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-651709fb-f2e3-4793-be61-cb059b08ea0d {
      --shg-aspect-ratio: calc(899/922); 
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container {
      position: relative;
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-651709fb-f2e3-4793-be61-cb059b08ea0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 899px;
    }
  }

}
#s-a7156079-6c6c-4680-b243-88726d453da3 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
}








#s-a7156079-6c6c-4680-b243-88726d453da3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7156079-6c6c-4680-b243-88726d453da3 {
  cursor: pointer;
}#s-a7156079-6c6c-4680-b243-88726d453da3.shg-box.shg-c {
  justify-content: center;
}

#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/480x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/960x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/768x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/1536x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/1024x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/2048x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/1200x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 {
  background-image: url(https://i.shgcdn.com/4de9e8b1-3ffb-4cef-be43-f5a32b47e8d7/-/resize/2048x/);
}
#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a211a10-66f6-45df-8b9b-6f6705e7cc53.shg-box.shg-c {
  justify-content: center;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin-top: 37px;
margin-left: 29%;
margin-bottom: 4px;
margin-right: 29%;
max-width: 1506px;
aspect-ratio: 1506/665;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin-left: 21%;
margin-right: 21%;
}
}@media (max-width: 767px){#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin-left: 11%;
margin-right: 11%;
}
}
#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin: 0 !important;
  overflow: visible;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 29%;
  margin-right: 29%;
  margin-top: 37px;
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add background color handling */
  
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }

    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-link {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1506px;
  }



  img.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
    
    
    
    max-height: 1506px;
  }


.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
  box-sizing: border-box;
}



.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
      --shg-aspect-ratio: calc(1506/665); 
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
      position: relative;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1506px;
    }
  }

@media (min-width: 1200px){#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin: 0 !important;
  overflow: visible;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add background color handling */
  
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }

    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-link {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1506px;
  }



  img.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
    
    
    
    max-height: 1506px;
  }


.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
  box-sizing: border-box;
}



.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
      --shg-aspect-ratio: calc(1506/665); 
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
      position: relative;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1506px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin: 0 !important;
  overflow: visible;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add background color handling */
  
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }

    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-link {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1506px;
  }



  img.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
    
    
    
    max-height: 1506px;
  }


.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
  box-sizing: border-box;
}



.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
      --shg-aspect-ratio: calc(1506/665); 
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
      position: relative;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1506px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin: 0 !important;
  overflow: visible;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add background color handling */
  
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }

    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-link {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1506px;
  }



  img.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
    
    
    
    max-height: 1506px;
  }


.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
  box-sizing: border-box;
}



.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
      --shg-aspect-ratio: calc(1506/665); 
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
      position: relative;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1506px;
    }
  }

}@media (max-width: 767px){#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  margin: 0 !important;
  overflow: visible;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add background color handling */
  
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }

    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-link {
      aspect-ratio: 1506/665;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1506px;
  }



  img.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
    
    
    
    max-height: 1506px;
  }


.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image {
  box-sizing: border-box;
}



.s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f {
      --shg-aspect-ratio: calc(1506/665); 
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container {
      position: relative;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adc76e8a-a751-4ae0-b4de-204760d3ea3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1506px;
    }
  }

}
#s-0417183b-8a72-4c50-a737-d88cb4baae10 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0417183b-8a72-4c50-a737-d88cb4baae10 {
  margin-top: 13px;
margin-bottom: 1px;
}
}
#s-0417183b-8a72-4c50-a737-d88cb4baae10 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (max-width: 767px){#s-0417183b-8a72-4c50-a737-d88cb4baae10 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-ff38026f-0036-487b-8c07-1881a7aa7346 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 31px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 58, 118, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-ff38026f-0036-487b-8c07-1881a7aa7346:hover {background-color: rgba(195, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ff38026f-0036-487b-8c07-1881a7aa7346:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ff38026f-0036-487b-8c07-1881a7aa7346-root {
    text-align: center;
  }


#s-ff38026f-0036-487b-8c07-1881a7aa7346.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff38026f-0036-487b-8c07-1881a7aa7346-root {
    text-align: center;
  }


#s-ff38026f-0036-487b-8c07-1881a7aa7346.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff38026f-0036-487b-8c07-1881a7aa7346-root {
    text-align: center;
  }


#s-ff38026f-0036-487b-8c07-1881a7aa7346.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff38026f-0036-487b-8c07-1881a7aa7346-root {
    text-align: center;
  }


#s-ff38026f-0036-487b-8c07-1881a7aa7346.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff38026f-0036-487b-8c07-1881a7aa7346-root {
    text-align: center;
  }


#s-ff38026f-0036-487b-8c07-1881a7aa7346.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-edc54412-e3b9-49af-aa87-3239a6f35848 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-edc54412-e3b9-49af-aa87-3239a6f35848"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 3.5px);
}

}

@media (min-width: 768px) {
[id="s-edc54412-e3b9-49af-aa87-3239a6f35848"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.25px);
}

}

@media (min-width: 992px) {
[id="s-edc54412-e3b9-49af-aa87-3239a6f35848"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.25px);
}

}

@media (min-width: 1200px) {
[id="s-edc54412-e3b9-49af-aa87-3239a6f35848"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.25px);
}

}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 789px;
aspect-ratio: 789/869;
text-align: center;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
  box-sizing: border-box;
}



.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
      position: relative;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

@media (min-width: 1200px){#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
  box-sizing: border-box;
}



.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
      position: relative;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
  box-sizing: border-box;
}



.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
      position: relative;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
  box-sizing: border-box;
}



.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
      position: relative;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (max-width: 767px){#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image {
  box-sizing: border-box;
}



.s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container {
      position: relative;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0bfefc-72d6-4513-b8fe-9674ca299499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}
#s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 789px;
aspect-ratio: 789/869;
text-align: center;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  margin: 0 !important;
  overflow: visible;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add background color handling */
  
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
  box-sizing: border-box;
}



.s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
      position: relative;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

@media (min-width: 1200px){#s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  margin: 0 !important;
  overflow: visible;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add background color handling */
  
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
  box-sizing: border-box;
}



.s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
      position: relative;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  margin: 0 !important;
  overflow: visible;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add background color handling */
  
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
  box-sizing: border-box;
}



.s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
      position: relative;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  margin: 0 !important;
  overflow: visible;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add background color handling */
  
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
  box-sizing: border-box;
}



.s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
      position: relative;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (max-width: 767px){#s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  margin: 0 !important;
  overflow: visible;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add background color handling */
  
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-df635771-1e0b-40ad-931e-fc1be33b3e1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image {
  box-sizing: border-box;
}



.s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container {
      position: relative;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df635771-1e0b-40ad-931e-fc1be33b3e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}
#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 789px;
aspect-ratio: 789/869;
text-align: center;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
  box-sizing: border-box;
}



.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
      position: relative;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

@media (min-width: 1200px){#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
  box-sizing: border-box;
}



.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
      position: relative;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
  box-sizing: border-box;
}



.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
      position: relative;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
  box-sizing: border-box;
}



.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
      position: relative;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (max-width: 767px){#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image {
  box-sizing: border-box;
}



.s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container {
      position: relative;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2796a8d2-2c88-4239-a2f9-53ee4099a6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}
#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 789px;
aspect-ratio: 789/869;
text-align: center;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
  box-sizing: border-box;
}



.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
      position: relative;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

@media (min-width: 1200px){#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
  box-sizing: border-box;
}



.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
      position: relative;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
  box-sizing: border-box;
}



.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
      position: relative;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
  box-sizing: border-box;
}



.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
      position: relative;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}@media (max-width: 767px){#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }

    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-link {
      aspect-ratio: 789/869;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 789px;
  }



  img.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
    
    
    
    max-height: 789px;
  }


.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image {
  box-sizing: border-box;
}



.s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 {
      --shg-aspect-ratio: calc(789/869); 
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container {
      position: relative;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72c718f5-1123-4534-8c7d-883f6b2f16f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 789px;
    }
  }

}
#s-8ac6f6f4-bdeb-4563-871a-21288024b5db {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-8ac6f6f4-bdeb-4563-871a-21288024b5db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ac6f6f4-bdeb-4563-871a-21288024b5db {
  cursor: pointer;
}#s-8ac6f6f4-bdeb-4563-871a-21288024b5db.shg-box.shg-c {
  justify-content: center;
}

#s-5cb5a01a-7746-4261-bca0-7205466b6365 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-5cb5a01a-7746-4261-bca0-7205466b6365 {
  
}
}@media (max-width: 767px){#s-5cb5a01a-7746-4261-bca0-7205466b6365 {
  
}
}
#s-5cb5a01a-7746-4261-bca0-7205466b6365 {
  background-image: url(https://i.shgcdn.com/7a4c8fd9-882a-4ff8-b55d-d50a08bcb6b3/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5cb5a01a-7746-4261-bca0-7205466b6365 {
  background-image: url(https://i.shgcdn.com/7a4c8fd9-882a-4ff8-b55d-d50a08bcb6b3/-/resize/480x/);
}
#s-5cb5a01a-7746-4261-bca0-7205466b6365.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5cb5a01a-7746-4261-bca0-7205466b6365 {
  background-image: url(https://i.shgcdn.com/7a4c8fd9-882a-4ff8-b55d-d50a08bcb6b3/-/resize/960x/);
}
#s-5cb5a01a-7746-4261-bca0-7205466b6365.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5cb5a01a-7746-4261-bca0-7205466b6365 {
  background-image: url(https://i.shgcdn.com/7a4c8fd9-882a-4ff8-b55d-d50a08bcb6b3/-/resize/768x/);
}
#s-5cb5a01a-7746-4261-bca0-7205466b6365.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5cb5a01a-7746-4261-bca0-7205466b6365 {
  background-image: url(https://i.shgcdn.com/7a4c8fd9-882a-4ff8-b55d-d50a08bcb6b3/-/resize/1536x/);
}
#s-5cb5a01a-7746-4261-bca0-7205466b6365.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5cb5a01a-7746-4261-bca0-7205466b6365 {
  background-image: url(https://i.shgcdn.com/7a4c8fd9-882a-4ff8-b55d-d50a08bcb6b3/-/resize/1024x/);
}
#s-5cb5a01a-7746-4261-bca0-7205466b6365.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5cb5a01a-7746-4261-bca0-7205466b6365 {
  background-image: url(https://i.shgcdn.com/7a4c8fd9-882a-4ff8-b55d-d50a08bcb6b3/-/resize/2048x/);
}
#s-5cb5a01a-7746-4261-bca0-7205466b6365.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5cb5a01a-7746-4261-bca0-7205466b6365 {
  background-image: url(https://i.shgcdn.com/7a4c8fd9-882a-4ff8-b55d-d50a08bcb6b3/-/resize/1200x/);
}
#s-5cb5a01a-7746-4261-bca0-7205466b6365.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5cb5a01a-7746-4261-bca0-7205466b6365 {
  background-image: url(https://i.shgcdn.com/7a4c8fd9-882a-4ff8-b55d-d50a08bcb6b3/-/resize/2048x/);
}
#s-5cb5a01a-7746-4261-bca0-7205466b6365.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-5cb5a01a-7746-4261-bca0-7205466b6365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5cb5a01a-7746-4261-bca0-7205466b6365.shg-box.shg-c {
  justify-content: center;
}

#s-6d1b3481-87ee-4465-a692-96271abc4d7d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
max-width: 400px;
text-align: center;
background-color: rgba(0, 150, 174, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6d1b3481-87ee-4465-a692-96271abc4d7d {
  margin-left: 18%;
margin-right: 17%;
display: none;
}
#s-6d1b3481-87ee-4465-a692-96271abc4d7d, #wrap-s-6d1b3481-87ee-4465-a692-96271abc4d7d, #wrap-content-s-6d1b3481-87ee-4465-a692-96271abc4d7d { display: none !important; }}@media (max-width: 767px){#s-6d1b3481-87ee-4465-a692-96271abc4d7d {
  margin-left: 4%;
margin-right: 4%;
display: none;
}
#s-6d1b3481-87ee-4465-a692-96271abc4d7d, #wrap-s-6d1b3481-87ee-4465-a692-96271abc4d7d, #wrap-content-s-6d1b3481-87ee-4465-a692-96271abc4d7d { display: none !important; }}
#s-6d1b3481-87ee-4465-a692-96271abc4d7d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  
}



#s-580ff80b-7d83-43b1-9aee-dfe03340788a {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
padding-bottom: 3px;
text-align: center;
background-color: rgba(0, 150, 174, 1);
}
@media (min-width: 1200px){#s-580ff80b-7d83-43b1-9aee-dfe03340788a {
  display: none;
}
#s-580ff80b-7d83-43b1-9aee-dfe03340788a, #wrap-s-580ff80b-7d83-43b1-9aee-dfe03340788a, #wrap-content-s-580ff80b-7d83-43b1-9aee-dfe03340788a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-580ff80b-7d83-43b1-9aee-dfe03340788a {
  display: none;
}
#s-580ff80b-7d83-43b1-9aee-dfe03340788a, #wrap-s-580ff80b-7d83-43b1-9aee-dfe03340788a, #wrap-content-s-580ff80b-7d83-43b1-9aee-dfe03340788a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-580ff80b-7d83-43b1-9aee-dfe03340788a {
  margin-left: 22%;
margin-right: 22%;
}
}
#s-580ff80b-7d83-43b1-9aee-dfe03340788a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.5em;
  
  
}



#s-499d8b01-66ea-4933-a211-0c246098aeb2 {
  margin-top: 2px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-499d8b01-66ea-4933-a211-0c246098aeb2 {
  display: none;
}
#s-499d8b01-66ea-4933-a211-0c246098aeb2, #wrap-s-499d8b01-66ea-4933-a211-0c246098aeb2, #wrap-content-s-499d8b01-66ea-4933-a211-0c246098aeb2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-499d8b01-66ea-4933-a211-0c246098aeb2 {
  display: none;
}
#s-499d8b01-66ea-4933-a211-0c246098aeb2, #wrap-s-499d8b01-66ea-4933-a211-0c246098aeb2, #wrap-content-s-499d8b01-66ea-4933-a211-0c246098aeb2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-499d8b01-66ea-4933-a211-0c246098aeb2 {
  display: none;
}
#s-499d8b01-66ea-4933-a211-0c246098aeb2, #wrap-s-499d8b01-66ea-4933-a211-0c246098aeb2, #wrap-content-s-499d8b01-66ea-4933-a211-0c246098aeb2 { display: none !important; }}@media (max-width: 767px){#s-499d8b01-66ea-4933-a211-0c246098aeb2 {
  
}
}
#s-499d8b01-66ea-4933-a211-0c246098aeb2 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Satisfy";
  font-style:  normal ;
  font-size: 53px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-499d8b01-66ea-4933-a211-0c246098aeb2 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Satisfy";
  font-style:  normal ;
  font-size: 43px;
  
  letter-spacing: 0px;
  
}


}
#s-b65e58da-d498-42e2-b2db-064c369b2319 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b65e58da-d498-42e2-b2db-064c369b2319 {
  margin-left: 13%;
margin-right: 13%;
}
}@media (max-width: 767px){#s-b65e58da-d498-42e2-b2db-064c369b2319 {
  margin-left: 4%;
margin-right: 4%;
display: none;
}
#s-b65e58da-d498-42e2-b2db-064c369b2319, #wrap-s-b65e58da-d498-42e2-b2db-064c369b2319, #wrap-content-s-b65e58da-d498-42e2-b2db-064c369b2319 { display: none !important; }}
#s-b65e58da-d498-42e2-b2db-064c369b2319 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Satisfy";
  font-style:  normal ;
  font-size: 66px;
  
  letter-spacing: 0px;
  
}



#s-f322a098-1a29-491a-b879-8051739738f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f322a098-1a29-491a-b879-8051739738f1 {
  display: none;
}
#s-f322a098-1a29-491a-b879-8051739738f1, #wrap-s-f322a098-1a29-491a-b879-8051739738f1, #wrap-content-s-f322a098-1a29-491a-b879-8051739738f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f322a098-1a29-491a-b879-8051739738f1 {
  display: none;
}
#s-f322a098-1a29-491a-b879-8051739738f1, #wrap-s-f322a098-1a29-491a-b879-8051739738f1, #wrap-content-s-f322a098-1a29-491a-b879-8051739738f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f322a098-1a29-491a-b879-8051739738f1 {
  display: none;
}
#s-f322a098-1a29-491a-b879-8051739738f1, #wrap-s-f322a098-1a29-491a-b879-8051739738f1, #wrap-content-s-f322a098-1a29-491a-b879-8051739738f1 { display: none !important; }}
#s-f322a098-1a29-491a-b879-8051739738f1 .shogun-heading-component h1 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-f322a098-1a29-491a-b879-8051739738f1 .shogun-heading-component h1 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-7674a3f6-e982-40b0-8b16-01976acf0f2f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7674a3f6-e982-40b0-8b16-01976acf0f2f {
  
}
}@media (max-width: 767px){#s-7674a3f6-e982-40b0-8b16-01976acf0f2f {
  display: none;
}
#s-7674a3f6-e982-40b0-8b16-01976acf0f2f, #wrap-s-7674a3f6-e982-40b0-8b16-01976acf0f2f, #wrap-content-s-7674a3f6-e982-40b0-8b16-01976acf0f2f { display: none !important; }}
#s-7674a3f6-e982-40b0-8b16-01976acf0f2f .shogun-heading-component h1 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-e455101d-d9de-43bf-9b5c-76757bf3cd3d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e455101d-d9de-43bf-9b5c-76757bf3cd3d .shogun-heading-component h1 {
  color: rgba(195, 58, 118, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  line-height: 2em;
  letter-spacing: 0px;
  
}



#s-34e50677-c3ae-4894-8720-2b2c9d97c731 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-34e50677-c3ae-4894-8720-2b2c9d97c731:hover {background-color: rgba(0, 150, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-34e50677-c3ae-4894-8720-2b2c9d97c731:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34e50677-c3ae-4894-8720-2b2c9d97c731-root {
    text-align: center;
  }


#s-34e50677-c3ae-4894-8720-2b2c9d97c731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34e50677-c3ae-4894-8720-2b2c9d97c731-root {
    text-align: center;
  }


#s-34e50677-c3ae-4894-8720-2b2c9d97c731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34e50677-c3ae-4894-8720-2b2c9d97c731-root {
    text-align: center;
  }


#s-34e50677-c3ae-4894-8720-2b2c9d97c731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34e50677-c3ae-4894-8720-2b2c9d97c731-root {
    text-align: center;
  }


#s-34e50677-c3ae-4894-8720-2b2c9d97c731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34e50677-c3ae-4894-8720-2b2c9d97c731-root {
    text-align: center;
  }


#s-34e50677-c3ae-4894-8720-2b2c9d97c731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4e84df7a-ab03-4350-8712-ca234dd2a703 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-4e84df7a-ab03-4350-8712-ca234dd2a703"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-4e84df7a-ab03-4350-8712-ca234dd2a703"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-4e84df7a-ab03-4350-8712-ca234dd2a703"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-4e84df7a-ab03-4350-8712-ca234dd2a703"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-49491530-e550-4a93-9d34-49c95515913f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-49491530-e550-4a93-9d34-49c95515913f {
  margin: 0 !important;
  overflow: visible;
}

#s-49491530-e550-4a93-9d34-49c95515913f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49491530-e550-4a93-9d34-49c95515913f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-49491530-e550-4a93-9d34-49c95515913f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  /* Add background color handling */
  
}

#s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49491530-e550-4a93-9d34-49c95515913f .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-49491530-e550-4a93-9d34-49c95515913f .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49491530-e550-4a93-9d34-49c95515913f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-49491530-e550-4a93-9d34-49c95515913f.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-49491530-e550-4a93-9d34-49c95515913f .shogun-image-content {
  
    justify-content: center;
  
}

.s-49491530-e550-4a93-9d34-49c95515913f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49491530-e550-4a93-9d34-49c95515913f.shogun-image {
  box-sizing: border-box;
}



.s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49491530-e550-4a93-9d34-49c95515913f {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
      position: relative;
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-49491530-e550-4a93-9d34-49c95515913f {
  margin: 0 !important;
  overflow: visible;
}

#s-49491530-e550-4a93-9d34-49c95515913f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49491530-e550-4a93-9d34-49c95515913f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49491530-e550-4a93-9d34-49c95515913f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  /* Add background color handling */
  
}

#s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49491530-e550-4a93-9d34-49c95515913f .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-49491530-e550-4a93-9d34-49c95515913f .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49491530-e550-4a93-9d34-49c95515913f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-49491530-e550-4a93-9d34-49c95515913f.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-49491530-e550-4a93-9d34-49c95515913f .shogun-image-content {
  
    justify-content: center;
  
}

.s-49491530-e550-4a93-9d34-49c95515913f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49491530-e550-4a93-9d34-49c95515913f.shogun-image {
  box-sizing: border-box;
}



.s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49491530-e550-4a93-9d34-49c95515913f {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
      position: relative;
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-49491530-e550-4a93-9d34-49c95515913f {
  margin: 0 !important;
  overflow: visible;
}

#s-49491530-e550-4a93-9d34-49c95515913f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49491530-e550-4a93-9d34-49c95515913f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49491530-e550-4a93-9d34-49c95515913f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  /* Add background color handling */
  
}

#s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49491530-e550-4a93-9d34-49c95515913f .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-49491530-e550-4a93-9d34-49c95515913f .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49491530-e550-4a93-9d34-49c95515913f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-49491530-e550-4a93-9d34-49c95515913f.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-49491530-e550-4a93-9d34-49c95515913f .shogun-image-content {
  
    justify-content: center;
  
}

.s-49491530-e550-4a93-9d34-49c95515913f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49491530-e550-4a93-9d34-49c95515913f.shogun-image {
  box-sizing: border-box;
}



.s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49491530-e550-4a93-9d34-49c95515913f {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
      position: relative;
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-49491530-e550-4a93-9d34-49c95515913f {
  margin: 0 !important;
  overflow: visible;
}

#s-49491530-e550-4a93-9d34-49c95515913f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49491530-e550-4a93-9d34-49c95515913f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49491530-e550-4a93-9d34-49c95515913f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  /* Add background color handling */
  
}

#s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49491530-e550-4a93-9d34-49c95515913f .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-49491530-e550-4a93-9d34-49c95515913f .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49491530-e550-4a93-9d34-49c95515913f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-49491530-e550-4a93-9d34-49c95515913f.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-49491530-e550-4a93-9d34-49c95515913f .shogun-image-content {
  
    justify-content: center;
  
}

.s-49491530-e550-4a93-9d34-49c95515913f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49491530-e550-4a93-9d34-49c95515913f.shogun-image {
  box-sizing: border-box;
}



.s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49491530-e550-4a93-9d34-49c95515913f {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
      position: relative;
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-49491530-e550-4a93-9d34-49c95515913f {
  margin: 0 !important;
  overflow: visible;
}

#s-49491530-e550-4a93-9d34-49c95515913f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49491530-e550-4a93-9d34-49c95515913f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49491530-e550-4a93-9d34-49c95515913f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  /* Add background color handling */
  
}

#s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49491530-e550-4a93-9d34-49c95515913f .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-49491530-e550-4a93-9d34-49c95515913f .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49491530-e550-4a93-9d34-49c95515913f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-49491530-e550-4a93-9d34-49c95515913f.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-49491530-e550-4a93-9d34-49c95515913f .shogun-image-content {
  
    justify-content: center;
  
}

.s-49491530-e550-4a93-9d34-49c95515913f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49491530-e550-4a93-9d34-49c95515913f.shogun-image {
  box-sizing: border-box;
}



.s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-49491530-e550-4a93-9d34-49c95515913f {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container {
      position: relative;
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49491530-e550-4a93-9d34-49c95515913f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49491530-e550-4a93-9d34-49c95515913f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  margin: 0 !important;
  overflow: visible;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  /* Add background color handling */
  
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image {
  box-sizing: border-box;
}



.s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
      position: relative;
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  margin: 0 !important;
  overflow: visible;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  /* Add background color handling */
  
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image {
  box-sizing: border-box;
}



.s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
      position: relative;
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  margin: 0 !important;
  overflow: visible;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  /* Add background color handling */
  
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image {
  box-sizing: border-box;
}



.s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
      position: relative;
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  margin: 0 !important;
  overflow: visible;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  /* Add background color handling */
  
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image {
  box-sizing: border-box;
}



.s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
      position: relative;
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  margin: 0 !important;
  overflow: visible;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  /* Add background color handling */
  
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-5dd72d19-2010-45e0-b5ec-59f56698e518 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image {
  box-sizing: border-box;
}



.s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5dd72d19-2010-45e0-b5ec-59f56698e518 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container {
      position: relative;
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dd72d19-2010-45e0-b5ec-59f56698e518 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image {
  box-sizing: border-box;
}



.s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
      position: relative;
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image {
  box-sizing: border-box;
}



.s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
      position: relative;
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image {
  box-sizing: border-box;
}



.s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
      position: relative;
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image {
  box-sizing: border-box;
}



.s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
      position: relative;
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-3c8f2826-ed00-4566-b14b-b914e50a8447 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image {
  box-sizing: border-box;
}



.s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c8f2826-ed00-4566-b14b-b914e50a8447 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container {
      position: relative;
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c8f2826-ed00-4566-b14b-b914e50a8447 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-6f107053-2374-4e59-b366-582cd225b4e6 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f107053-2374-4e59-b366-582cd225b4e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-6f107053-2374-4e59-b366-582cd225b4e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-6f107053-2374-4e59-b366-582cd225b4e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f107053-2374-4e59-b366-582cd225b4e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image {
  box-sizing: border-box;
}



.s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f107053-2374-4e59-b366-582cd225b4e6 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
      position: relative;
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-6f107053-2374-4e59-b366-582cd225b4e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f107053-2374-4e59-b366-582cd225b4e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f107053-2374-4e59-b366-582cd225b4e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-6f107053-2374-4e59-b366-582cd225b4e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f107053-2374-4e59-b366-582cd225b4e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image {
  box-sizing: border-box;
}



.s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f107053-2374-4e59-b366-582cd225b4e6 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
      position: relative;
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6f107053-2374-4e59-b366-582cd225b4e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f107053-2374-4e59-b366-582cd225b4e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f107053-2374-4e59-b366-582cd225b4e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-6f107053-2374-4e59-b366-582cd225b4e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f107053-2374-4e59-b366-582cd225b4e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image {
  box-sizing: border-box;
}



.s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f107053-2374-4e59-b366-582cd225b4e6 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
      position: relative;
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6f107053-2374-4e59-b366-582cd225b4e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f107053-2374-4e59-b366-582cd225b4e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f107053-2374-4e59-b366-582cd225b4e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-6f107053-2374-4e59-b366-582cd225b4e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f107053-2374-4e59-b366-582cd225b4e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image {
  box-sizing: border-box;
}



.s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f107053-2374-4e59-b366-582cd225b4e6 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
      position: relative;
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-6f107053-2374-4e59-b366-582cd225b4e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f107053-2374-4e59-b366-582cd225b4e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f107053-2374-4e59-b366-582cd225b4e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f107053-2374-4e59-b366-582cd225b4e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-6f107053-2374-4e59-b366-582cd225b4e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f107053-2374-4e59-b366-582cd225b4e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image {
  box-sizing: border-box;
}



.s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f107053-2374-4e59-b366-582cd225b4e6 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container {
      position: relative;
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f107053-2374-4e59-b366-582cd225b4e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-b65ad2cd-6919-406f-9779-2b4dcf915bb5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-b65ad2cd-6919-406f-9779-2b4dcf915bb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b65ad2cd-6919-406f-9779-2b4dcf915bb5 {
  cursor: pointer;
}#s-b65ad2cd-6919-406f-9779-2b4dcf915bb5.shg-box.shg-c {
  justify-content: center;
}

#s-8c391e13-410c-40dc-a46d-03e23699eecb {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-8c391e13-410c-40dc-a46d-03e23699eecb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c391e13-410c-40dc-a46d-03e23699eecb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c391e13-410c-40dc-a46d-03e23699eecb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c391e13-410c-40dc-a46d-03e23699eecb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8c391e13-410c-40dc-a46d-03e23699eecb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-563f6341-3e73-43fd-bf99-fd0ba0144cba {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-563f6341-3e73-43fd-bf99-fd0ba0144cba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-563f6341-3e73-43fd-bf99-fd0ba0144cba.shg-box.shg-c {
  justify-content: center;
}

#s-23c39755-9736-4a2e-842d-0602bab1f83d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-23c39755-9736-4a2e-842d-0602bab1f83d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-23c39755-9736-4a2e-842d-0602bab1f83d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-23c39755-9736-4a2e-842d-0602bab1f83d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-23c39755-9736-4a2e-842d-0602bab1f83d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6d69dd14-851b-4583-981d-cddab08c580b {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-6d69dd14-851b-4583-981d-cddab08c580b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d69dd14-851b-4583-981d-cddab08c580b {
  cursor: pointer;
}#s-6d69dd14-851b-4583-981d-cddab08c580b.shg-box.shg-c {
  justify-content: center;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  margin: 0 !important;
  overflow: visible;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  /* Add background color handling */
  
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image {
  box-sizing: border-box;
}



.s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
      position: relative;
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  margin: 0 !important;
  overflow: visible;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  /* Add background color handling */
  
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image {
  box-sizing: border-box;
}



.s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
      position: relative;
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  margin: 0 !important;
  overflow: visible;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  /* Add background color handling */
  
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image {
  box-sizing: border-box;
}



.s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
      position: relative;
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  margin: 0 !important;
  overflow: visible;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  /* Add background color handling */
  
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image {
  box-sizing: border-box;
}



.s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
      position: relative;
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  margin: 0 !important;
  overflow: visible;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  /* Add background color handling */
  
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a944b3bf-849e-42eb-b682-8cda2f569e88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image {
  box-sizing: border-box;
}



.s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a944b3bf-849e-42eb-b682-8cda2f569e88 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container {
      position: relative;
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a944b3bf-849e-42eb-b682-8cda2f569e88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-11bf0e02-33dc-49d1-8925-38052f55fbf3 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-11bf0e02-33dc-49d1-8925-38052f55fbf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11bf0e02-33dc-49d1-8925-38052f55fbf3 {
  cursor: pointer;
}#s-11bf0e02-33dc-49d1-8925-38052f55fbf3.shg-box.shg-c {
  justify-content: center;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  margin: 0 !important;
  overflow: visible;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  /* Add background color handling */
  
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image {
  box-sizing: border-box;
}



.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
      position: relative;
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  margin: 0 !important;
  overflow: visible;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  /* Add background color handling */
  
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image {
  box-sizing: border-box;
}



.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
      position: relative;
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  margin: 0 !important;
  overflow: visible;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  /* Add background color handling */
  
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image {
  box-sizing: border-box;
}



.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
      position: relative;
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  margin: 0 !important;
  overflow: visible;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  /* Add background color handling */
  
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image {
  box-sizing: border-box;
}



.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
      position: relative;
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  margin: 0 !important;
  overflow: visible;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  /* Add background color handling */
  
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image {
  box-sizing: border-box;
}



.s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container {
      position: relative;
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd9ec8f3-452c-4a11-a773-29da80d8fe6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-689f329a-b731-4c5f-a78a-3a7ddde3499a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-689f329a-b731-4c5f-a78a-3a7ddde3499a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-689f329a-b731-4c5f-a78a-3a7ddde3499a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-689f329a-b731-4c5f-a78a-3a7ddde3499a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-689f329a-b731-4c5f-a78a-3a7ddde3499a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-473fe2b0-28b3-4a46-8e26-01c46933013e {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-473fe2b0-28b3-4a46-8e26-01c46933013e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-473fe2b0-28b3-4a46-8e26-01c46933013e {
  cursor: pointer;
}#s-473fe2b0-28b3-4a46-8e26-01c46933013e.shg-box.shg-c {
  justify-content: center;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image {
  box-sizing: border-box;
}



.s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
      position: relative;
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image {
  box-sizing: border-box;
}



.s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
      position: relative;
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image {
  box-sizing: border-box;
}



.s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
      position: relative;
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image {
  box-sizing: border-box;
}



.s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
      position: relative;
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-4ca535cf-0cef-44bd-ad66-6dfb595df134 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image {
  box-sizing: border-box;
}



.s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container {
      position: relative;
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ca535cf-0cef-44bd-ad66-6dfb595df134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-5f5de558-6287-4ce0-ac65-7365be902cc4 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-5f5de558-6287-4ce0-ac65-7365be902cc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f5de558-6287-4ce0-ac65-7365be902cc4 {
  cursor: pointer;
}#s-5f5de558-6287-4ce0-ac65-7365be902cc4.shg-box.shg-c {
  justify-content: center;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image {
  box-sizing: border-box;
}



.s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
      position: relative;
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image {
  box-sizing: border-box;
}



.s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
      position: relative;
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image {
  box-sizing: border-box;
}



.s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
      position: relative;
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image {
  box-sizing: border-box;
}



.s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
      position: relative;
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-bd86ba44-496c-414f-aca3-91ccf5817f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image {
  box-sizing: border-box;
}



.s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd86ba44-496c-414f-aca3-91ccf5817f26 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container {
      position: relative;
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd86ba44-496c-414f-aca3-91ccf5817f26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-53364191-f2d2-4219-b3b2-02d062ecf733 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-53364191-f2d2-4219-b3b2-02d062ecf733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53364191-f2d2-4219-b3b2-02d062ecf733.shg-box.shg-c {
  justify-content: center;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  margin-left: auto;
margin-right: auto;
max-width: 1792px;
aspect-ratio: 1792/2011;
text-align: center;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image {
  box-sizing: border-box;
}



.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
      position: relative;
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

@media (min-width: 1200px){#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image {
  box-sizing: border-box;
}



.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
      position: relative;
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image {
  box-sizing: border-box;
}



.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
      position: relative;
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image {
  box-sizing: border-box;
}



.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
      position: relative;
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (max-width: 767px){#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image {
  box-sizing: border-box;
}



.s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container {
      position: relative;
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4deb9e-e7a6-4944-9036-32a8a09d2df1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}
#s-bf50e9de-674e-4d14-bfe8-56b410ac148d {
  margin-top: 21px;
margin-left: 3%;
margin-bottom: 21px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.87);
}








#s-bf50e9de-674e-4d14-bfe8-56b410ac148d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf50e9de-674e-4d14-bfe8-56b410ac148d.shg-box.shg-c {
  justify-content: center;
}

#s-0cb30beb-b266-400d-b50b-ed4c52f6f95f {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 2px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0cb30beb-b266-400d-b50b-ed4c52f6f95f {
  
}
}
#s-0cb30beb-b266-400d-b50b-ed4c52f6f95f .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 23px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}



#s-d776bc26-05da-433b-9a9c-0fe8583678ed {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 4px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d776bc26-05da-433b-9a9c-0fe8583678ed {
  
}
}@media (max-width: 767px){#s-d776bc26-05da-433b-9a9c-0fe8583678ed {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-d776bc26-05da-433b-9a9c-0fe8583678ed .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d776bc26-05da-433b-9a9c-0fe8583678ed .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-d776bc26-05da-433b-9a9c-0fe8583678ed .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  
}


}
#s-1bd09294-3e4a-4eff-b03d-9926ebfd4694 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bd09294-3e4a-4eff-b03d-9926ebfd4694 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-1bd09294-3e4a-4eff-b03d-9926ebfd4694 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-1bd09294-3e4a-4eff-b03d-9926ebfd4694 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1bd09294-3e4a-4eff-b03d-9926ebfd4694 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-1bd09294-3e4a-4eff-b03d-9926ebfd4694 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  
  
}


}
#s-2ed804a6-78b3-4b9f-918f-e5abfdd08641 {
  margin-top: 1px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 2px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ed804a6-78b3-4b9f-918f-e5abfdd08641 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-2ed804a6-78b3-4b9f-918f-e5abfdd08641 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-2ed804a6-78b3-4b9f-918f-e5abfdd08641 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}


}
#s-4422526f-620c-44d1-82d2-3112a72e2d60 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 150, 174, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-4422526f-620c-44d1-82d2-3112a72e2d60:hover {background-color: rgba(0, 150, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4422526f-620c-44d1-82d2-3112a72e2d60:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4422526f-620c-44d1-82d2-3112a72e2d60-root {
    text-align: center;
  }


#s-4422526f-620c-44d1-82d2-3112a72e2d60.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4422526f-620c-44d1-82d2-3112a72e2d60-root {
    text-align: center;
  }


#s-4422526f-620c-44d1-82d2-3112a72e2d60.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4422526f-620c-44d1-82d2-3112a72e2d60-root {
    text-align: center;
  }


#s-4422526f-620c-44d1-82d2-3112a72e2d60.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4422526f-620c-44d1-82d2-3112a72e2d60-root {
    text-align: center;
  }


#s-4422526f-620c-44d1-82d2-3112a72e2d60.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4422526f-620c-44d1-82d2-3112a72e2d60-root {
    text-align: center;
  }


#s-4422526f-620c-44d1-82d2-3112a72e2d60.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5aeb9e3f-321c-4121-bea5-d1c3b4497ecf {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5aeb9e3f-321c-4121-bea5-d1c3b4497ecf {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-5aeb9e3f-321c-4121-bea5-d1c3b4497ecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5aeb9e3f-321c-4121-bea5-d1c3b4497ecf {
  cursor: pointer;
}#s-5aeb9e3f-321c-4121-bea5-d1c3b4497ecf.shg-box.shg-c {
  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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  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-4a9f5269-1db8-4766-a526-5289349af821 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-4a9f5269-1db8-4766-a526-5289349af821 {
  display: none;
}
#s-4a9f5269-1db8-4766-a526-5289349af821, #wrap-s-4a9f5269-1db8-4766-a526-5289349af821, #wrap-content-s-4a9f5269-1db8-4766-a526-5289349af821 { display: none !important; }}
#s-4b779fdc-a44b-43ae-95d7-112283413830 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-4b779fdc-a44b-43ae-95d7-112283413830 {
  display: none;
}
#s-4b779fdc-a44b-43ae-95d7-112283413830, #wrap-s-4b779fdc-a44b-43ae-95d7-112283413830, #wrap-content-s-4b779fdc-a44b-43ae-95d7-112283413830 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b779fdc-a44b-43ae-95d7-112283413830 {
  display: none;
}
#s-4b779fdc-a44b-43ae-95d7-112283413830, #wrap-s-4b779fdc-a44b-43ae-95d7-112283413830, #wrap-content-s-4b779fdc-a44b-43ae-95d7-112283413830 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b779fdc-a44b-43ae-95d7-112283413830 {
  display: none;
}
#s-4b779fdc-a44b-43ae-95d7-112283413830, #wrap-s-4b779fdc-a44b-43ae-95d7-112283413830, #wrap-content-s-4b779fdc-a44b-43ae-95d7-112283413830 { display: none !important; }}
#s-d0bcc9b4-7f0f-4074-9a15-b3fd20a8383e {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (max-width: 767px){#s-d0bcc9b4-7f0f-4074-9a15-b3fd20a8383e {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-d0bcc9b4-7f0f-4074-9a15-b3fd20a8383e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0bcc9b4-7f0f-4074-9a15-b3fd20a8383e.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-4ec4733e-3e43-4321-937f-f893191bcefb {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-4ec4733e-3e43-4321-937f-f893191bcefb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-4ec4733e-3e43-4321-937f-f893191bcefb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-4ec4733e-3e43-4321-937f-f893191bcefb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-4ec4733e-3e43-4321-937f-f893191bcefb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-a94501a9-ae13-4013-a44f-4c16918fe859 {
  min-height: 50px;
}








#s-a94501a9-ae13-4013-a44f-4c16918fe859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a94501a9-ae13-4013-a44f-4c16918fe859 {
  cursor: pointer;
}#s-a94501a9-ae13-4013-a44f-4c16918fe859.shg-box.shg-c {
  justify-content: center;
}

#s-aaa34052-3c8b-411e-820c-094689082638 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1434/1471;
text-align: center;
}

#s-aaa34052-3c8b-411e-820c-094689082638 {
  margin: 0 !important;
  overflow: visible;
}

#s-aaa34052-3c8b-411e-820c-094689082638-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaa34052-3c8b-411e-820c-094689082638 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-aaa34052-3c8b-411e-820c-094689082638 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  /* Add background color handling */
  
}

#s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* 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: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaa34052-3c8b-411e-820c-094689082638 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-aaa34052-3c8b-411e-820c-094689082638 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaa34052-3c8b-411e-820c-094689082638 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-aaa34052-3c8b-411e-820c-094689082638.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-aaa34052-3c8b-411e-820c-094689082638 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaa34052-3c8b-411e-820c-094689082638.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaa34052-3c8b-411e-820c-094689082638.shogun-image {
  box-sizing: border-box;
}



.s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaa34052-3c8b-411e-820c-094689082638 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
      position: relative;
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-aaa34052-3c8b-411e-820c-094689082638 {
  margin: 0 !important;
  overflow: visible;
}

#s-aaa34052-3c8b-411e-820c-094689082638-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaa34052-3c8b-411e-820c-094689082638 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aaa34052-3c8b-411e-820c-094689082638 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  /* Add background color handling */
  
}

#s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaa34052-3c8b-411e-820c-094689082638 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-aaa34052-3c8b-411e-820c-094689082638 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaa34052-3c8b-411e-820c-094689082638 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-aaa34052-3c8b-411e-820c-094689082638.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-aaa34052-3c8b-411e-820c-094689082638 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaa34052-3c8b-411e-820c-094689082638.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaa34052-3c8b-411e-820c-094689082638.shogun-image {
  box-sizing: border-box;
}



.s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaa34052-3c8b-411e-820c-094689082638 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
      position: relative;
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-aaa34052-3c8b-411e-820c-094689082638 {
  margin: 0 !important;
  overflow: visible;
}

#s-aaa34052-3c8b-411e-820c-094689082638-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaa34052-3c8b-411e-820c-094689082638 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aaa34052-3c8b-411e-820c-094689082638 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  /* Add background color handling */
  
}

#s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaa34052-3c8b-411e-820c-094689082638 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-aaa34052-3c8b-411e-820c-094689082638 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaa34052-3c8b-411e-820c-094689082638 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-aaa34052-3c8b-411e-820c-094689082638.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-aaa34052-3c8b-411e-820c-094689082638 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaa34052-3c8b-411e-820c-094689082638.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaa34052-3c8b-411e-820c-094689082638.shogun-image {
  box-sizing: border-box;
}



.s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaa34052-3c8b-411e-820c-094689082638 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
      position: relative;
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-aaa34052-3c8b-411e-820c-094689082638 {
  margin: 0 !important;
  overflow: visible;
}

#s-aaa34052-3c8b-411e-820c-094689082638-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaa34052-3c8b-411e-820c-094689082638 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aaa34052-3c8b-411e-820c-094689082638 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  /* Add background color handling */
  
}

#s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaa34052-3c8b-411e-820c-094689082638 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-aaa34052-3c8b-411e-820c-094689082638 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaa34052-3c8b-411e-820c-094689082638 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-aaa34052-3c8b-411e-820c-094689082638.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-aaa34052-3c8b-411e-820c-094689082638 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaa34052-3c8b-411e-820c-094689082638.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaa34052-3c8b-411e-820c-094689082638.shogun-image {
  box-sizing: border-box;
}



.s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaa34052-3c8b-411e-820c-094689082638 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
      position: relative;
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-aaa34052-3c8b-411e-820c-094689082638 {
  margin: 0 !important;
  overflow: visible;
}

#s-aaa34052-3c8b-411e-820c-094689082638-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aaa34052-3c8b-411e-820c-094689082638 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aaa34052-3c8b-411e-820c-094689082638 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  /* Add background color handling */
  
}

#s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aaa34052-3c8b-411e-820c-094689082638 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-aaa34052-3c8b-411e-820c-094689082638 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aaa34052-3c8b-411e-820c-094689082638 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-aaa34052-3c8b-411e-820c-094689082638.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-aaa34052-3c8b-411e-820c-094689082638 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aaa34052-3c8b-411e-820c-094689082638.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaa34052-3c8b-411e-820c-094689082638.shogun-image {
  box-sizing: border-box;
}



.s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aaa34052-3c8b-411e-820c-094689082638 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container {
      position: relative;
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaa34052-3c8b-411e-820c-094689082638.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaa34052-3c8b-411e-820c-094689082638 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-3e311626-e194-4a2f-8af8-e60eb0c3ac20 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-1283f8e9-1d38-4305-bbac-302aa640c24d {
  min-height: 50px;
}








#s-1283f8e9-1d38-4305-bbac-302aa640c24d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1283f8e9-1d38-4305-bbac-302aa640c24d {
  cursor: pointer;
}#s-1283f8e9-1d38-4305-bbac-302aa640c24d.shg-box.shg-c {
  justify-content: center;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1434/1471;
text-align: center;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  margin: 0 !important;
  overflow: visible;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  /* Add background color handling */
  
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* 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: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-475bb934-5806-4639-be61-e79c8a2a8d18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-475bb934-5806-4639-be61-e79c8a2a8d18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image {
  box-sizing: border-box;
}



.s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-475bb934-5806-4639-be61-e79c8a2a8d18 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
      position: relative;
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  margin: 0 !important;
  overflow: visible;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  /* Add background color handling */
  
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-475bb934-5806-4639-be61-e79c8a2a8d18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-475bb934-5806-4639-be61-e79c8a2a8d18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image {
  box-sizing: border-box;
}



.s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-475bb934-5806-4639-be61-e79c8a2a8d18 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
      position: relative;
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  margin: 0 !important;
  overflow: visible;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  /* Add background color handling */
  
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-475bb934-5806-4639-be61-e79c8a2a8d18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-475bb934-5806-4639-be61-e79c8a2a8d18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image {
  box-sizing: border-box;
}



.s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-475bb934-5806-4639-be61-e79c8a2a8d18 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
      position: relative;
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  margin: 0 !important;
  overflow: visible;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  /* Add background color handling */
  
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-475bb934-5806-4639-be61-e79c8a2a8d18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-475bb934-5806-4639-be61-e79c8a2a8d18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image {
  box-sizing: border-box;
}



.s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-475bb934-5806-4639-be61-e79c8a2a8d18 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
      position: relative;
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  margin: 0 !important;
  overflow: visible;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-475bb934-5806-4639-be61-e79c8a2a8d18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  /* Add background color handling */
  
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-475bb934-5806-4639-be61-e79c8a2a8d18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-475bb934-5806-4639-be61-e79c8a2a8d18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-475bb934-5806-4639-be61-e79c8a2a8d18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image {
  box-sizing: border-box;
}



.s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-475bb934-5806-4639-be61-e79c8a2a8d18 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container {
      position: relative;
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-475bb934-5806-4639-be61-e79c8a2a8d18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-59d660bb-c089-4047-b33f-d22625dd020b {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-7bef3ee2-209f-43b4-b259-e934ba248296 {
  min-height: 50px;
}








#s-7bef3ee2-209f-43b4-b259-e934ba248296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7bef3ee2-209f-43b4-b259-e934ba248296 {
  cursor: pointer;
}#s-7bef3ee2-209f-43b4-b259-e934ba248296.shg-box.shg-c {
  justify-content: center;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1434/1471;
text-align: center;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* 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: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image {
  box-sizing: border-box;
}



.s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
      position: relative;
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image {
  box-sizing: border-box;
}



.s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
      position: relative;
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image {
  box-sizing: border-box;
}



.s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
      position: relative;
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image {
  box-sizing: border-box;
}



.s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
      position: relative;
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-764134dc-5dd3-4fc7-9127-67ebdc842b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image {
  box-sizing: border-box;
}



.s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container {
      position: relative;
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-764134dc-5dd3-4fc7-9127-67ebdc842b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-27894957-5641-4af5-a479-5c7d8b51857b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-c2d6e65d-59b4-47dd-aa06-a42c9acb9994 {
  min-height: 50px;
}








#s-c2d6e65d-59b4-47dd-aa06-a42c9acb9994 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2d6e65d-59b4-47dd-aa06-a42c9acb9994 {
  cursor: pointer;
}#s-c2d6e65d-59b4-47dd-aa06-a42c9acb9994.shg-box.shg-c {
  justify-content: center;
}

#s-4e487dac-f680-4317-a650-87df30321616 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1434/1471;
text-align: center;
}

#s-4e487dac-f680-4317-a650-87df30321616 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e487dac-f680-4317-a650-87df30321616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e487dac-f680-4317-a650-87df30321616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-4e487dac-f680-4317-a650-87df30321616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* 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: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e487dac-f680-4317-a650-87df30321616 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-4e487dac-f680-4317-a650-87df30321616 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e487dac-f680-4317-a650-87df30321616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-4e487dac-f680-4317-a650-87df30321616.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-4e487dac-f680-4317-a650-87df30321616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e487dac-f680-4317-a650-87df30321616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e487dac-f680-4317-a650-87df30321616.shogun-image {
  box-sizing: border-box;
}



.s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e487dac-f680-4317-a650-87df30321616 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
      position: relative;
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-4e487dac-f680-4317-a650-87df30321616 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e487dac-f680-4317-a650-87df30321616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e487dac-f680-4317-a650-87df30321616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e487dac-f680-4317-a650-87df30321616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e487dac-f680-4317-a650-87df30321616 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-4e487dac-f680-4317-a650-87df30321616 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e487dac-f680-4317-a650-87df30321616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-4e487dac-f680-4317-a650-87df30321616.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-4e487dac-f680-4317-a650-87df30321616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e487dac-f680-4317-a650-87df30321616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e487dac-f680-4317-a650-87df30321616.shogun-image {
  box-sizing: border-box;
}



.s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e487dac-f680-4317-a650-87df30321616 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
      position: relative;
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4e487dac-f680-4317-a650-87df30321616 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e487dac-f680-4317-a650-87df30321616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e487dac-f680-4317-a650-87df30321616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e487dac-f680-4317-a650-87df30321616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e487dac-f680-4317-a650-87df30321616 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-4e487dac-f680-4317-a650-87df30321616 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e487dac-f680-4317-a650-87df30321616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-4e487dac-f680-4317-a650-87df30321616.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-4e487dac-f680-4317-a650-87df30321616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e487dac-f680-4317-a650-87df30321616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e487dac-f680-4317-a650-87df30321616.shogun-image {
  box-sizing: border-box;
}



.s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e487dac-f680-4317-a650-87df30321616 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
      position: relative;
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4e487dac-f680-4317-a650-87df30321616 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e487dac-f680-4317-a650-87df30321616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e487dac-f680-4317-a650-87df30321616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e487dac-f680-4317-a650-87df30321616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e487dac-f680-4317-a650-87df30321616 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-4e487dac-f680-4317-a650-87df30321616 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e487dac-f680-4317-a650-87df30321616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-4e487dac-f680-4317-a650-87df30321616.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-4e487dac-f680-4317-a650-87df30321616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e487dac-f680-4317-a650-87df30321616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e487dac-f680-4317-a650-87df30321616.shogun-image {
  box-sizing: border-box;
}



.s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e487dac-f680-4317-a650-87df30321616 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
      position: relative;
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-4e487dac-f680-4317-a650-87df30321616 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e487dac-f680-4317-a650-87df30321616-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e487dac-f680-4317-a650-87df30321616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e487dac-f680-4317-a650-87df30321616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e487dac-f680-4317-a650-87df30321616 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-4e487dac-f680-4317-a650-87df30321616 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e487dac-f680-4317-a650-87df30321616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-4e487dac-f680-4317-a650-87df30321616.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-4e487dac-f680-4317-a650-87df30321616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e487dac-f680-4317-a650-87df30321616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e487dac-f680-4317-a650-87df30321616.shogun-image {
  box-sizing: border-box;
}



.s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e487dac-f680-4317-a650-87df30321616 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container {
      position: relative;
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e487dac-f680-4317-a650-87df30321616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e487dac-f680-4317-a650-87df30321616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-58912fd3-8ef8-44f7-99da-c2fad895b546 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-64c884e6-bbf2-443d-9d7a-7a41604a779b {
  padding-bottom: 30px;
}
@media (max-width: 767px){#s-64c884e6-bbf2-443d-9d7a-7a41604a779b {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-64c884e6-bbf2-443d-9d7a-7a41604a779b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-64c884e6-bbf2-443d-9d7a-7a41604a779b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-64c884e6-bbf2-443d-9d7a-7a41604a779b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-64c884e6-bbf2-443d-9d7a-7a41604a779b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-72987776-2e83-4300-8f3e-5d9ad490ec1e {
  min-height: 50px;
}








#s-72987776-2e83-4300-8f3e-5d9ad490ec1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72987776-2e83-4300-8f3e-5d9ad490ec1e {
  cursor: pointer;
}#s-72987776-2e83-4300-8f3e-5d9ad490ec1e.shg-box.shg-c {
  justify-content: center;
}

#s-7e886478-8137-420b-b952-a0481adf050c {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1434/1471;
text-align: center;
}

#s-7e886478-8137-420b-b952-a0481adf050c {
  margin: 0 !important;
  overflow: visible;
}

#s-7e886478-8137-420b-b952-a0481adf050c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e886478-8137-420b-b952-a0481adf050c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-7e886478-8137-420b-b952-a0481adf050c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  /* Add background color handling */
  
}

#s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* 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: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e886478-8137-420b-b952-a0481adf050c .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-7e886478-8137-420b-b952-a0481adf050c .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e886478-8137-420b-b952-a0481adf050c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-7e886478-8137-420b-b952-a0481adf050c.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-7e886478-8137-420b-b952-a0481adf050c .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e886478-8137-420b-b952-a0481adf050c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e886478-8137-420b-b952-a0481adf050c.shogun-image {
  box-sizing: border-box;
}



.s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e886478-8137-420b-b952-a0481adf050c {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
      position: relative;
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-7e886478-8137-420b-b952-a0481adf050c {
  margin: 0 !important;
  overflow: visible;
}

#s-7e886478-8137-420b-b952-a0481adf050c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e886478-8137-420b-b952-a0481adf050c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e886478-8137-420b-b952-a0481adf050c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  /* Add background color handling */
  
}

#s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e886478-8137-420b-b952-a0481adf050c .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-7e886478-8137-420b-b952-a0481adf050c .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e886478-8137-420b-b952-a0481adf050c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-7e886478-8137-420b-b952-a0481adf050c.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-7e886478-8137-420b-b952-a0481adf050c .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e886478-8137-420b-b952-a0481adf050c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e886478-8137-420b-b952-a0481adf050c.shogun-image {
  box-sizing: border-box;
}



.s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e886478-8137-420b-b952-a0481adf050c {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
      position: relative;
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7e886478-8137-420b-b952-a0481adf050c {
  margin: 0 !important;
  overflow: visible;
}

#s-7e886478-8137-420b-b952-a0481adf050c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e886478-8137-420b-b952-a0481adf050c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e886478-8137-420b-b952-a0481adf050c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  /* Add background color handling */
  
}

#s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e886478-8137-420b-b952-a0481adf050c .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-7e886478-8137-420b-b952-a0481adf050c .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e886478-8137-420b-b952-a0481adf050c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-7e886478-8137-420b-b952-a0481adf050c.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-7e886478-8137-420b-b952-a0481adf050c .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e886478-8137-420b-b952-a0481adf050c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e886478-8137-420b-b952-a0481adf050c.shogun-image {
  box-sizing: border-box;
}



.s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e886478-8137-420b-b952-a0481adf050c {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
      position: relative;
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7e886478-8137-420b-b952-a0481adf050c {
  margin: 0 !important;
  overflow: visible;
}

#s-7e886478-8137-420b-b952-a0481adf050c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e886478-8137-420b-b952-a0481adf050c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e886478-8137-420b-b952-a0481adf050c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  /* Add background color handling */
  
}

#s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e886478-8137-420b-b952-a0481adf050c .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-7e886478-8137-420b-b952-a0481adf050c .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e886478-8137-420b-b952-a0481adf050c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-7e886478-8137-420b-b952-a0481adf050c.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-7e886478-8137-420b-b952-a0481adf050c .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e886478-8137-420b-b952-a0481adf050c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e886478-8137-420b-b952-a0481adf050c.shogun-image {
  box-sizing: border-box;
}



.s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e886478-8137-420b-b952-a0481adf050c {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
      position: relative;
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-7e886478-8137-420b-b952-a0481adf050c {
  margin: 0 !important;
  overflow: visible;
}

#s-7e886478-8137-420b-b952-a0481adf050c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e886478-8137-420b-b952-a0481adf050c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e886478-8137-420b-b952-a0481adf050c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  /* Add background color handling */
  
}

#s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e886478-8137-420b-b952-a0481adf050c .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-7e886478-8137-420b-b952-a0481adf050c .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e886478-8137-420b-b952-a0481adf050c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-7e886478-8137-420b-b952-a0481adf050c.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-7e886478-8137-420b-b952-a0481adf050c .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e886478-8137-420b-b952-a0481adf050c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e886478-8137-420b-b952-a0481adf050c.shogun-image {
  box-sizing: border-box;
}



.s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e886478-8137-420b-b952-a0481adf050c {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container {
      position: relative;
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e886478-8137-420b-b952-a0481adf050c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e886478-8137-420b-b952-a0481adf050c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-b098cce3-b216-4ee6-9988-258e7f39c992 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-09c70565-4355-41b0-a7c3-c02b82c36ab4 {
  min-height: 50px;
}








#s-09c70565-4355-41b0-a7c3-c02b82c36ab4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09c70565-4355-41b0-a7c3-c02b82c36ab4 {
  cursor: pointer;
}#s-09c70565-4355-41b0-a7c3-c02b82c36ab4.shg-box.shg-c {
  justify-content: center;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1434/1471;
text-align: center;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* 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: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image {
  box-sizing: border-box;
}



.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
      position: relative;
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image {
  box-sizing: border-box;
}



.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
      position: relative;
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image {
  box-sizing: border-box;
}



.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
      position: relative;
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image {
  box-sizing: border-box;
}



.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
      position: relative;
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image {
  box-sizing: border-box;
}



.s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container {
      position: relative;
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5abd7aeb-751b-4355-a26c-e0b254ebbcd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-005bbf68-a39d-4351-a3a6-0cb7970f3cbb {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-c181d0f1-3e5a-405f-8d04-f03dc4ffae92 {
  min-height: 50px;
}








#s-c181d0f1-3e5a-405f-8d04-f03dc4ffae92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c181d0f1-3e5a-405f-8d04-f03dc4ffae92 {
  cursor: pointer;
}#s-c181d0f1-3e5a-405f-8d04-f03dc4ffae92.shg-box.shg-c {
  justify-content: center;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1434/1471;
text-align: center;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  margin: 0 !important;
  overflow: visible;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  /* Add background color handling */
  
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* 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: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image {
  box-sizing: border-box;
}



.s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
      position: relative;
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  margin: 0 !important;
  overflow: visible;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  /* Add background color handling */
  
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image {
  box-sizing: border-box;
}



.s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
      position: relative;
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  margin: 0 !important;
  overflow: visible;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  /* Add background color handling */
  
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image {
  box-sizing: border-box;
}



.s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
      position: relative;
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  margin: 0 !important;
  overflow: visible;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  /* Add background color handling */
  
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image {
  box-sizing: border-box;
}



.s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
      position: relative;
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  margin: 0 !important;
  overflow: visible;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  /* Add background color handling */
  
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-82934922-11a4-4f3c-9110-fccd5ba04f7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image {
  box-sizing: border-box;
}



.s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container {
      position: relative;
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82934922-11a4-4f3c-9110-fccd5ba04f7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-0929b3d2-777b-4768-91a6-82973ba4fe00 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-6c102f3d-5780-467f-895b-e2e61a5545ee {
  min-height: 50px;
}








#s-6c102f3d-5780-467f-895b-e2e61a5545ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c102f3d-5780-467f-895b-e2e61a5545ee {
  cursor: pointer;
}#s-6c102f3d-5780-467f-895b-e2e61a5545ee.shg-box.shg-c {
  justify-content: center;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1434px;
aspect-ratio: 1434/1471;
text-align: center;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* 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: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image {
  box-sizing: border-box;
}



.s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
      position: relative;
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

@media (min-width: 1200px){#s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image {
  box-sizing: border-box;
}



.s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
      position: relative;
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image {
  box-sizing: border-box;
}



.s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
      position: relative;
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image {
  box-sizing: border-box;
}



.s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
      position: relative;
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}@media (max-width: 767px){#s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shg-image-content-wrapper {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }

    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shogun-image-link {
      aspect-ratio: 1434/1471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1434px;
  }



  img.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image {
    
    
    
    max-height: 1434px;
  }


.s-dbd884d5-9abb-414a-95c7-c9d65af70820 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image {
  box-sizing: border-box;
}



.s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbd884d5-9abb-414a-95c7-c9d65af70820 {
      --shg-aspect-ratio: calc(1434/1471); 
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container {
      position: relative;
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd884d5-9abb-414a-95c7-c9d65af70820 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1434px;
    }
  }

}
#s-899f48c7-5ac7-4ae8-bd6a-69574a451be1 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-8a5fde60-466e-4425-904b-4ee8f2a819b9 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8a5fde60-466e-4425-904b-4ee8f2a819b9 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-8a5fde60-466e-4425-904b-4ee8f2a819b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a5fde60-466e-4425-904b-4ee8f2a819b9.shg-box.shg-c {
  justify-content: center;
}

#s-30407ec9-ebb0-4c0f-ad91-b056d207ddcf {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-7dd63b27-7884-4b35-9614-a0addd7cb53a {
  min-height: 50px;
}
@media (max-width: 767px){#s-7dd63b27-7884-4b35-9614-a0addd7cb53a {
  display: none;
}
#s-7dd63b27-7884-4b35-9614-a0addd7cb53a, #wrap-s-7dd63b27-7884-4b35-9614-a0addd7cb53a, #wrap-content-s-7dd63b27-7884-4b35-9614-a0addd7cb53a { display: none !important; }}







#s-7dd63b27-7884-4b35-9614-a0addd7cb53a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7dd63b27-7884-4b35-9614-a0addd7cb53a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-09281e94-af5b-4c70-ab54-b840923e4886"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09281e94-af5b-4c70-ab54-b840923e4886"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-09281e94-af5b-4c70-ab54-b840923e4886"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-09281e94-af5b-4c70-ab54-b840923e4886"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

#s-fc117a7c-a45e-4636-b97b-38acb754f867 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-fc117a7c-a45e-4636-b97b-38acb754f867 {
  background-image: url();
}








#s-fc117a7c-a45e-4636-b97b-38acb754f867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc117a7c-a45e-4636-b97b-38acb754f867 {
  cursor: pointer;
}#s-fc117a7c-a45e-4636-b97b-38acb754f867.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
  box-sizing: border-box;
}



.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
      position: relative;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
  box-sizing: border-box;
}



.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
      position: relative;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
  box-sizing: border-box;
}



.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
      position: relative;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
  box-sizing: border-box;
}



.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
      position: relative;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image {
  box-sizing: border-box;
}



.s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container {
      position: relative;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bcf8a2c-9c3c-4ad2-b887-8956422b1509 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-1135d508-f1c0-424a-9dd2-c2119af7c5a1 {
  margin-top: 8px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1135d508-f1c0-424a-9dd2-c2119af7c5a1 {
  display: none;
}
#s-1135d508-f1c0-424a-9dd2-c2119af7c5a1, #wrap-s-1135d508-f1c0-424a-9dd2-c2119af7c5a1, #wrap-content-s-1135d508-f1c0-424a-9dd2-c2119af7c5a1 { display: none !important; }}
#s-de647727-5b84-4b3d-bb2a-842e3a5660b1 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-de647727-5b84-4b3d-bb2a-842e3a5660b1 {
  display: none;
}
#s-de647727-5b84-4b3d-bb2a-842e3a5660b1, #wrap-s-de647727-5b84-4b3d-bb2a-842e3a5660b1, #wrap-content-s-de647727-5b84-4b3d-bb2a-842e3a5660b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de647727-5b84-4b3d-bb2a-842e3a5660b1 {
  display: none;
}
#s-de647727-5b84-4b3d-bb2a-842e3a5660b1, #wrap-s-de647727-5b84-4b3d-bb2a-842e3a5660b1, #wrap-content-s-de647727-5b84-4b3d-bb2a-842e3a5660b1 { display: none !important; }}@media (max-width: 767px){#s-de647727-5b84-4b3d-bb2a-842e3a5660b1 {
  display: none;
}
#s-de647727-5b84-4b3d-bb2a-842e3a5660b1, #wrap-s-de647727-5b84-4b3d-bb2a-842e3a5660b1, #wrap-content-s-de647727-5b84-4b3d-bb2a-842e3a5660b1 { display: none !important; }}
#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
max-width: 600px;
aspect-ratio: 600/102;
text-align: center;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
  box-sizing: border-box;
}



.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
      position: relative;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
  box-sizing: border-box;
}



.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
      position: relative;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
  box-sizing: border-box;
}



.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
      position: relative;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
  box-sizing: border-box;
}



.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
      position: relative;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image {
  box-sizing: border-box;
}



.s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container {
      position: relative;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1302c9ba-dc4b-4e3d-98dd-141836f2d0f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-674aed80-b07e-4c7c-ad0a-2d76640f17e3 {
  margin-left: 5%;
margin-right: 5%;
}

#s-08d20b6d-cfea-4a69-b7e6-f4b40e80eef8 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-08d20b6d-cfea-4a69-b7e6-f4b40e80eef8 {
  background-image: url();
}








#s-08d20b6d-cfea-4a69-b7e6-f4b40e80eef8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08d20b6d-cfea-4a69-b7e6-f4b40e80eef8 {
  cursor: pointer;
}#s-08d20b6d-cfea-4a69-b7e6-f4b40e80eef8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
  box-sizing: border-box;
}



.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
      position: relative;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
  box-sizing: border-box;
}



.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
      position: relative;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
  box-sizing: border-box;
}



.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
      position: relative;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
  box-sizing: border-box;
}



.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
      position: relative;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image {
  box-sizing: border-box;
}



.s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container {
      position: relative;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bb47c8f-c934-42ba-920c-6f068c1c8e21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-488f3f9e-1096-4cc7-bff1-5864da888972 {
  margin-top: 8px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-488f3f9e-1096-4cc7-bff1-5864da888972 {
  display: none;
}
#s-488f3f9e-1096-4cc7-bff1-5864da888972, #wrap-s-488f3f9e-1096-4cc7-bff1-5864da888972, #wrap-content-s-488f3f9e-1096-4cc7-bff1-5864da888972 { display: none !important; }}
#s-4f2d5083-4300-447e-8917-ec8f0e802d4d {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-4f2d5083-4300-447e-8917-ec8f0e802d4d {
  display: none;
}
#s-4f2d5083-4300-447e-8917-ec8f0e802d4d, #wrap-s-4f2d5083-4300-447e-8917-ec8f0e802d4d, #wrap-content-s-4f2d5083-4300-447e-8917-ec8f0e802d4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f2d5083-4300-447e-8917-ec8f0e802d4d {
  display: none;
}
#s-4f2d5083-4300-447e-8917-ec8f0e802d4d, #wrap-s-4f2d5083-4300-447e-8917-ec8f0e802d4d, #wrap-content-s-4f2d5083-4300-447e-8917-ec8f0e802d4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f2d5083-4300-447e-8917-ec8f0e802d4d {
  margin-left: 14%;
margin-right: 14%;
}
}@media (max-width: 767px){#s-4f2d5083-4300-447e-8917-ec8f0e802d4d {
  display: none;
}
#s-4f2d5083-4300-447e-8917-ec8f0e802d4d, #wrap-s-4f2d5083-4300-447e-8917-ec8f0e802d4d, #wrap-content-s-4f2d5083-4300-447e-8917-ec8f0e802d4d { display: none !important; }}
#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
max-width: 600px;
aspect-ratio: 600/102;
text-align: center;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  margin: 0 !important;
  overflow: visible;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add background color handling */
  
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-content {
  
    justify-content: center;
  
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
  box-sizing: border-box;
}



.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
      position: relative;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  margin: 0 !important;
  overflow: visible;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add background color handling */
  
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-content {
  
    justify-content: center;
  
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
  box-sizing: border-box;
}



.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
      position: relative;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  margin: 0 !important;
  overflow: visible;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add background color handling */
  
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-content {
  
    justify-content: center;
  
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
  box-sizing: border-box;
}



.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
      position: relative;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  margin: 0 !important;
  overflow: visible;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add background color handling */
  
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-content {
  
    justify-content: center;
  
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
  box-sizing: border-box;
}



.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
      position: relative;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  margin: 0 !important;
  overflow: visible;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add background color handling */
  
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f .shogun-image-content {
  
    justify-content: center;
  
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image {
  box-sizing: border-box;
}



.s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container {
      position: relative;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-001dd747-5fd6-4ee1-a77e-8f2b807bc34f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-943e088f-1461-4361-894a-2745704b084f {
  margin-left: 5%;
margin-right: 5%;
}

#s-38c5e1b1-1f09-4173-b20d-715d2872a2b1 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-38c5e1b1-1f09-4173-b20d-715d2872a2b1 {
  background-image: url();
}








#s-38c5e1b1-1f09-4173-b20d-715d2872a2b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38c5e1b1-1f09-4173-b20d-715d2872a2b1 {
  cursor: pointer;
}#s-38c5e1b1-1f09-4173-b20d-715d2872a2b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  margin: 0 !important;
  overflow: visible;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add background color handling */
  
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
  box-sizing: border-box;
}



.s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9756ae61-5fa3-4638-93ca-8607c42e73af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
      position: relative;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  margin: 0 !important;
  overflow: visible;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add background color handling */
  
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
  box-sizing: border-box;
}



.s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9756ae61-5fa3-4638-93ca-8607c42e73af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
      position: relative;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  margin: 0 !important;
  overflow: visible;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add background color handling */
  
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
  box-sizing: border-box;
}



.s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9756ae61-5fa3-4638-93ca-8607c42e73af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
      position: relative;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  margin: 0 !important;
  overflow: visible;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add background color handling */
  
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
  box-sizing: border-box;
}



.s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9756ae61-5fa3-4638-93ca-8607c42e73af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
      position: relative;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  margin: 0 !important;
  overflow: visible;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9756ae61-5fa3-4638-93ca-8607c42e73af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add background color handling */
  
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9756ae61-5fa3-4638-93ca-8607c42e73af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-9756ae61-5fa3-4638-93ca-8607c42e73af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image {
  box-sizing: border-box;
}



.s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9756ae61-5fa3-4638-93ca-8607c42e73af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container {
      position: relative;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9756ae61-5fa3-4638-93ca-8607c42e73af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-a1970ca0-ee45-42d0-811c-593299f1a24d {
  margin-top: 8px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1970ca0-ee45-42d0-811c-593299f1a24d {
  display: none;
}
#s-a1970ca0-ee45-42d0-811c-593299f1a24d, #wrap-s-a1970ca0-ee45-42d0-811c-593299f1a24d, #wrap-content-s-a1970ca0-ee45-42d0-811c-593299f1a24d { display: none !important; }}
#s-c88cd949-2cf7-4946-9b19-9f428f6000f1 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-c88cd949-2cf7-4946-9b19-9f428f6000f1 {
  display: none;
}
#s-c88cd949-2cf7-4946-9b19-9f428f6000f1, #wrap-s-c88cd949-2cf7-4946-9b19-9f428f6000f1, #wrap-content-s-c88cd949-2cf7-4946-9b19-9f428f6000f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c88cd949-2cf7-4946-9b19-9f428f6000f1 {
  display: none;
}
#s-c88cd949-2cf7-4946-9b19-9f428f6000f1, #wrap-s-c88cd949-2cf7-4946-9b19-9f428f6000f1, #wrap-content-s-c88cd949-2cf7-4946-9b19-9f428f6000f1 { display: none !important; }}@media (max-width: 767px){#s-c88cd949-2cf7-4946-9b19-9f428f6000f1 {
  display: none;
}
#s-c88cd949-2cf7-4946-9b19-9f428f6000f1, #wrap-s-c88cd949-2cf7-4946-9b19-9f428f6000f1, #wrap-content-s-c88cd949-2cf7-4946-9b19-9f428f6000f1 { display: none !important; }}
#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
max-width: 600px;
aspect-ratio: 600/102;
text-align: center;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
  box-sizing: border-box;
}



.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
      position: relative;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
  box-sizing: border-box;
}



.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
      position: relative;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
  box-sizing: border-box;
}



.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
      position: relative;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
  box-sizing: border-box;
}



.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
      position: relative;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image {
  box-sizing: border-box;
}



.s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container {
      position: relative;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9c0408d-4f6b-44f8-8dd0-eebec61a74e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-13b9774b-6c2e-488c-8864-43f1de1dc170 {
  margin-left: 5%;
margin-right: 5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-61702dab-7d10-46bb-a241-5bc335a77738 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-61702dab-7d10-46bb-a241-5bc335a77738 {
  display: none;
}
#s-61702dab-7d10-46bb-a241-5bc335a77738, #wrap-s-61702dab-7d10-46bb-a241-5bc335a77738, #wrap-content-s-61702dab-7d10-46bb-a241-5bc335a77738 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61702dab-7d10-46bb-a241-5bc335a77738 {
  display: none;
}
#s-61702dab-7d10-46bb-a241-5bc335a77738, #wrap-s-61702dab-7d10-46bb-a241-5bc335a77738, #wrap-content-s-61702dab-7d10-46bb-a241-5bc335a77738 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61702dab-7d10-46bb-a241-5bc335a77738 {
  display: none;
}
#s-61702dab-7d10-46bb-a241-5bc335a77738, #wrap-s-61702dab-7d10-46bb-a241-5bc335a77738, #wrap-content-s-61702dab-7d10-46bb-a241-5bc335a77738 { display: none !important; }}
#s-61702dab-7d10-46bb-a241-5bc335a77738 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-61702dab-7d10-46bb-a241-5bc335a77738 .shg-sld-nav-button.shg-sld-left,
#s-61702dab-7d10-46bb-a241-5bc335a77738 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-53069e10-ac43-4966-8134-37beb2ba29ff {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-53069e10-ac43-4966-8134-37beb2ba29ff {
  background-image: url();
}








#s-53069e10-ac43-4966-8134-37beb2ba29ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53069e10-ac43-4966-8134-37beb2ba29ff {
  cursor: pointer;
}#s-53069e10-ac43-4966-8134-37beb2ba29ff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image {
  box-sizing: border-box;
}



.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
      position: relative;
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image {
  box-sizing: border-box;
}



.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
      position: relative;
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image {
  box-sizing: border-box;
}



.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
      position: relative;
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image {
  box-sizing: border-box;
}



.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
      position: relative;
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image {
  box-sizing: border-box;
}



.s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container {
      position: relative;
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ef053e5-61a7-4cb7-90ad-14689c3267b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-0c3f9867-d2f5-417f-894c-66c395eb0f46 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c3f9867-d2f5-417f-894c-66c395eb0f46 {
  display: none;
}
#s-0c3f9867-d2f5-417f-894c-66c395eb0f46, #wrap-s-0c3f9867-d2f5-417f-894c-66c395eb0f46, #wrap-content-s-0c3f9867-d2f5-417f-894c-66c395eb0f46 { display: none !important; }}@media (max-width: 767px){#s-0c3f9867-d2f5-417f-894c-66c395eb0f46 {
  margin-top: 6px;
}
}
#s-69f0b002-185a-4296-8434-d6fa1d973751 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-69f0b002-185a-4296-8434-d6fa1d973751 {
  display: none;
}
#s-69f0b002-185a-4296-8434-d6fa1d973751, #wrap-s-69f0b002-185a-4296-8434-d6fa1d973751, #wrap-content-s-69f0b002-185a-4296-8434-d6fa1d973751 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69f0b002-185a-4296-8434-d6fa1d973751 {
  display: none;
}
#s-69f0b002-185a-4296-8434-d6fa1d973751, #wrap-s-69f0b002-185a-4296-8434-d6fa1d973751, #wrap-content-s-69f0b002-185a-4296-8434-d6fa1d973751 { display: none !important; }}@media (max-width: 767px){#s-69f0b002-185a-4296-8434-d6fa1d973751 {
  display: none;
}
#s-69f0b002-185a-4296-8434-d6fa1d973751, #wrap-s-69f0b002-185a-4296-8434-d6fa1d973751, #wrap-content-s-69f0b002-185a-4296-8434-d6fa1d973751 { display: none !important; }}
#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  margin-left: 27%;
margin-bottom: 0px;
margin-right: 27%;
max-width: 600px;
aspect-ratio: 600/102;
text-align: center;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 27%;
  margin-right: 27%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image {
  box-sizing: border-box;
}



.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
      position: relative;
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image {
  box-sizing: border-box;
}



.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
      position: relative;
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image {
  box-sizing: border-box;
}



.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
      position: relative;
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image {
  box-sizing: border-box;
}



.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
      position: relative;
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image {
  box-sizing: border-box;
}



.s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container {
      position: relative;
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d40a963e-2ce8-4e65-964d-3fbf005fd4f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-b6245593-406d-4535-81f2-4afebbdde249 {
  margin-left: 5%;
margin-right: 5%;
}

#s-bc8d3020-4e08-4e48-bcee-62975baadd9b {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-bc8d3020-4e08-4e48-bcee-62975baadd9b {
  background-image: url();
}








#s-bc8d3020-4e08-4e48-bcee-62975baadd9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc8d3020-4e08-4e48-bcee-62975baadd9b {
  cursor: pointer;
}#s-bc8d3020-4e08-4e48-bcee-62975baadd9b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image {
  box-sizing: border-box;
}



.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
      position: relative;
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image {
  box-sizing: border-box;
}



.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
      position: relative;
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image {
  box-sizing: border-box;
}



.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
      position: relative;
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image {
  box-sizing: border-box;
}



.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
      position: relative;
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image {
  box-sizing: border-box;
}



.s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container {
      position: relative;
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bdcf4f7-5b3c-4192-a7b5-8f7f9e9fc28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-6f4e31ba-8134-4e8b-8148-d6ea1c4db168 {
  margin-top: 6px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f4e31ba-8134-4e8b-8148-d6ea1c4db168 {
  display: none;
}
#s-6f4e31ba-8134-4e8b-8148-d6ea1c4db168, #wrap-s-6f4e31ba-8134-4e8b-8148-d6ea1c4db168, #wrap-content-s-6f4e31ba-8134-4e8b-8148-d6ea1c4db168 { display: none !important; }}
#s-cf914f34-eccb-46b7-9d2a-7f7b833fc4c9 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-cf914f34-eccb-46b7-9d2a-7f7b833fc4c9 {
  display: none;
}
#s-cf914f34-eccb-46b7-9d2a-7f7b833fc4c9, #wrap-s-cf914f34-eccb-46b7-9d2a-7f7b833fc4c9, #wrap-content-s-cf914f34-eccb-46b7-9d2a-7f7b833fc4c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf914f34-eccb-46b7-9d2a-7f7b833fc4c9 {
  display: none;
}
#s-cf914f34-eccb-46b7-9d2a-7f7b833fc4c9, #wrap-s-cf914f34-eccb-46b7-9d2a-7f7b833fc4c9, #wrap-content-s-cf914f34-eccb-46b7-9d2a-7f7b833fc4c9 { display: none !important; }}@media (max-width: 767px){#s-cf914f34-eccb-46b7-9d2a-7f7b833fc4c9 {
  display: none;
}
#s-cf914f34-eccb-46b7-9d2a-7f7b833fc4c9, #wrap-s-cf914f34-eccb-46b7-9d2a-7f7b833fc4c9, #wrap-content-s-cf914f34-eccb-46b7-9d2a-7f7b833fc4c9 { display: none !important; }}
#s-6af4c917-f160-4b67-9166-891d7a31c13b {
  margin-left: 27%;
margin-bottom: 0px;
margin-right: 27%;
max-width: 600px;
aspect-ratio: 600/102;
text-align: center;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b {
  margin: 0 !important;
  overflow: visible;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6af4c917-f160-4b67-9166-891d7a31c13b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 27%;
  margin-right: 27%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-6af4c917-f160-4b67-9166-891d7a31c13b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  /* Add background color handling */
  
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6af4c917-f160-4b67-9166-891d7a31c13b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6af4c917-f160-4b67-9166-891d7a31c13b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image {
  box-sizing: border-box;
}



.s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6af4c917-f160-4b67-9166-891d7a31c13b {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
      position: relative;
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-6af4c917-f160-4b67-9166-891d7a31c13b {
  margin: 0 !important;
  overflow: visible;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6af4c917-f160-4b67-9166-891d7a31c13b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6af4c917-f160-4b67-9166-891d7a31c13b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  /* Add background color handling */
  
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6af4c917-f160-4b67-9166-891d7a31c13b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6af4c917-f160-4b67-9166-891d7a31c13b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image {
  box-sizing: border-box;
}



.s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6af4c917-f160-4b67-9166-891d7a31c13b {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
      position: relative;
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6af4c917-f160-4b67-9166-891d7a31c13b {
  margin: 0 !important;
  overflow: visible;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6af4c917-f160-4b67-9166-891d7a31c13b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6af4c917-f160-4b67-9166-891d7a31c13b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  /* Add background color handling */
  
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6af4c917-f160-4b67-9166-891d7a31c13b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6af4c917-f160-4b67-9166-891d7a31c13b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image {
  box-sizing: border-box;
}



.s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6af4c917-f160-4b67-9166-891d7a31c13b {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
      position: relative;
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6af4c917-f160-4b67-9166-891d7a31c13b {
  margin: 0 !important;
  overflow: visible;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6af4c917-f160-4b67-9166-891d7a31c13b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6af4c917-f160-4b67-9166-891d7a31c13b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  /* Add background color handling */
  
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6af4c917-f160-4b67-9166-891d7a31c13b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6af4c917-f160-4b67-9166-891d7a31c13b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image {
  box-sizing: border-box;
}



.s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6af4c917-f160-4b67-9166-891d7a31c13b {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
      position: relative;
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-6af4c917-f160-4b67-9166-891d7a31c13b {
  margin: 0 !important;
  overflow: visible;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6af4c917-f160-4b67-9166-891d7a31c13b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6af4c917-f160-4b67-9166-891d7a31c13b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  /* Add background color handling */
  
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6af4c917-f160-4b67-9166-891d7a31c13b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6af4c917-f160-4b67-9166-891d7a31c13b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6af4c917-f160-4b67-9166-891d7a31c13b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image {
  box-sizing: border-box;
}



.s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6af4c917-f160-4b67-9166-891d7a31c13b {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container {
      position: relative;
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6af4c917-f160-4b67-9166-891d7a31c13b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-f7ccf9d5-bf92-47da-a334-9f06ca37fde4 {
  margin-left: 5%;
margin-right: 5%;
}

#s-8dca397b-fe05-4f15-9d3e-a3a9ed0c4d7f {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-8dca397b-fe05-4f15-9d3e-a3a9ed0c4d7f {
  background-image: url();
}








#s-8dca397b-fe05-4f15-9d3e-a3a9ed0c4d7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8dca397b-fe05-4f15-9d3e-a3a9ed0c4d7f {
  cursor: pointer;
}#s-8dca397b-fe05-4f15-9d3e-a3a9ed0c4d7f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  margin: 0 !important;
  overflow: visible;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  /* Add background color handling */
  
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image {
  box-sizing: border-box;
}



.s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
      position: relative;
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  margin: 0 !important;
  overflow: visible;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  /* Add background color handling */
  
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image {
  box-sizing: border-box;
}



.s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
      position: relative;
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  margin: 0 !important;
  overflow: visible;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  /* Add background color handling */
  
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image {
  box-sizing: border-box;
}



.s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
      position: relative;
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  margin: 0 !important;
  overflow: visible;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  /* Add background color handling */
  
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image {
  box-sizing: border-box;
}



.s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
      position: relative;
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  margin: 0 !important;
  overflow: visible;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  /* Add background color handling */
  
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-d4b014be-acb6-4cf5-8152-1eeaba57477b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image {
  box-sizing: border-box;
}



.s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container {
      position: relative;
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4b014be-acb6-4cf5-8152-1eeaba57477b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-4f4bf7e7-04b1-46f9-bee4-f17dfc98b257 {
  margin-top: 6px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f4bf7e7-04b1-46f9-bee4-f17dfc98b257 {
  display: none;
}
#s-4f4bf7e7-04b1-46f9-bee4-f17dfc98b257, #wrap-s-4f4bf7e7-04b1-46f9-bee4-f17dfc98b257, #wrap-content-s-4f4bf7e7-04b1-46f9-bee4-f17dfc98b257 { display: none !important; }}@media (max-width: 767px){#s-4f4bf7e7-04b1-46f9-bee4-f17dfc98b257 {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-624b68d1-6263-4281-b93c-4f89d772bbe6 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-624b68d1-6263-4281-b93c-4f89d772bbe6 {
  display: none;
}
#s-624b68d1-6263-4281-b93c-4f89d772bbe6, #wrap-s-624b68d1-6263-4281-b93c-4f89d772bbe6, #wrap-content-s-624b68d1-6263-4281-b93c-4f89d772bbe6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-624b68d1-6263-4281-b93c-4f89d772bbe6 {
  display: none;
}
#s-624b68d1-6263-4281-b93c-4f89d772bbe6, #wrap-s-624b68d1-6263-4281-b93c-4f89d772bbe6, #wrap-content-s-624b68d1-6263-4281-b93c-4f89d772bbe6 { display: none !important; }}@media (max-width: 767px){#s-624b68d1-6263-4281-b93c-4f89d772bbe6 {
  display: none;
}
#s-624b68d1-6263-4281-b93c-4f89d772bbe6, #wrap-s-624b68d1-6263-4281-b93c-4f89d772bbe6, #wrap-content-s-624b68d1-6263-4281-b93c-4f89d772bbe6 { display: none !important; }}
#s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  margin-left: 27%;
margin-bottom: 0px;
margin-right: 27%;
max-width: 600px;
aspect-ratio: 600/102;
text-align: center;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  margin: 0 !important;
  overflow: visible;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 27%;
  margin-right: 27%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  /* Add background color handling */
  
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image {
  box-sizing: border-box;
}



.s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
      position: relative;
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  margin: 0 !important;
  overflow: visible;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  /* Add background color handling */
  
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image {
  box-sizing: border-box;
}



.s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
      position: relative;
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  margin: 0 !important;
  overflow: visible;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  /* Add background color handling */
  
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image {
  box-sizing: border-box;
}



.s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
      position: relative;
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  margin: 0 !important;
  overflow: visible;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  /* Add background color handling */
  
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image {
  box-sizing: border-box;
}



.s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
      position: relative;
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  margin: 0 !important;
  overflow: visible;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  /* Add background color handling */
  
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shg-image-content-wrapper {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }

    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shogun-image-link {
      aspect-ratio: 600/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-58157240-1924-4f3a-956a-9d19ed8a2d58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image {
  box-sizing: border-box;
}



.s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58157240-1924-4f3a-956a-9d19ed8a2d58 {
      --shg-aspect-ratio: calc(600/102); 
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container {
      position: relative;
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58157240-1924-4f3a-956a-9d19ed8a2d58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-30910914-0298-4610-83bb-12bfd6c1712c {
  margin-left: 5%;
margin-right: 5%;
}

#s-70894820-cadc-4205-9400-43089946ce48 {
  margin-top: 30px;
margin-left: 6%;
margin-bottom: 30px;
margin-right: 5%;
min-height: 50px;
}








#s-70894820-cadc-4205-9400-43089946ce48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70894820-cadc-4205-9400-43089946ce48.shg-box.shg-c {
  justify-content: center;
}

#s-c7117340-70d3-4ddd-82cb-efed243f2c46 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-c7117340-70d3-4ddd-82cb-efed243f2c46 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7117340-70d3-4ddd-82cb-efed243f2c46 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7117340-70d3-4ddd-82cb-efed243f2c46 {
  
}
}@media (max-width: 767px){#s-c7117340-70d3-4ddd-82cb-efed243f2c46 {
  
}
}
@media (min-width: 0px) {
[id="s-c7117340-70d3-4ddd-82cb-efed243f2c46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7117340-70d3-4ddd-82cb-efed243f2c46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c7117340-70d3-4ddd-82cb-efed243f2c46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7117340-70d3-4ddd-82cb-efed243f2c46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c7117340-70d3-4ddd-82cb-efed243f2c46"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8 {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8 {
  
}
}@media (max-width: 767px){#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}
}







#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8 {
  cursor: pointer;
}#s-6aed1461-4e8d-41e0-aaee-0c4788451fb8.shg-box.shg-c {
  justify-content: center;
}

#s-1e598c6e-1172-4851-b105-421708b107b2 {
  margin-top: 60px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1e598c6e-1172-4851-b105-421708b107b2 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-f477cc1f-6b4e-4fd8-b1bd-abe4e5008c80 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f477cc1f-6b4e-4fd8-b1bd-abe4e5008c80 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-ca22d748-03a2-4c90-9078-7f6d82a35822 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ca22d748-03a2-4c90-9078-7f6d82a35822 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}



#s-77c9c021-a0a3-4c43-83ee-e8b342b18028 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-77c9c021-a0a3-4c43-83ee-e8b342b18028 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-894e26a6-9c0b-4391-9d6c-538aa77b663c {
  margin-bottom: 60px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(21, 44, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-894e26a6-9c0b-4391-9d6c-538aa77b663c:hover {background-color: rgba(166, 66, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-894e26a6-9c0b-4391-9d6c-538aa77b663c:active {background-color: rgba(17, 17, 17, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-894e26a6-9c0b-4391-9d6c-538aa77b663c {
  margin-bottom: 0px;
}
}

  #s-894e26a6-9c0b-4391-9d6c-538aa77b663c-root {
    text-align: left;
  }


#s-894e26a6-9c0b-4391-9d6c-538aa77b663c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-894e26a6-9c0b-4391-9d6c-538aa77b663c-root {
    text-align: left;
  }


#s-894e26a6-9c0b-4391-9d6c-538aa77b663c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-894e26a6-9c0b-4391-9d6c-538aa77b663c-root {
    text-align: left;
  }


#s-894e26a6-9c0b-4391-9d6c-538aa77b663c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-894e26a6-9c0b-4391-9d6c-538aa77b663c-root {
    text-align: left;
  }


#s-894e26a6-9c0b-4391-9d6c-538aa77b663c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-894e26a6-9c0b-4391-9d6c-538aa77b663c-root {
    text-align: left;
  }


#s-894e26a6-9c0b-4391-9d6c-538aa77b663c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-bae6f874-8179-4161-96ab-a4e41e48b6e7 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-position: left center;
}
@media (min-width: 1200px){#s-bae6f874-8179-4161-96ab-a4e41e48b6e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bae6f874-8179-4161-96ab-a4e41e48b6e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bae6f874-8179-4161-96ab-a4e41e48b6e7 {
  
}
}@media (max-width: 767px){#s-bae6f874-8179-4161-96ab-a4e41e48b6e7 {
  min-height: 500px;
}
}







#s-bae6f874-8179-4161-96ab-a4e41e48b6e7 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-bae6f874-8179-4161-96ab-a4e41e48b6e7 {
  cursor: pointer;
}#s-bae6f874-8179-4161-96ab-a4e41e48b6e7.shg-box.shg-c {
  justify-content: center;
}

#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39.shg-box.shg-c {
  justify-content: center;
}

#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  background-image: url();
}








#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  cursor: pointer;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa.shg-box.shg-c {
  justify-content: center;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 40%;
margin-right: 40%;
max-width: 930px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 35%;
margin-right: 35%;
max-width: 990px;
}
}
#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

@media (min-width: 1200px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (max-width: 767px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}
#s-d7724901-f284-42a5-9806-a161e783193b {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (max-width: 767px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}@media (max-width: 767px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-top: 2px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  display: none;
}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-content-s-055a3fb9-8b34-4b15-87b4-c275bfb80466 { display: none !important; }}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}
@media (min-width: 1200px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be hr {
  border-top: 2px solid #ddd;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  background-image: url();
}








#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  cursor: pointer;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d.shg-box.shg-c {
  justify-content: center;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 40%;
margin-right: 40%;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}
#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (max-width: 767px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}
#s-d9511553-96ca-49ea-a73d-970323b44905 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}@media (max-width: 767px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}
#s-37ab47fa-e09b-4b98-b5c9-6da68c9caa16 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7d9c808a-bec1-49cd-9152-76289cb5c0d1 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-7d9c808a-bec1-49cd-9152-76289cb5c0d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d9c808a-bec1-49cd-9152-76289cb5c0d1 {
  cursor: pointer;
}#s-7d9c808a-bec1-49cd-9152-76289cb5c0d1.shg-box.shg-c {
  justify-content: center;
}

#s-0d0712b2-1f0b-4407-b79f-5619b0c03149 {
  margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d0712b2-1f0b-4407-b79f-5619b0c03149 {
  margin-left: 17%;
margin-right: 17%;
display: none;
}
#s-0d0712b2-1f0b-4407-b79f-5619b0c03149, #wrap-s-0d0712b2-1f0b-4407-b79f-5619b0c03149, #wrap-content-s-0d0712b2-1f0b-4407-b79f-5619b0c03149 { display: none !important; }}@media (max-width: 767px){#s-0d0712b2-1f0b-4407-b79f-5619b0c03149 {
  display: none;
}
#s-0d0712b2-1f0b-4407-b79f-5619b0c03149, #wrap-s-0d0712b2-1f0b-4407-b79f-5619b0c03149, #wrap-content-s-0d0712b2-1f0b-4407-b79f-5619b0c03149 { display: none !important; }}
#s-827b3fa5-950d-4790-9bfb-19b03a84cc68 {
  margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-827b3fa5-950d-4790-9bfb-19b03a84cc68 {
  display: none;
}
#s-827b3fa5-950d-4790-9bfb-19b03a84cc68, #wrap-s-827b3fa5-950d-4790-9bfb-19b03a84cc68, #wrap-content-s-827b3fa5-950d-4790-9bfb-19b03a84cc68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-827b3fa5-950d-4790-9bfb-19b03a84cc68 {
  display: none;
}
#s-827b3fa5-950d-4790-9bfb-19b03a84cc68, #wrap-s-827b3fa5-950d-4790-9bfb-19b03a84cc68, #wrap-content-s-827b3fa5-950d-4790-9bfb-19b03a84cc68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-827b3fa5-950d-4790-9bfb-19b03a84cc68 {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-fe91d8d7-24cf-4d52-9d84-f2ccc38ffaf2 {
  margin-bottom: -20px;
}

#s-071e7e78-1ebf-422d-ae12-091e6f8924bc {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f.shg-box.shg-c {
  justify-content: center;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/71;
text-align: center;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(30, 100, 158, 1);
background-position: center center;
}








#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab.shg-box.shg-c {
  justify-content: center;
}

#s-067a9334-7a7c-4105-bdd9-b1eeecc44963 {
  margin-top: 40px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-067a9334-7a7c-4105-bdd9-b1eeecc44963 {
  margin-bottom: 1px;
}
}
#s-3062f027-bba7-41df-9aee-35c1525b85aa {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-3062f027-bba7-41df-9aee-35c1525b85aa {
  margin-top: 11px;
margin-left: 9%;
margin-right: 9%;
}
}
#s-85ee1d31-b614-4085-870b-2a9825f14728 {
  box-shadow:1px 1px 1px 1px rgba(127, 14, 125, 0);
margin-bottom: 49px;
min-height: 50px;
}

#s-85ee1d31-b614-4085-870b-2a9825f14728 {
  background-image: url();
}








#s-85ee1d31-b614-4085-870b-2a9825f14728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ee1d31-b614-4085-870b-2a9825f14728.shg-box.shg-c {
  justify-content: center;
}

#s-9bfc29c1-af9b-4ca1-b009-e59776323d86 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9bfc29c1-af9b-4ca1-b009-e59776323d86 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 {
  cursor: pointer;
}#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48.shg-box.shg-c {
  justify-content: center;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-33d5cc7a-90aa-4fc7-830f-dc957282ead1 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
min-height: 0px;
}
@media (min-width: 1200px){#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-left: 6%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 {
  cursor: pointer;
}#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25.shg-box.shg-c {
  justify-content: center;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-7afcf635-3d97-4af9-8253-29d2a5cc7510 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-7b934657-2f76-4361-8f63-93e1ddcaf0a5 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-5c794a13-148d-414e-92c1-5e1d24fff80b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-5c794a13-148d-414e-92c1-5e1d24fff80b:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c794a13-148d-414e-92c1-5e1d24fff80b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-5c794a13-148d-414e-92c1-5e1d24fff80b {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-730502a7-24cf-494d-b5ca-024b82b7b6eb {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-730502a7-24cf-494d-b5ca-024b82b7b6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-730502a7-24cf-494d-b5ca-024b82b7b6eb {
  cursor: pointer;
}#s-730502a7-24cf-494d-b5ca-024b82b7b6eb.shg-box.shg-c {
  justify-content: center;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-fdd5e6c8-d207-40f8-9801-b3faded1cf74 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-f700125c-7140-4fc3-95a1-be723beb640d {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f {
  margin-left: 13%;
margin-right: 13%;
}
}

  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-f5a9d9c8-0a68-443c-a790-650aaf097e23 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
min-height: 10px;
max-width: 900px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68486903-2136-444a-a3bd-ae3582f12ff4:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-06747246-14b4-4992-9423-8d3b22064ed1 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-06747246-14b4-4992-9423-8d3b22064ed1:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06747246-14b4-4992-9423-8d3b22064ed1:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}