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

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

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

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

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

#s-42839c69-a041-41d6-bc55-63df957f9a87 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-42839c69-a041-41d6-bc55-63df957f9a87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-42839c69-a041-41d6-bc55-63df957f9a87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42839c69-a041-41d6-bc55-63df957f9a87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42839c69-a041-41d6-bc55-63df957f9a87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image {
  box-sizing: border-box;
}



.s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
      position: relative;
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image {
  box-sizing: border-box;
}



.s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
      position: relative;
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image {
  box-sizing: border-box;
}



.s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
      position: relative;
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image {
  box-sizing: border-box;
}



.s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
      position: relative;
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4f760746-3778-4de7-81fa-80bb4dad49e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image {
  box-sizing: border-box;
}



.s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f760746-3778-4de7-81fa-80bb4dad49e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container {
      position: relative;
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f760746-3778-4de7-81fa-80bb4dad49e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
text-align: center;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shogun-image {
  box-sizing: border-box;
}



.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shogun-image {
  box-sizing: border-box;
}



.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shogun-image {
  box-sizing: border-box;
}



.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shogun-image {
  box-sizing: border-box;
}



.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4ac608b-deb3-4253-8d8b-e855c5708fe3.shogun-image {
  box-sizing: border-box;
}



.s-b4ac608b-deb3-4253-8d8b-e855c5708fe3 img.shogun-image {
  
}


}
#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
text-align: center;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  margin: 0 !important;
  overflow: visible;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  /* Add background color handling */
  
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shogun-image {
  box-sizing: border-box;
}



.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  
}


@media (min-width: 1200px){#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  margin: 0 !important;
  overflow: visible;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  /* Add background color handling */
  
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shogun-image {
  box-sizing: border-box;
}



.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  margin: 0 !important;
  overflow: visible;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  /* Add background color handling */
  
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shogun-image {
  box-sizing: border-box;
}



.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  margin: 0 !important;
  overflow: visible;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  /* Add background color handling */
  
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shogun-image {
  box-sizing: border-box;
}



.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  
}


}@media (max-width: 767px){#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  margin: 0 !important;
  overflow: visible;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  /* Add background color handling */
  
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc.shogun-image {
  box-sizing: border-box;
}



.s-878eca06-e3c0-4f5a-bb4c-26e44415f1cc img.shogun-image {
  
}


}
#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  margin: 0 !important;
  overflow: visible;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  /* Add background color handling */
  
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image {
  box-sizing: border-box;
}



.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
      position: relative;
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  margin: 0 !important;
  overflow: visible;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  /* Add background color handling */
  
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image {
  box-sizing: border-box;
}



.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
      position: relative;
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  margin: 0 !important;
  overflow: visible;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  /* Add background color handling */
  
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image {
  box-sizing: border-box;
}



.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
      position: relative;
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  margin: 0 !important;
  overflow: visible;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  /* Add background color handling */
  
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image {
  box-sizing: border-box;
}



.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
      position: relative;
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  margin: 0 !important;
  overflow: visible;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  /* Add background color handling */
  
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image {
  box-sizing: border-box;
}



.s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container {
      position: relative;
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d50cde5-ca66-405d-aefc-b8a3a4244c8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  margin: 0 !important;
  overflow: visible;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  /* Add background color handling */
  
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image {
  box-sizing: border-box;
}



.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
      position: relative;
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  margin: 0 !important;
  overflow: visible;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  /* Add background color handling */
  
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image {
  box-sizing: border-box;
}



.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
      position: relative;
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  margin: 0 !important;
  overflow: visible;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  /* Add background color handling */
  
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image {
  box-sizing: border-box;
}



.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
      position: relative;
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  margin: 0 !important;
  overflow: visible;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  /* Add background color handling */
  
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image {
  box-sizing: border-box;
}



.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
      position: relative;
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  margin: 0 !important;
  overflow: visible;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  /* Add background color handling */
  
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image {
  box-sizing: border-box;
}



.s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container {
      position: relative;
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d933d9e2-6f81-44fa-aad6-0c2be7f8fe59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image {
  box-sizing: border-box;
}



.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
      position: relative;
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image {
  box-sizing: border-box;
}



.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
      position: relative;
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image {
  box-sizing: border-box;
}



.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
      position: relative;
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image {
  box-sizing: border-box;
}



.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
      position: relative;
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image {
  box-sizing: border-box;
}



.s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container {
      position: relative;
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d70eb16-6b99-4333-bf7d-e51132a0b3a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-710beb8f-5227-40cc-a892-93800310c8e5 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-710beb8f-5227-40cc-a892-93800310c8e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-710beb8f-5227-40cc-a892-93800310c8e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-710beb8f-5227-40cc-a892-93800310c8e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-710beb8f-5227-40cc-a892-93800310c8e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image {
  box-sizing: border-box;
}



.s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-710beb8f-5227-40cc-a892-93800310c8e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
      position: relative;
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-710beb8f-5227-40cc-a892-93800310c8e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-710beb8f-5227-40cc-a892-93800310c8e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-710beb8f-5227-40cc-a892-93800310c8e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-710beb8f-5227-40cc-a892-93800310c8e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-710beb8f-5227-40cc-a892-93800310c8e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image {
  box-sizing: border-box;
}



.s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-710beb8f-5227-40cc-a892-93800310c8e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
      position: relative;
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-710beb8f-5227-40cc-a892-93800310c8e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-710beb8f-5227-40cc-a892-93800310c8e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-710beb8f-5227-40cc-a892-93800310c8e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-710beb8f-5227-40cc-a892-93800310c8e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-710beb8f-5227-40cc-a892-93800310c8e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image {
  box-sizing: border-box;
}



.s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-710beb8f-5227-40cc-a892-93800310c8e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
      position: relative;
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-710beb8f-5227-40cc-a892-93800310c8e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-710beb8f-5227-40cc-a892-93800310c8e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-710beb8f-5227-40cc-a892-93800310c8e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-710beb8f-5227-40cc-a892-93800310c8e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-710beb8f-5227-40cc-a892-93800310c8e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image {
  box-sizing: border-box;
}



.s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-710beb8f-5227-40cc-a892-93800310c8e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
      position: relative;
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-710beb8f-5227-40cc-a892-93800310c8e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-710beb8f-5227-40cc-a892-93800310c8e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-710beb8f-5227-40cc-a892-93800310c8e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-710beb8f-5227-40cc-a892-93800310c8e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-710beb8f-5227-40cc-a892-93800310c8e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-710beb8f-5227-40cc-a892-93800310c8e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image {
  box-sizing: border-box;
}



.s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-710beb8f-5227-40cc-a892-93800310c8e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container {
      position: relative;
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-710beb8f-5227-40cc-a892-93800310c8e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  margin: 0 !important;
  overflow: visible;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  /* Add background color handling */
  
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image {
  box-sizing: border-box;
}



.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
      position: relative;
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  margin: 0 !important;
  overflow: visible;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  /* Add background color handling */
  
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image {
  box-sizing: border-box;
}



.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
      position: relative;
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  margin: 0 !important;
  overflow: visible;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  /* Add background color handling */
  
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image {
  box-sizing: border-box;
}



.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
      position: relative;
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  margin: 0 !important;
  overflow: visible;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  /* Add background color handling */
  
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image {
  box-sizing: border-box;
}



.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
      position: relative;
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  margin: 0 !important;
  overflow: visible;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  /* Add background color handling */
  
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image {
  box-sizing: border-box;
}



.s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container {
      position: relative;
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83c1e6c-8de6-4e25-b9d2-d6a23af3e52b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image {
  box-sizing: border-box;
}



.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
      position: relative;
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image {
  box-sizing: border-box;
}



.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
      position: relative;
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image {
  box-sizing: border-box;
}



.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
      position: relative;
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image {
  box-sizing: border-box;
}



.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
      position: relative;
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image {
  box-sizing: border-box;
}



.s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container {
      position: relative;
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d7f548b-d3c2-4919-92a6-52e44b63c0e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-33925011-ab98-4680-982a-e57cd8ca2959 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959 {
  margin: 0 !important;
  overflow: visible;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33925011-ab98-4680-982a-e57cd8ca2959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33925011-ab98-4680-982a-e57cd8ca2959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  /* Add background color handling */
  
}

#s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-33925011-ab98-4680-982a-e57cd8ca2959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33925011-ab98-4680-982a-e57cd8ca2959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image {
  box-sizing: border-box;
}



.s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33925011-ab98-4680-982a-e57cd8ca2959 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
      position: relative;
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-33925011-ab98-4680-982a-e57cd8ca2959 {
  margin: 0 !important;
  overflow: visible;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33925011-ab98-4680-982a-e57cd8ca2959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33925011-ab98-4680-982a-e57cd8ca2959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  /* Add background color handling */
  
}

#s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-33925011-ab98-4680-982a-e57cd8ca2959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33925011-ab98-4680-982a-e57cd8ca2959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image {
  box-sizing: border-box;
}



.s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33925011-ab98-4680-982a-e57cd8ca2959 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
      position: relative;
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-33925011-ab98-4680-982a-e57cd8ca2959 {
  margin: 0 !important;
  overflow: visible;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33925011-ab98-4680-982a-e57cd8ca2959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33925011-ab98-4680-982a-e57cd8ca2959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  /* Add background color handling */
  
}

#s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-33925011-ab98-4680-982a-e57cd8ca2959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33925011-ab98-4680-982a-e57cd8ca2959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image {
  box-sizing: border-box;
}



.s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33925011-ab98-4680-982a-e57cd8ca2959 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
      position: relative;
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-33925011-ab98-4680-982a-e57cd8ca2959 {
  margin: 0 !important;
  overflow: visible;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33925011-ab98-4680-982a-e57cd8ca2959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33925011-ab98-4680-982a-e57cd8ca2959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  /* Add background color handling */
  
}

#s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-33925011-ab98-4680-982a-e57cd8ca2959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33925011-ab98-4680-982a-e57cd8ca2959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image {
  box-sizing: border-box;
}



.s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33925011-ab98-4680-982a-e57cd8ca2959 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
      position: relative;
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-33925011-ab98-4680-982a-e57cd8ca2959 {
  margin: 0 !important;
  overflow: visible;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33925011-ab98-4680-982a-e57cd8ca2959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33925011-ab98-4680-982a-e57cd8ca2959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  /* Add background color handling */
  
}

#s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33925011-ab98-4680-982a-e57cd8ca2959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-33925011-ab98-4680-982a-e57cd8ca2959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33925011-ab98-4680-982a-e57cd8ca2959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image {
  box-sizing: border-box;
}



.s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33925011-ab98-4680-982a-e57cd8ca2959 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container {
      position: relative;
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33925011-ab98-4680-982a-e57cd8ca2959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  margin: 0 !important;
  overflow: visible;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  /* Add background color handling */
  
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image {
  box-sizing: border-box;
}



.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
      position: relative;
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  margin: 0 !important;
  overflow: visible;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  /* Add background color handling */
  
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image {
  box-sizing: border-box;
}



.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
      position: relative;
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  margin: 0 !important;
  overflow: visible;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  /* Add background color handling */
  
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image {
  box-sizing: border-box;
}



.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
      position: relative;
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  margin: 0 !important;
  overflow: visible;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  /* Add background color handling */
  
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image {
  box-sizing: border-box;
}



.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
      position: relative;
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  margin: 0 !important;
  overflow: visible;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  /* Add background color handling */
  
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image {
  box-sizing: border-box;
}



.s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container {
      position: relative;
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14a026e9-ebce-4b3e-8fd0-6214cd2b1456 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  margin: 0 !important;
  overflow: visible;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  /* Add background color handling */
  
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image {
  box-sizing: border-box;
}



.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
      position: relative;
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  margin: 0 !important;
  overflow: visible;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  /* Add background color handling */
  
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image {
  box-sizing: border-box;
}



.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
      position: relative;
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  margin: 0 !important;
  overflow: visible;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  /* Add background color handling */
  
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image {
  box-sizing: border-box;
}



.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
      position: relative;
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  margin: 0 !important;
  overflow: visible;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  /* Add background color handling */
  
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image {
  box-sizing: border-box;
}



.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
      position: relative;
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  margin: 0 !important;
  overflow: visible;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  /* Add background color handling */
  
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image {
  box-sizing: border-box;
}



.s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container {
      position: relative;
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbb52fe1-0b65-4d59-bf9a-d26adeedec4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image {
  box-sizing: border-box;
}



.s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
      position: relative;
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image {
  box-sizing: border-box;
}



.s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
      position: relative;
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image {
  box-sizing: border-box;
}



.s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
      position: relative;
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image {
  box-sizing: border-box;
}



.s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
      position: relative;
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-1b1cf765-b08d-44b7-9114-dfcb39805172 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image {
  box-sizing: border-box;
}



.s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b1cf765-b08d-44b7-9114-dfcb39805172 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container {
      position: relative;
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b1cf765-b08d-44b7-9114-dfcb39805172 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-c4699134-66df-4443-a905-b8fb98c63f49 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4699134-66df-4443-a905-b8fb98c63f49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4699134-66df-4443-a905-b8fb98c63f49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-c4699134-66df-4443-a905-b8fb98c63f49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4699134-66df-4443-a905-b8fb98c63f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image {
  box-sizing: border-box;
}



.s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4699134-66df-4443-a905-b8fb98c63f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
      position: relative;
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-c4699134-66df-4443-a905-b8fb98c63f49 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4699134-66df-4443-a905-b8fb98c63f49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4699134-66df-4443-a905-b8fb98c63f49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-c4699134-66df-4443-a905-b8fb98c63f49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4699134-66df-4443-a905-b8fb98c63f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image {
  box-sizing: border-box;
}



.s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4699134-66df-4443-a905-b8fb98c63f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
      position: relative;
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c4699134-66df-4443-a905-b8fb98c63f49 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4699134-66df-4443-a905-b8fb98c63f49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4699134-66df-4443-a905-b8fb98c63f49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-c4699134-66df-4443-a905-b8fb98c63f49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4699134-66df-4443-a905-b8fb98c63f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image {
  box-sizing: border-box;
}



.s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4699134-66df-4443-a905-b8fb98c63f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
      position: relative;
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c4699134-66df-4443-a905-b8fb98c63f49 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4699134-66df-4443-a905-b8fb98c63f49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4699134-66df-4443-a905-b8fb98c63f49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-c4699134-66df-4443-a905-b8fb98c63f49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4699134-66df-4443-a905-b8fb98c63f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image {
  box-sizing: border-box;
}



.s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4699134-66df-4443-a905-b8fb98c63f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
      position: relative;
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-c4699134-66df-4443-a905-b8fb98c63f49 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4699134-66df-4443-a905-b8fb98c63f49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4699134-66df-4443-a905-b8fb98c63f49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4699134-66df-4443-a905-b8fb98c63f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-c4699134-66df-4443-a905-b8fb98c63f49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4699134-66df-4443-a905-b8fb98c63f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image {
  box-sizing: border-box;
}



.s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4699134-66df-4443-a905-b8fb98c63f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container {
      position: relative;
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4699134-66df-4443-a905-b8fb98c63f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
text-align: center;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  margin: 0 !important;
  overflow: visible;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  /* Add background color handling */
  
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shogun-image {
  box-sizing: border-box;
}



.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  
}


@media (min-width: 1200px){#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  margin: 0 !important;
  overflow: visible;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  /* Add background color handling */
  
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shogun-image {
  box-sizing: border-box;
}



.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  margin: 0 !important;
  overflow: visible;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  /* Add background color handling */
  
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shogun-image {
  box-sizing: border-box;
}



.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  margin: 0 !important;
  overflow: visible;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  /* Add background color handling */
  
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shogun-image {
  box-sizing: border-box;
}



.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  
}


}@media (max-width: 767px){#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  margin: 0 !important;
  overflow: visible;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  /* Add background color handling */
  
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b.shogun-image {
  box-sizing: border-box;
}



.s-e1a93e6f-8e56-4d6a-8fe4-b6e4802b733b img.shogun-image {
  
}


}
#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  margin: 0 !important;
  overflow: visible;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  /* Add background color handling */
  
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image {
  box-sizing: border-box;
}



.s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
      position: relative;
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  margin: 0 !important;
  overflow: visible;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  /* Add background color handling */
  
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image {
  box-sizing: border-box;
}



.s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
      position: relative;
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  margin: 0 !important;
  overflow: visible;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  /* Add background color handling */
  
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image {
  box-sizing: border-box;
}



.s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
      position: relative;
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  margin: 0 !important;
  overflow: visible;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  /* Add background color handling */
  
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image {
  box-sizing: border-box;
}



.s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
      position: relative;
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  margin: 0 !important;
  overflow: visible;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  /* Add background color handling */
  
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-a88a9ca5-e662-4267-a35c-a8e85e040e05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image {
  box-sizing: border-box;
}



.s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container {
      position: relative;
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a88a9ca5-e662-4267-a35c-a8e85e040e05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  margin: 0 !important;
  overflow: visible;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  /* Add background color handling */
  
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shogun-image-content {
  
    justify-content: center;
  
}

.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image {
  box-sizing: border-box;
}



.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
      position: relative;
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  margin: 0 !important;
  overflow: visible;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  /* Add background color handling */
  
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shogun-image-content {
  
    justify-content: center;
  
}

.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image {
  box-sizing: border-box;
}



.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
      position: relative;
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  margin: 0 !important;
  overflow: visible;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  /* Add background color handling */
  
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shogun-image-content {
  
    justify-content: center;
  
}

.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image {
  box-sizing: border-box;
}



.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
      position: relative;
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  margin: 0 !important;
  overflow: visible;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  /* Add background color handling */
  
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shogun-image-content {
  
    justify-content: center;
  
}

.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image {
  box-sizing: border-box;
}



.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
      position: relative;
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  margin: 0 !important;
  overflow: visible;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  /* Add background color handling */
  
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c .shogun-image-content {
  
    justify-content: center;
  
}

.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image {
  box-sizing: border-box;
}



.s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container {
      position: relative;
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42aedae8-47b3-4d5b-8a9b-ca0f1383249c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image {
  box-sizing: border-box;
}



.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
      position: relative;
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image {
  box-sizing: border-box;
}



.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
      position: relative;
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image {
  box-sizing: border-box;
}



.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
      position: relative;
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image {
  box-sizing: border-box;
}



.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
      position: relative;
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image {
  box-sizing: border-box;
}



.s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container {
      position: relative;
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eea6b26c-105e-4fbf-b8b9-b1ebaca4b019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-4eee4e99-037b-4295-b481-eb45b884b202 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202 {
  margin: 0 !important;
  overflow: visible;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4eee4e99-037b-4295-b481-eb45b884b202 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4eee4e99-037b-4295-b481-eb45b884b202 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  /* Add background color handling */
  
}

#s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4eee4e99-037b-4295-b481-eb45b884b202 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4eee4e99-037b-4295-b481-eb45b884b202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image {
  box-sizing: border-box;
}



.s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4eee4e99-037b-4295-b481-eb45b884b202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
      position: relative;
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-4eee4e99-037b-4295-b481-eb45b884b202 {
  margin: 0 !important;
  overflow: visible;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4eee4e99-037b-4295-b481-eb45b884b202 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4eee4e99-037b-4295-b481-eb45b884b202 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  /* Add background color handling */
  
}

#s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4eee4e99-037b-4295-b481-eb45b884b202 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4eee4e99-037b-4295-b481-eb45b884b202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image {
  box-sizing: border-box;
}



.s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4eee4e99-037b-4295-b481-eb45b884b202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
      position: relative;
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4eee4e99-037b-4295-b481-eb45b884b202 {
  margin: 0 !important;
  overflow: visible;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4eee4e99-037b-4295-b481-eb45b884b202 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4eee4e99-037b-4295-b481-eb45b884b202 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  /* Add background color handling */
  
}

#s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4eee4e99-037b-4295-b481-eb45b884b202 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4eee4e99-037b-4295-b481-eb45b884b202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image {
  box-sizing: border-box;
}



.s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4eee4e99-037b-4295-b481-eb45b884b202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
      position: relative;
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4eee4e99-037b-4295-b481-eb45b884b202 {
  margin: 0 !important;
  overflow: visible;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4eee4e99-037b-4295-b481-eb45b884b202 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4eee4e99-037b-4295-b481-eb45b884b202 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  /* Add background color handling */
  
}

#s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4eee4e99-037b-4295-b481-eb45b884b202 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4eee4e99-037b-4295-b481-eb45b884b202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image {
  box-sizing: border-box;
}



.s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4eee4e99-037b-4295-b481-eb45b884b202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
      position: relative;
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-4eee4e99-037b-4295-b481-eb45b884b202 {
  margin: 0 !important;
  overflow: visible;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4eee4e99-037b-4295-b481-eb45b884b202 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4eee4e99-037b-4295-b481-eb45b884b202 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  /* Add background color handling */
  
}

#s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4eee4e99-037b-4295-b481-eb45b884b202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-4eee4e99-037b-4295-b481-eb45b884b202 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4eee4e99-037b-4295-b481-eb45b884b202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image {
  box-sizing: border-box;
}



.s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4eee4e99-037b-4295-b481-eb45b884b202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container {
      position: relative;
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4eee4e99-037b-4295-b481-eb45b884b202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-eeffb884-7589-4682-9f28-15f502c41f56 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeffb884-7589-4682-9f28-15f502c41f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeffb884-7589-4682-9f28-15f502c41f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-eeffb884-7589-4682-9f28-15f502c41f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeffb884-7589-4682-9f28-15f502c41f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image {
  box-sizing: border-box;
}



.s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeffb884-7589-4682-9f28-15f502c41f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
      position: relative;
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-eeffb884-7589-4682-9f28-15f502c41f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeffb884-7589-4682-9f28-15f502c41f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeffb884-7589-4682-9f28-15f502c41f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-eeffb884-7589-4682-9f28-15f502c41f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeffb884-7589-4682-9f28-15f502c41f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image {
  box-sizing: border-box;
}



.s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeffb884-7589-4682-9f28-15f502c41f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
      position: relative;
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eeffb884-7589-4682-9f28-15f502c41f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeffb884-7589-4682-9f28-15f502c41f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeffb884-7589-4682-9f28-15f502c41f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-eeffb884-7589-4682-9f28-15f502c41f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeffb884-7589-4682-9f28-15f502c41f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image {
  box-sizing: border-box;
}



.s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeffb884-7589-4682-9f28-15f502c41f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
      position: relative;
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eeffb884-7589-4682-9f28-15f502c41f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeffb884-7589-4682-9f28-15f502c41f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeffb884-7589-4682-9f28-15f502c41f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-eeffb884-7589-4682-9f28-15f502c41f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeffb884-7589-4682-9f28-15f502c41f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image {
  box-sizing: border-box;
}



.s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeffb884-7589-4682-9f28-15f502c41f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
      position: relative;
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-eeffb884-7589-4682-9f28-15f502c41f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeffb884-7589-4682-9f28-15f502c41f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeffb884-7589-4682-9f28-15f502c41f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeffb884-7589-4682-9f28-15f502c41f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-eeffb884-7589-4682-9f28-15f502c41f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeffb884-7589-4682-9f28-15f502c41f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image {
  box-sizing: border-box;
}



.s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeffb884-7589-4682-9f28-15f502c41f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container {
      position: relative;
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeffb884-7589-4682-9f28-15f502c41f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image {
  box-sizing: border-box;
}



.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
      position: relative;
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image {
  box-sizing: border-box;
}



.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
      position: relative;
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image {
  box-sizing: border-box;
}



.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
      position: relative;
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image {
  box-sizing: border-box;
}



.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
      position: relative;
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image {
  box-sizing: border-box;
}



.s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container {
      position: relative;
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31b25bf8-8e51-4efa-a998-aab8eeca49e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-fd2d955e-fc74-4e25-b308-e570325e497c {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd2d955e-fc74-4e25-b308-e570325e497c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2d955e-fc74-4e25-b308-e570325e497c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-fd2d955e-fc74-4e25-b308-e570325e497c .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2d955e-fc74-4e25-b308-e570325e497c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image {
  box-sizing: border-box;
}



.s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd2d955e-fc74-4e25-b308-e570325e497c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
      position: relative;
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-fd2d955e-fc74-4e25-b308-e570325e497c {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd2d955e-fc74-4e25-b308-e570325e497c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2d955e-fc74-4e25-b308-e570325e497c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-fd2d955e-fc74-4e25-b308-e570325e497c .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2d955e-fc74-4e25-b308-e570325e497c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image {
  box-sizing: border-box;
}



.s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd2d955e-fc74-4e25-b308-e570325e497c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
      position: relative;
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fd2d955e-fc74-4e25-b308-e570325e497c {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd2d955e-fc74-4e25-b308-e570325e497c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2d955e-fc74-4e25-b308-e570325e497c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-fd2d955e-fc74-4e25-b308-e570325e497c .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2d955e-fc74-4e25-b308-e570325e497c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image {
  box-sizing: border-box;
}



.s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd2d955e-fc74-4e25-b308-e570325e497c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
      position: relative;
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fd2d955e-fc74-4e25-b308-e570325e497c {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd2d955e-fc74-4e25-b308-e570325e497c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2d955e-fc74-4e25-b308-e570325e497c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-fd2d955e-fc74-4e25-b308-e570325e497c .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2d955e-fc74-4e25-b308-e570325e497c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image {
  box-sizing: border-box;
}



.s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd2d955e-fc74-4e25-b308-e570325e497c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
      position: relative;
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-fd2d955e-fc74-4e25-b308-e570325e497c {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd2d955e-fc74-4e25-b308-e570325e497c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2d955e-fc74-4e25-b308-e570325e497c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2d955e-fc74-4e25-b308-e570325e497c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-fd2d955e-fc74-4e25-b308-e570325e497c .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2d955e-fc74-4e25-b308-e570325e497c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image {
  box-sizing: border-box;
}



.s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd2d955e-fc74-4e25-b308-e570325e497c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container {
      position: relative;
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2d955e-fc74-4e25-b308-e570325e497c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-cce2a893-e33e-41f7-b340-dda853241b95 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cce2a893-e33e-41f7-b340-dda853241b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cce2a893-e33e-41f7-b340-dda853241b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-cce2a893-e33e-41f7-b340-dda853241b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cce2a893-e33e-41f7-b340-dda853241b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image {
  box-sizing: border-box;
}



.s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cce2a893-e33e-41f7-b340-dda853241b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
      position: relative;
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-cce2a893-e33e-41f7-b340-dda853241b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cce2a893-e33e-41f7-b340-dda853241b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cce2a893-e33e-41f7-b340-dda853241b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-cce2a893-e33e-41f7-b340-dda853241b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cce2a893-e33e-41f7-b340-dda853241b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image {
  box-sizing: border-box;
}



.s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cce2a893-e33e-41f7-b340-dda853241b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
      position: relative;
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cce2a893-e33e-41f7-b340-dda853241b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cce2a893-e33e-41f7-b340-dda853241b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cce2a893-e33e-41f7-b340-dda853241b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-cce2a893-e33e-41f7-b340-dda853241b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cce2a893-e33e-41f7-b340-dda853241b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image {
  box-sizing: border-box;
}



.s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cce2a893-e33e-41f7-b340-dda853241b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
      position: relative;
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cce2a893-e33e-41f7-b340-dda853241b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cce2a893-e33e-41f7-b340-dda853241b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cce2a893-e33e-41f7-b340-dda853241b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-cce2a893-e33e-41f7-b340-dda853241b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cce2a893-e33e-41f7-b340-dda853241b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image {
  box-sizing: border-box;
}



.s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cce2a893-e33e-41f7-b340-dda853241b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
      position: relative;
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-cce2a893-e33e-41f7-b340-dda853241b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cce2a893-e33e-41f7-b340-dda853241b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cce2a893-e33e-41f7-b340-dda853241b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cce2a893-e33e-41f7-b340-dda853241b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-cce2a893-e33e-41f7-b340-dda853241b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cce2a893-e33e-41f7-b340-dda853241b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image {
  box-sizing: border-box;
}



.s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cce2a893-e33e-41f7-b340-dda853241b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container {
      position: relative;
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce2a893-e33e-41f7-b340-dda853241b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-9da74425-d770-421c-bc67-2478ab7aa546 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546 {
  margin: 0 !important;
  overflow: visible;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9da74425-d770-421c-bc67-2478ab7aa546 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9da74425-d770-421c-bc67-2478ab7aa546 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  /* Add background color handling */
  
}

#s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9da74425-d770-421c-bc67-2478ab7aa546 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9da74425-d770-421c-bc67-2478ab7aa546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image {
  box-sizing: border-box;
}



.s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9da74425-d770-421c-bc67-2478ab7aa546 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
      position: relative;
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-9da74425-d770-421c-bc67-2478ab7aa546 {
  margin: 0 !important;
  overflow: visible;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9da74425-d770-421c-bc67-2478ab7aa546 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9da74425-d770-421c-bc67-2478ab7aa546 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  /* Add background color handling */
  
}

#s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9da74425-d770-421c-bc67-2478ab7aa546 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9da74425-d770-421c-bc67-2478ab7aa546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image {
  box-sizing: border-box;
}



.s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9da74425-d770-421c-bc67-2478ab7aa546 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
      position: relative;
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9da74425-d770-421c-bc67-2478ab7aa546 {
  margin: 0 !important;
  overflow: visible;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9da74425-d770-421c-bc67-2478ab7aa546 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9da74425-d770-421c-bc67-2478ab7aa546 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  /* Add background color handling */
  
}

#s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9da74425-d770-421c-bc67-2478ab7aa546 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9da74425-d770-421c-bc67-2478ab7aa546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image {
  box-sizing: border-box;
}



.s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9da74425-d770-421c-bc67-2478ab7aa546 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
      position: relative;
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9da74425-d770-421c-bc67-2478ab7aa546 {
  margin: 0 !important;
  overflow: visible;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9da74425-d770-421c-bc67-2478ab7aa546 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9da74425-d770-421c-bc67-2478ab7aa546 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  /* Add background color handling */
  
}

#s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9da74425-d770-421c-bc67-2478ab7aa546 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9da74425-d770-421c-bc67-2478ab7aa546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image {
  box-sizing: border-box;
}



.s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9da74425-d770-421c-bc67-2478ab7aa546 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
      position: relative;
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-9da74425-d770-421c-bc67-2478ab7aa546 {
  margin: 0 !important;
  overflow: visible;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9da74425-d770-421c-bc67-2478ab7aa546 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9da74425-d770-421c-bc67-2478ab7aa546 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  /* Add background color handling */
  
}

#s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da74425-d770-421c-bc67-2478ab7aa546 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9da74425-d770-421c-bc67-2478ab7aa546 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9da74425-d770-421c-bc67-2478ab7aa546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image {
  box-sizing: border-box;
}



.s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9da74425-d770-421c-bc67-2478ab7aa546 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container {
      position: relative;
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da74425-d770-421c-bc67-2478ab7aa546 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-bcd175a4-c399-42cb-819e-176d51d2733c {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c {
  margin: 0 !important;
  overflow: visible;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcd175a4-c399-42cb-819e-176d51d2733c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcd175a4-c399-42cb-819e-176d51d2733c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  /* Add background color handling */
  
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-bcd175a4-c399-42cb-819e-176d51d2733c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcd175a4-c399-42cb-819e-176d51d2733c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image {
  box-sizing: border-box;
}



.s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcd175a4-c399-42cb-819e-176d51d2733c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
      position: relative;
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-bcd175a4-c399-42cb-819e-176d51d2733c {
  margin: 0 !important;
  overflow: visible;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcd175a4-c399-42cb-819e-176d51d2733c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcd175a4-c399-42cb-819e-176d51d2733c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  /* Add background color handling */
  
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-bcd175a4-c399-42cb-819e-176d51d2733c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcd175a4-c399-42cb-819e-176d51d2733c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image {
  box-sizing: border-box;
}



.s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcd175a4-c399-42cb-819e-176d51d2733c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
      position: relative;
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bcd175a4-c399-42cb-819e-176d51d2733c {
  margin: 0 !important;
  overflow: visible;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcd175a4-c399-42cb-819e-176d51d2733c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcd175a4-c399-42cb-819e-176d51d2733c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  /* Add background color handling */
  
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-bcd175a4-c399-42cb-819e-176d51d2733c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcd175a4-c399-42cb-819e-176d51d2733c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image {
  box-sizing: border-box;
}



.s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcd175a4-c399-42cb-819e-176d51d2733c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
      position: relative;
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bcd175a4-c399-42cb-819e-176d51d2733c {
  margin: 0 !important;
  overflow: visible;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcd175a4-c399-42cb-819e-176d51d2733c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcd175a4-c399-42cb-819e-176d51d2733c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  /* Add background color handling */
  
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-bcd175a4-c399-42cb-819e-176d51d2733c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcd175a4-c399-42cb-819e-176d51d2733c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image {
  box-sizing: border-box;
}



.s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcd175a4-c399-42cb-819e-176d51d2733c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
      position: relative;
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-bcd175a4-c399-42cb-819e-176d51d2733c {
  margin: 0 !important;
  overflow: visible;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcd175a4-c399-42cb-819e-176d51d2733c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcd175a4-c399-42cb-819e-176d51d2733c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  /* Add background color handling */
  
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcd175a4-c399-42cb-819e-176d51d2733c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-bcd175a4-c399-42cb-819e-176d51d2733c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcd175a4-c399-42cb-819e-176d51d2733c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image {
  box-sizing: border-box;
}



.s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcd175a4-c399-42cb-819e-176d51d2733c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container {
      position: relative;
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcd175a4-c399-42cb-819e-176d51d2733c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  margin: 0 !important;
  overflow: visible;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  /* Add background color handling */
  
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image {
  box-sizing: border-box;
}



.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
      position: relative;
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  margin: 0 !important;
  overflow: visible;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  /* Add background color handling */
  
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image {
  box-sizing: border-box;
}



.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
      position: relative;
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  margin: 0 !important;
  overflow: visible;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  /* Add background color handling */
  
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image {
  box-sizing: border-box;
}



.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
      position: relative;
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  margin: 0 !important;
  overflow: visible;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  /* Add background color handling */
  
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image {
  box-sizing: border-box;
}



.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
      position: relative;
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  margin: 0 !important;
  overflow: visible;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  /* Add background color handling */
  
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image {
  box-sizing: border-box;
}



.s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container {
      position: relative;
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0d4e27f-1efd-4cfa-8b36-2050126213eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image {
  box-sizing: border-box;
}



.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
      position: relative;
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image {
  box-sizing: border-box;
}



.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
      position: relative;
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image {
  box-sizing: border-box;
}



.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
      position: relative;
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image {
  box-sizing: border-box;
}



.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
      position: relative;
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image {
  box-sizing: border-box;
}



.s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container {
      position: relative;
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02ea33fe-434a-4ab0-a818-4dbcde3a26e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image {
  box-sizing: border-box;
}



.s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
      position: relative;
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image {
  box-sizing: border-box;
}



.s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
      position: relative;
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image {
  box-sizing: border-box;
}



.s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
      position: relative;
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image {
  box-sizing: border-box;
}



.s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
      position: relative;
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-0e701a77-a40e-4102-9227-3fcdd14eac11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image {
  box-sizing: border-box;
}



.s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e701a77-a40e-4102-9227-3fcdd14eac11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container {
      position: relative;
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e701a77-a40e-4102-9227-3fcdd14eac11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  margin: 0 !important;
  overflow: visible;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  /* Add background color handling */
  
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image {
  box-sizing: border-box;
}



.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
      position: relative;
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  margin: 0 !important;
  overflow: visible;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  /* Add background color handling */
  
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image {
  box-sizing: border-box;
}



.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
      position: relative;
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  margin: 0 !important;
  overflow: visible;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  /* Add background color handling */
  
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image {
  box-sizing: border-box;
}



.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
      position: relative;
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  margin: 0 !important;
  overflow: visible;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  /* Add background color handling */
  
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image {
  box-sizing: border-box;
}



.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
      position: relative;
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  margin: 0 !important;
  overflow: visible;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  /* Add background color handling */
  
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image {
  box-sizing: border-box;
}



.s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container {
      position: relative;
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15ea6fbc-425f-4e13-b2a2-103a6ed64564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  margin: 0 !important;
  overflow: visible;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  /* Add background color handling */
  
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image {
  box-sizing: border-box;
}



.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
      position: relative;
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  margin: 0 !important;
  overflow: visible;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  /* Add background color handling */
  
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image {
  box-sizing: border-box;
}



.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
      position: relative;
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  margin: 0 !important;
  overflow: visible;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  /* Add background color handling */
  
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image {
  box-sizing: border-box;
}



.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
      position: relative;
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  margin: 0 !important;
  overflow: visible;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  /* Add background color handling */
  
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image {
  box-sizing: border-box;
}



.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
      position: relative;
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  margin: 0 !important;
  overflow: visible;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  /* Add background color handling */
  
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image {
  box-sizing: border-box;
}



.s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container {
      position: relative;
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a6fe0d-ea5f-441a-ad2a-b3f128c63deb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image {
  box-sizing: border-box;
}



.s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
      position: relative;
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image {
  box-sizing: border-box;
}



.s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
      position: relative;
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image {
  box-sizing: border-box;
}



.s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
      position: relative;
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image {
  box-sizing: border-box;
}



.s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
      position: relative;
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e57fbdb1-5c66-4abd-bd56-817c453380c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image {
  box-sizing: border-box;
}



.s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container {
      position: relative;
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e57fbdb1-5c66-4abd-bd56-817c453380c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
text-align: center;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  margin: 0 !important;
  overflow: visible;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  /* Add background color handling */
  
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c279dc9c-660c-42f0-bca1-67473ba75f99 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c279dc9c-660c-42f0-bca1-67473ba75f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c279dc9c-660c-42f0-bca1-67473ba75f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99.shogun-image {
  box-sizing: border-box;
}



.s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  margin: 0 !important;
  overflow: visible;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  /* Add background color handling */
  
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c279dc9c-660c-42f0-bca1-67473ba75f99 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c279dc9c-660c-42f0-bca1-67473ba75f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c279dc9c-660c-42f0-bca1-67473ba75f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99.shogun-image {
  box-sizing: border-box;
}



.s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  margin: 0 !important;
  overflow: visible;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  /* Add background color handling */
  
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c279dc9c-660c-42f0-bca1-67473ba75f99 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c279dc9c-660c-42f0-bca1-67473ba75f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c279dc9c-660c-42f0-bca1-67473ba75f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99.shogun-image {
  box-sizing: border-box;
}



.s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  margin: 0 !important;
  overflow: visible;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  /* Add background color handling */
  
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c279dc9c-660c-42f0-bca1-67473ba75f99 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c279dc9c-660c-42f0-bca1-67473ba75f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c279dc9c-660c-42f0-bca1-67473ba75f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99.shogun-image {
  box-sizing: border-box;
}



.s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  margin: 0 !important;
  overflow: visible;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c279dc9c-660c-42f0-bca1-67473ba75f99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  /* Add background color handling */
  
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c279dc9c-660c-42f0-bca1-67473ba75f99 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c279dc9c-660c-42f0-bca1-67473ba75f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c279dc9c-660c-42f0-bca1-67473ba75f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c279dc9c-660c-42f0-bca1-67473ba75f99.shogun-image {
  box-sizing: border-box;
}



.s-c279dc9c-660c-42f0-bca1-67473ba75f99 img.shogun-image {
  
}


}
#s-d60adc86-284a-42d1-86dc-21d70208801b {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b {
  margin: 0 !important;
  overflow: visible;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d60adc86-284a-42d1-86dc-21d70208801b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d60adc86-284a-42d1-86dc-21d70208801b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  /* Add background color handling */
  
}

#s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d60adc86-284a-42d1-86dc-21d70208801b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d60adc86-284a-42d1-86dc-21d70208801b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d60adc86-284a-42d1-86dc-21d70208801b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-d60adc86-284a-42d1-86dc-21d70208801b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d60adc86-284a-42d1-86dc-21d70208801b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image {
  box-sizing: border-box;
}



.s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d60adc86-284a-42d1-86dc-21d70208801b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
      position: relative;
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-d60adc86-284a-42d1-86dc-21d70208801b {
  margin: 0 !important;
  overflow: visible;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d60adc86-284a-42d1-86dc-21d70208801b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d60adc86-284a-42d1-86dc-21d70208801b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  /* Add background color handling */
  
}

#s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d60adc86-284a-42d1-86dc-21d70208801b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d60adc86-284a-42d1-86dc-21d70208801b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d60adc86-284a-42d1-86dc-21d70208801b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-d60adc86-284a-42d1-86dc-21d70208801b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d60adc86-284a-42d1-86dc-21d70208801b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image {
  box-sizing: border-box;
}



.s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d60adc86-284a-42d1-86dc-21d70208801b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
      position: relative;
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d60adc86-284a-42d1-86dc-21d70208801b {
  margin: 0 !important;
  overflow: visible;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d60adc86-284a-42d1-86dc-21d70208801b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d60adc86-284a-42d1-86dc-21d70208801b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  /* Add background color handling */
  
}

#s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d60adc86-284a-42d1-86dc-21d70208801b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d60adc86-284a-42d1-86dc-21d70208801b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d60adc86-284a-42d1-86dc-21d70208801b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-d60adc86-284a-42d1-86dc-21d70208801b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d60adc86-284a-42d1-86dc-21d70208801b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image {
  box-sizing: border-box;
}



.s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d60adc86-284a-42d1-86dc-21d70208801b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
      position: relative;
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d60adc86-284a-42d1-86dc-21d70208801b {
  margin: 0 !important;
  overflow: visible;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d60adc86-284a-42d1-86dc-21d70208801b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d60adc86-284a-42d1-86dc-21d70208801b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  /* Add background color handling */
  
}

#s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d60adc86-284a-42d1-86dc-21d70208801b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d60adc86-284a-42d1-86dc-21d70208801b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d60adc86-284a-42d1-86dc-21d70208801b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-d60adc86-284a-42d1-86dc-21d70208801b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d60adc86-284a-42d1-86dc-21d70208801b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image {
  box-sizing: border-box;
}



.s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d60adc86-284a-42d1-86dc-21d70208801b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
      position: relative;
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-d60adc86-284a-42d1-86dc-21d70208801b {
  margin: 0 !important;
  overflow: visible;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d60adc86-284a-42d1-86dc-21d70208801b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d60adc86-284a-42d1-86dc-21d70208801b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  /* Add background color handling */
  
}

#s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d60adc86-284a-42d1-86dc-21d70208801b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d60adc86-284a-42d1-86dc-21d70208801b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d60adc86-284a-42d1-86dc-21d70208801b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-d60adc86-284a-42d1-86dc-21d70208801b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d60adc86-284a-42d1-86dc-21d70208801b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image {
  box-sizing: border-box;
}



.s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d60adc86-284a-42d1-86dc-21d70208801b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container {
      position: relative;
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d60adc86-284a-42d1-86dc-21d70208801b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-9a10bc36-caac-48cb-9387-311de1745f49 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a10bc36-caac-48cb-9387-311de1745f49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a10bc36-caac-48cb-9387-311de1745f49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9a10bc36-caac-48cb-9387-311de1745f49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a10bc36-caac-48cb-9387-311de1745f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image {
  box-sizing: border-box;
}



.s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a10bc36-caac-48cb-9387-311de1745f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
      position: relative;
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-9a10bc36-caac-48cb-9387-311de1745f49 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a10bc36-caac-48cb-9387-311de1745f49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a10bc36-caac-48cb-9387-311de1745f49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9a10bc36-caac-48cb-9387-311de1745f49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a10bc36-caac-48cb-9387-311de1745f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image {
  box-sizing: border-box;
}



.s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a10bc36-caac-48cb-9387-311de1745f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
      position: relative;
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9a10bc36-caac-48cb-9387-311de1745f49 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a10bc36-caac-48cb-9387-311de1745f49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a10bc36-caac-48cb-9387-311de1745f49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9a10bc36-caac-48cb-9387-311de1745f49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a10bc36-caac-48cb-9387-311de1745f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image {
  box-sizing: border-box;
}



.s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a10bc36-caac-48cb-9387-311de1745f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
      position: relative;
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9a10bc36-caac-48cb-9387-311de1745f49 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a10bc36-caac-48cb-9387-311de1745f49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a10bc36-caac-48cb-9387-311de1745f49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9a10bc36-caac-48cb-9387-311de1745f49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a10bc36-caac-48cb-9387-311de1745f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image {
  box-sizing: border-box;
}



.s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a10bc36-caac-48cb-9387-311de1745f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
      position: relative;
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-9a10bc36-caac-48cb-9387-311de1745f49 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a10bc36-caac-48cb-9387-311de1745f49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a10bc36-caac-48cb-9387-311de1745f49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a10bc36-caac-48cb-9387-311de1745f49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-9a10bc36-caac-48cb-9387-311de1745f49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a10bc36-caac-48cb-9387-311de1745f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image {
  box-sizing: border-box;
}



.s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a10bc36-caac-48cb-9387-311de1745f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container {
      position: relative;
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a10bc36-caac-48cb-9387-311de1745f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image {
  box-sizing: border-box;
}



.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
      position: relative;
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image {
  box-sizing: border-box;
}



.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
      position: relative;
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image {
  box-sizing: border-box;
}



.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
      position: relative;
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image {
  box-sizing: border-box;
}



.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
      position: relative;
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image {
  box-sizing: border-box;
}



.s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container {
      position: relative;
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-421a2fc3-8fb9-48d2-9ce7-6ed2104fe1a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-3e378fef-df03-4649-9644-70de13a72905 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3e378fef-df03-4649-9644-70de13a72905 {
  margin: 0 !important;
  overflow: visible;
}

#s-3e378fef-df03-4649-9644-70de13a72905-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e378fef-df03-4649-9644-70de13a72905 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e378fef-df03-4649-9644-70de13a72905 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  /* Add background color handling */
  
}

#s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e378fef-df03-4649-9644-70de13a72905 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3e378fef-df03-4649-9644-70de13a72905 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e378fef-df03-4649-9644-70de13a72905 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-3e378fef-df03-4649-9644-70de13a72905.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-3e378fef-df03-4649-9644-70de13a72905 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e378fef-df03-4649-9644-70de13a72905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e378fef-df03-4649-9644-70de13a72905.shogun-image {
  box-sizing: border-box;
}



.s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e378fef-df03-4649-9644-70de13a72905 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
      position: relative;
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-3e378fef-df03-4649-9644-70de13a72905 {
  margin: 0 !important;
  overflow: visible;
}

#s-3e378fef-df03-4649-9644-70de13a72905-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e378fef-df03-4649-9644-70de13a72905 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e378fef-df03-4649-9644-70de13a72905 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  /* Add background color handling */
  
}

#s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e378fef-df03-4649-9644-70de13a72905 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3e378fef-df03-4649-9644-70de13a72905 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e378fef-df03-4649-9644-70de13a72905 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-3e378fef-df03-4649-9644-70de13a72905.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-3e378fef-df03-4649-9644-70de13a72905 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e378fef-df03-4649-9644-70de13a72905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e378fef-df03-4649-9644-70de13a72905.shogun-image {
  box-sizing: border-box;
}



.s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e378fef-df03-4649-9644-70de13a72905 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
      position: relative;
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3e378fef-df03-4649-9644-70de13a72905 {
  margin: 0 !important;
  overflow: visible;
}

#s-3e378fef-df03-4649-9644-70de13a72905-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e378fef-df03-4649-9644-70de13a72905 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e378fef-df03-4649-9644-70de13a72905 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  /* Add background color handling */
  
}

#s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e378fef-df03-4649-9644-70de13a72905 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3e378fef-df03-4649-9644-70de13a72905 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e378fef-df03-4649-9644-70de13a72905 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-3e378fef-df03-4649-9644-70de13a72905.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-3e378fef-df03-4649-9644-70de13a72905 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e378fef-df03-4649-9644-70de13a72905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e378fef-df03-4649-9644-70de13a72905.shogun-image {
  box-sizing: border-box;
}



.s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e378fef-df03-4649-9644-70de13a72905 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
      position: relative;
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3e378fef-df03-4649-9644-70de13a72905 {
  margin: 0 !important;
  overflow: visible;
}

#s-3e378fef-df03-4649-9644-70de13a72905-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e378fef-df03-4649-9644-70de13a72905 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e378fef-df03-4649-9644-70de13a72905 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  /* Add background color handling */
  
}

#s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e378fef-df03-4649-9644-70de13a72905 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3e378fef-df03-4649-9644-70de13a72905 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e378fef-df03-4649-9644-70de13a72905 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-3e378fef-df03-4649-9644-70de13a72905.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-3e378fef-df03-4649-9644-70de13a72905 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e378fef-df03-4649-9644-70de13a72905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e378fef-df03-4649-9644-70de13a72905.shogun-image {
  box-sizing: border-box;
}



.s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e378fef-df03-4649-9644-70de13a72905 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
      position: relative;
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-3e378fef-df03-4649-9644-70de13a72905 {
  margin: 0 !important;
  overflow: visible;
}

#s-3e378fef-df03-4649-9644-70de13a72905-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e378fef-df03-4649-9644-70de13a72905 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e378fef-df03-4649-9644-70de13a72905 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  /* Add background color handling */
  
}

#s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e378fef-df03-4649-9644-70de13a72905 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3e378fef-df03-4649-9644-70de13a72905 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e378fef-df03-4649-9644-70de13a72905 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-3e378fef-df03-4649-9644-70de13a72905.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-3e378fef-df03-4649-9644-70de13a72905 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e378fef-df03-4649-9644-70de13a72905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e378fef-df03-4649-9644-70de13a72905.shogun-image {
  box-sizing: border-box;
}



.s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e378fef-df03-4649-9644-70de13a72905 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container {
      position: relative;
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e378fef-df03-4649-9644-70de13a72905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e378fef-df03-4649-9644-70de13a72905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
